Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Files

Latest commit

 

History

History

functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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