From b72883e58cb42f82ff52e7936924f08981eb7a2d Mon Sep 17 00:00:00 2001 From: "Mike F. Robbins" Date: Thu, 5 May 2022 16:05:05 -0500 Subject: [PATCH] Added set-azcontent to managed identity example based on customer feedback --- src/Accounts/Accounts/help/Connect-AzAccount.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Accounts/Accounts/help/Connect-AzAccount.md b/src/Accounts/Accounts/help/Connect-AzAccount.md index 7ecb3eb6f3da..6e837e54f0a0 100644 --- a/src/Accounts/Accounts/help/Connect-AzAccount.md +++ b/src/Accounts/Accounts/help/Connect-AzAccount.md @@ -165,6 +165,7 @@ you sign into Azure from a virtual machine that has an assigned MSI. ```powershell Connect-AzAccount -Identity +Set-AzContext -Subscription Subscription1 ``` ```Output