d0e5a0afc6
* aks/entrypoint.sh * arm/entrypoint.sh * cli/entrypoint.sh * containerwebapp/entrypoint.sh * dotnetcore-cli/entrypoint.sh * functions/entrypoint.sh * functionscontainer/entrypoint.sh * login/entrypoint.sh * pipelines/entrypoint.sh * ! in if pipelines/entrypoint.sh * releasepipelines/entrypoint.sh * webapp/entrypoint.sh * Updating CODEOWNERS wrt to filepath changes * Checking if empty before assigning, webapp & functionapp * LF to CRLF |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
entrypoint.sh | ||
package-lock.json | ||
package.json |
README.md
GitHub Action for deploying to Azure Function App
To log into a Azure, we recommend using the Azure Login Action.
Usage
action "Deploy to Azure Function App" {
uses = "Azure/github-actions/functions@master"
needs = ["Azure Login"]
env = {
AZURE_APP_NAME = "<Azure App Name>"
AZURE_APP_PACKAGE_LOCATION = "<Relative path in your repository to a folder/package containing application contents or containing a compressed zip file>"
}
}
Environment variables
AZURE_APP_NAME
– RequiredAZURE_APP_PACKAGE_LOCATION
– Required