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

https://github.com/jailtonjunior94/infraascode-azure

💻 Infra as code in the Microsoft Azure
https://github.com/jailtonjunior94/infraascode-azure

acr aks azure terraform

Last synced: 7 months ago
JSON representation

💻 Infra as code in the Microsoft Azure

Awesome Lists containing this project

README

          

1. Criando Service Connection com Microsoft Azure
```
az ad sp create-for-rbac --name "tf-finance" --role Contributor --scopes /subscriptions/{subscriptionid} --sdk-auth
```