Samples illustrating how to use the Python Azure SDK
-
Create a credentials file in the project root named
secrets.ps1
. The format of the file is as follows:$AZURE_SUBSCRIPTION_ID = "...Your Azure subscription id..." $AZURE_CLIENT_ID = "...Your Azure client id..." $AZURE_CLIENT_SECRET = "...Your Azure client secret..." $AZURE_TENANT_ID = "...Your Azure tenant id..." $RESOURCE_GROUP = "...Your resource group name..."
-
Run
init.ps1
to set up the environment