Skip to content

segraef/azdeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for Managing Azure Resources

This action can be used to create or update a resource group in Azure using the Azure Resource Manager templates One can also use this to delete a resource group, including all the resources within the resource group.

To log into a Azure, I recommend using azlogin Action.

Usage


- uses: segraef/azdeploy@v1
  with:
    resourceGroupName: ${{ secrets.resourceGroupName }}
    templateFile: ${{ secrets.templateFile }}
    parametersFile: ${{ secrets.parametersFile }}
    resourceGroupCommand: ${{ secrets.resourceGroupCommand }}

Environment variables

  • resourceGroupCommandOptional.

    • If resourceGroupCommand is not specified or is "create"

      • resourceGroupNameMandatory
      • templateFileMandatory - Can be a URL or relative path in your github repository
      • parametersFileMandatory - Can be a URL or relative path in your github repository
    • If resourceGroupCommand is "delete"

      • resourceGroupNameMandatory

About

Azure GitHub Action Deploy (azdeploy)

Resources

Stars

Watchers

Forks

Packages

No packages published