Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 579 Bytes

File metadata and controls

17 lines (12 loc) · 579 Bytes

python-azure-sdk-samples

Samples illustrating how to use the Python Azure SDK

Getting started

  1. 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..."
  2. Run init.ps1 to set up the environment