Skip to content

marc-mueller/GHActions-CICD-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Demo

Setup

Perform the following action to setup resource groups and secrets fo the GitHub Actions Workflows

  • Create a resource group

    az group create -n demo-gh-actions -l westeurope
    
  • Create a service principal

    az ad sp create-for-rbac --name gh-actions-demo --role contributor --scopes /subscriptions/{subscription-id}/resourceGroups/demo-gh-actions --sdk-auth
    
  • Create secrets in GitHub repository

    • AZURE_CREDENTIALS --> paste the entire json from the command above
    • AZURE_RG --> resource group name
    • AZURE_SUBSCRIPTION --> subscription id

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published