github-actions/functions
Deepak Sattiraju d0e5a0afc6
Eliminating shellcheck failures (#48)
* 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
2019-02-12 22:47:23 +05:30
..
Dockerfile Add Telemetry for GitHub Action (#43) 2019-01-29 15:32:35 +05:30
README.md Rename GitHub Actions (#40) 2018-12-13 09:45:00 +05:30
entrypoint.sh Eliminating shellcheck failures (#48) 2019-02-12 22:47:23 +05:30
package-lock.json Rename GitHub Actions (#40) 2018-12-13 09:45:00 +05:30
package.json Rename GitHub Actions (#40) 2018-12-13 09:45:00 +05:30

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_NAMERequired
  • AZURE_APP_PACKAGE_LOCATIONRequired