An open API service indexing awesome lists of open source software.

https://github.com/saikiranrko/Azure-tf

Azure Modules
https://github.com/saikiranrko/Azure-tf

Last synced: 3 months ago
JSON representation

Azure Modules

Awesome Lists containing this project

README

        

### Azure connection setup
Set the following environment variables with the proper Azure credentials:

```bash
ARM_SUBSCRIPTION_ID=
ARM_CLIENT_ID=
ARM_CLIENT_SECRET=client-secret>
ARM_TENANT_ID=
```
* For local testing, a simple `az login` command to connect to the azure portal, then subsequent commands listed below would run by connecting to Azure for creation and destroy of resources during the test run.