Skip to content

Commit bc9881b

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-stack-docs-pr (branch live)
2 parents e66f911 + d34eb8f commit bc9881b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.openpublishing.redirection.aks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@
13771377
},
13781378
{
13791379
"source_path": "AKS-Hybrid/offline-download.md",
1380-
"redirect_url": "/azure/aks/hybrid/aks-overview",
1380+
"redirect_url": "/azure/aks/hybrid/aks-whats-new-23h2",
13811381
"redirect_document_id": false
13821382
},
13831383
{

AKS-Hybrid/aks-whats-new-23h2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 06/25/2024
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: guanghu
9-
ms.lastreviewed: 05/28/2024
9+
ms.lastreviewed: 06/25/2024
1010

1111
---
1212

azure-stack/hci/manage/manage-secrets-rotation.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,19 @@ Follow these steps in to change the deployment service principal:
7575
1. Locate the service principal that you used when deploying the Azure Stack HCI cluster. Create a new client secret for the service principal.
7676
1. Make a note of the `appID` for the existing service principal and the new `<client secret>`.
7777
1. Sign on to one of your Azure Stack HCI server nodes using the deployment user credentials.
78-
1. Run the following PowerShell commands:
78+
1. Sign in to Azure. Run the following PowerShell command:
79+
80+
```powershell
81+
Connect-AzAccount
82+
```
83+
84+
1. Set the subscription context. Run the following PowerShell command:
85+
86+
```powershell
87+
Set-AzContext -Subscription <Subscription ID>
88+
```
89+
90+
1. Update the service principal name. Run the following PowerShell commands:
7991
8092
```powershell
8193
cd "C:\Program Files\WindowsPowerShell\Modules\Microsoft.AS.ArcIntegration"

0 commit comments

Comments
 (0)