Skip to content

jananivMS/acrResourceHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acrResourceHelper

Helper functions to create delete ACR using Go SDK

  1. Create a setenv.sh file in that folder with the below information `

export AZURE_CLIENT_ID=

export AZURE_CLIENT_SECRET=

export AZURE_TENANT_ID=

export AZURE_SUBSCRIPTION_ID=`

The client ID and client secret is of the service principal in Azure that you have created and have given write access to your resource group where you want to create the ACR. You will need to do this in the Azure portal before running this.

  1. Run the above file using source setenv.sh in the command prompt where you would be executing the project from. This sets these values as environment variables for the program to read from.

About

Helper functions to create delete ACR using Go SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages