From c4ba7e580232c5706d480ba9ce729170bc447eee Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Sun, 3 Dec 2017 14:16:45 -0800 Subject: [PATCH] Update README.md --- terraform/azure/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/terraform/azure/README.md b/terraform/azure/README.md index db56f1e40..46a0cf10e 100644 --- a/terraform/azure/README.md +++ b/terraform/azure/README.md @@ -24,10 +24,6 @@ Use the `az login` CLI command to log in to Azure: ```bash $ az login -``` - -After completing the login process, take note of the `SUBSCRIPTION_ID` and the `TENANT_ID` -that are included in the output: [ { @@ -43,8 +39,10 @@ that are included in the output: } } ] +``` -These will be used to set the `ARM_SUBSCRIPTION_ID` and `ARM_TENANT_ID` environment +After completing the login process, take note of the `SUBSCRIPTION_ID` and the `TENANT_ID` +that are included in the output above. These will be used to set the `ARM_SUBSCRIPTION_ID` and `ARM_TENANT_ID` environment variables for Packer and Terraform. ## Create an Application Id and Password