- Python 3.x
- The Azure Software Development Kit (SDK) for Python
- An active Microsoft Azure subscription
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
Azure Bootstraps uses the DefaultAzureCredential
class for authentication.
Contributions are welcome! Feel free to submit a pull request and/or share what will benefit others.
Azure SDK for Python Documentation
This project is licensed under the terms of the MIT license.