File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed 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