/azure-automation

Repo showcasing how you can automate specific workflows you might do inside of azure utilizing the python SDK. Now includes Terraform examples under the HCL directory

Primary LanguagePythonMIT LicenseMIT

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.