Azure Classroom Series – 12/Oct/2020

Using Azure SDK With Python

  • Refer Here for the official docs for using azure sdk
  • Ensure azure cli is installed & configured and then execute the following command and preserve the json file
az ad sp create-for-rbac --name localtest-sp-rbac  --sdk-auth > local-sp.json
  • For the changeset Refer Here
  • The defect in using ClientSecretCredential over ServicePrincipalCredential will be discussed in next class.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About learningthoughtsadmin