We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd132cf commit 3885643Copy full SHA for 3885643
azure-stack/hci/manage/manage-secrets-rotation.md
@@ -115,7 +115,7 @@ Follow these steps in to change the deployment service principal:
115
```powershell
116
$SubscriptionId= "<Subscription ID>"
117
$TenantId= "<Tenant ID>"
118
- $AppId = "Application ID>"
+ $AppId = "<Application ID>"
119
$secretText= "<Client secret>"
120
$NewPassword = ConvertTo-SecureString -String $secretText -AsPlainText -Force
121
Set-AzureStackRPSpCredential -SubscriptionID $SubscriptionId -TenantID $TenantId -AppId $AppId -NewPassword $NewPassword
0 commit comments