squash me

This commit is contained in:
2023-03-23 01:49:55 +02:00
parent 9c61f013a9
commit f003d3ad57
2 changed files with 7 additions and 7 deletions

View File

@@ -32,10 +32,10 @@ For the Azure Resource Manager the fastest way to get started is by having acces
The values we need translate to the following:
* AZURE_TENANT_ID -> tentantId
* AZURE_SUB_ID -> id from step 3
* AZURE_APP_ID -> appId
* AZURE_PASSWORD -> value of the secret we added
* AZURE_TENANT_ID ➡️ tentantId
* AZURE_SUB_ID ➡️ id from step 3
* AZURE_APP_ID ➡️ appId
* AZURE_PASSWORD ➡️ value of the secret we added
Note: Make sure your subscription is registered to use at least Microsoft.Compute and Microsoft.Network.
From the subscriptions page and resource providers tab.