Skip to content

lrakai/python-azure-sdk-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Samples illustrating how to use the Python Azure SDK

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors