Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 889 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 889 Bytes

Azure Bootstraps

Prerequisites

  • Python 3.x
  • The Azure Software Development Kit (SDK) for Python
  • An active Microsoft Azure subscription

Getting Started

Step 1. Download Azure Bootstraps.

git clone https://github.com/RWayne93/azure-bootstraps &&
cd azure-bootstraps

Step 2. Download and install the dependencies.

python -m pip install -r requirements.txt

Step 3. Try the demo.

python demo.py

Authentication

Azure Bootstraps uses the DefaultAzureCredential class for authentication.

Contributing

Contributions are welcome! Feel free to submit a pull request and/or share what will benefit others.

Acknowledgments

Azure SDK for Python Documentation

Copyright

This project is licensed under the terms of the MIT license.