From cf256fb48b1357b4a545c4fa6d4990a0eaebe36d Mon Sep 17 00:00:00 2001 From: Duncan Godwin Date: Tue, 10 Jan 2017 17:19:04 +0000 Subject: [PATCH] Add tenant Id lookup command --- providers/azurecompute-arm/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/providers/azurecompute-arm/README.md b/providers/azurecompute-arm/README.md index a5a9956362..50ebedbe41 100644 --- a/providers/azurecompute-arm/README.md +++ b/providers/azurecompute-arm/README.md @@ -42,6 +42,14 @@ Run the following commands to assign roles to the service principal azure role assignment create --objectId -o Contributor -c /subscriptions// ``` +Look up the the tenant Id + +```bash +azure account show -s --json + +# output will be a JSON which will include the `Tenant id` +``` + Verify service principal ```bash