openwit-technologies/Azure Functions Remote Deploy
Deploy Azure Functions using remote build to fix cryptography module compatibility issues after November 2024
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name | Name of the Azure Function App | yes | — |
| package | Path to the function app package/source code | no | . |
| slot | Deployment slot name (optional) | no | "" |
| python-version | Python version to use | no | 3.11 |
| functions-core-tools-version | Azure Functions Core Tools version | no | 4 |
| additional-flags | Additional flags to pass to func command | no | "" |
Outputs
| name | description |
|---|---|
| deployment-url | URL of the deployed function app |