actions-marketplace-validations/Azure Functions Container Action
Deploy Functions Container to Azure
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 | — |
| image | Specify the fully qualified container image(s) name. For example, 'myregistry.azurecr.io/nginx:latest' or 'python:3.7.2-alpine/'. | yes | — |
| container-command | Enter the start up command. For ex. 'dotnet run' or '/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost' | no | — |
| slot-name | Function app slot to be deploy to | no | — |
Outputs
| name | description |
|---|---|
| app-url | URL to work with your function app |