To log into a Azure, we recommend using the Azure Login Action.
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>"
}
}
AZURE_APP_NAME
– RequiredAZURE_APP_PACKAGE_LOCATION
– Required