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
- Host: GitHub
- URL: https://github.com/jailtonjunior94/infraascode-azure
- Owner: JailtonJunior94
- Created: 2021-09-04T01:25:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T22:58:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T23:25:48.401Z (8 months ago)
- Topics: acr, aks, azure, terraform
- Language: HCL
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```