Skip to content

segraef/aga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure GitHub Actions and Workflows

With the GitHub Actions azlogin and azdeploy you will be able to deploy resources in Azure.

Quickstart

  1. Clone this repository.
  2. Create following secrets in your repository
  • clientIdRequired
  • clientSecretRequired
  • tenantIdRequired
  • subscriptionIdRequired
  1. Change the parameters in your parameters.json.

  2. You might change following variables in your GitHub workflow deploy.yml

    resourceGroupName: "rg-storage"
    resourceGroupLocation: "westeurope"

  3. Commit your changes and your GitHub Workflow will start to run.

Note
You can create get the above details by running following command in your Azure environment (details)

az ad sp create-for-rbac --name "<spName>" --role contributor --scopes /subscriptions/<subscriptionId> --sdk-auth

References

segraef/azlogin

segraef/azdeploy

About

Azure GitHub Actions and Workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published