Add a note about the `prefix` variable

This commit is contained in:
R. Tyler Croy 2016-11-16 15:40:23 -08:00
parent 7f3032ab2d
commit e917553991
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ containing:
[source, json]
----
{
"prefix" : "yourusername",
"subscription_id" : "",
"client_id" : "",
"client_secret" : "",
@ -89,6 +90,7 @@ containing:
Where (assuming your subscription is named "Pay-As-You-Go"):
* `prefix` is your username, or some unique token to avoid namespace collisions in Azure
* `subscription_id` is the output of: `az account list -o tsv --query "[?name=='Pay-As-You-Go'].id"`
* `client_id` is the output of: `az ad app list -o tsv --query "[?displayName=='jenkins-terraform'].appId"`
* `client_secret` is the `$GENERATED_TOKEN` you created with `openssl` previously