squash me
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -34,9 +34,9 @@ In as few words as possible, here are the steps to follow:
|
||||
There are three values needed for authentication with the Google Compute Engine API. The first is the project ID, which is the name of the project you created in the Google Cloud Console. The second is the service account email address, which is the email address of the service account you created in the Google Cloud Console. The third is the path to the JSON file (whose name and path are found by the script's internal logic by providing the private_key_id) that contains the private key for the service account. You can find these values in the JSON file you downloaded from the Google Cloud Console.
|
||||
|
||||
Those values are also located in the JSON file and are translate to the following environment variables:
|
||||
* GCE_PROJECT_ID -> project_id
|
||||
* GCE_CLIENT_SECRET -> private_key_id
|
||||
* GCE_CLIENT_ID -> client_email
|
||||
* GCE_PROJECT_ID ➡️ project_id
|
||||
* GCE_CLIENT_SECRET ➡️ private_key_id
|
||||
* GCE_CLIENT_ID ➡️ client_email
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user