Skip to content

Commit 93d94b3

Browse files
[Doc-A-Thon] Updating code block
1 parent 8653db3 commit 93d94b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,21 @@ To use Azure PowerShell locally for this article instead of using Cloud Shell:
178178

179179
1. Sign in to Azure.
180180

181-
```azurepowershell
181+
```azurepowershell-interactive
182182
Connect-AzAccount
183183
```
184184
185185
1. Install the [latest version of PowerShellGet](/powershell/gallery/powershellget/install-powershellget).
186186
187-
```azurepowershell
187+
```azurepowershell-interactive
188188
Install-Module -Name PowerShellGet -AllowPrerelease
189189
```
190190
191191
You might need to `Exit` out of the current PowerShell session after you run this command for the next step.
192192
193193
1. Install the prerelease version of the `Az.ManagedServiceIdentity` module to perform the user-assigned managed identity operations in this article.
194194
195-
```azurepowershell
195+
```azurepowershell-interactive
196196
Install-Module -Name Az.ManagedServiceIdentity -AllowPrerelease
197197
```
198198
@@ -330,7 +330,7 @@ In this article, you learn how to create, list, and delete a user-assigned manag
330330

331331
1. If you're running locally, sign in to Azure through the Azure CLI.
332332

333-
```
333+
```azurecli-interactive
334334
az login
335335
```
336336

0 commit comments

Comments
 (0)