File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1377
1377
},
1378
1378
{
1379
1379
"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 " ,
1381
1381
"redirect_document_id" : false
1382
1382
},
1383
1383
{
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ms.date: 06/25/2024
6
6
author : sethmanheim
7
7
ms.author : sethm
8
8
ms.reviewer : guanghu
9
- ms.lastreviewed : 05/28 /2024
9
+ ms.lastreviewed : 06/25 /2024
10
10
11
11
---
12
12
Original file line number Diff line number Diff line change @@ -75,7 +75,19 @@ Follow these steps in to change the deployment service principal:
75
75
1 . Locate the service principal that you used when deploying the Azure Stack HCI cluster. Create a new client secret for the service principal.
76
76
1 . Make a note of the ` appID ` for the existing service principal and the new ` <client secret> ` .
77
77
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:
79
91
80
92
```powershell
81
93
cd "C:\Program Files\WindowsPowerShell\Modules\Microsoft.AS.ArcIntegration"
You can’t perform that action at this time.
0 commit comments