Skip to content

Commit 9737041

Browse files
Update keyvault-move-subscription.md
1 parent ca0e151 commit 9737041

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/key-vault/general/keyvault-move-subscription.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ $vault.Properties.AccessPolicies = @() # Acc
7979
# applications/users/rights so that it does not need to be # done after this whole activity. Here we are not setting
8080
# any access policies.
8181
Set-AzResource -ResourceId $vaultResourceId -Properties $vault.Properties # Modifies the key vault's properties.
82+
83+
Clear-AzContext #Clear the context from PowerShell
84+
Connect-AzAccount #Log in again to confirm you have the correct tenant id
8285
````
8386
8487
```azurecli

0 commit comments

Comments
 (0)