You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-stack/hci/deploy/deployment-arc-register-server-permissions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Before you begin, make sure you've completed the following prerequisites:
57
57
> [!IMPORTANT]
58
58
> Run these steps on every Azure Stack HCI server that you intend to cluster.
59
59
60
-
1. Install the [Arc registration script](https://www.powershellgallery.com/packages/AzSHCI.ARCInstaller) from PSGallery.
60
+
<!--1. Install the [Arc registration script](https://www.powershellgallery.com/packages/AzSHCI.ARCInstaller) from PSGallery.
61
61
62
62
# [PowerShell](#tab/powershell)
63
63
```powershell
@@ -89,7 +89,7 @@ Before you begin, make sure you've completed the following prerequisites:
89
89
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y
90
90
PS C:\Users\SetupUser>
91
91
```
92
-
---
92
+
----->
93
93
1. Set the parameters. The script takes in the following parameters:
94
94
95
95
|Parameters |Description |
@@ -135,7 +135,7 @@ Before you begin, make sure you've completed the following prerequisites:
135
135
```
136
136
137
137
---
138
-
1. Connect to your Azure account and set the subscription. You'll need to open browser on the client that you're using to connect to the server and open this page: `https://microsoft.com/devicelogin` and enter the provided code in the Azure CLI output to authenticate. Get the access token and account ID for the registration.
138
+
2. Connect to your Azure account and set the subscription. You'll need to open browser on the client that you're using to connect to the server and open this page: `https://microsoft.com/devicelogin` and enter the provided code in the Azure CLI output to authenticate. Get the access token and account ID for the registration.
139
139
140
140
# [PowerShell](#tab/powershell)
141
141
@@ -169,7 +169,7 @@ Before you begin, make sure you've completed the following prerequisites:
169
169
170
170
---
171
171
172
-
1. Finally run the Arc registration script. The script takes a few minutes to run.
172
+
3. Finally run the Arc registration script. The script takes a few minutes to run.
173
173
174
174
# [PowerShell](#tab/powershell)
175
175
@@ -214,7 +214,7 @@ Before you begin, make sure you've completed the following prerequisites:
214
214
```
215
215
---
216
216
217
-
1. After the script completes successfully on all the servers, verify that:
217
+
4. After the script completes successfully on all the servers, verify that:
218
218
219
219
220
220
1. Your servers are registered with Arc. Go to the Azure portal and then go to the resource group associated with the registration. The servers appear within the specified resource group as **Machine - Azure Arc** type resources.
Copy file name to clipboardExpand all lines: azure-stack/hci/deploy/deployment-install-os.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,8 +139,7 @@ Follow these steps to configure the operating system using SConfig:
139
139
> - Make sure that the local administrator password follows Azure password length and complexity requirements. Use a password that is at least 12 characters long and contains a lowercase character, an uppercase character, a numeral, and a special character.
140
140
> - Do not join the servers with the Azure Stack HCI operating system installed, to the Active Directory domain prior to cloud deployment. Cluster nodes are automatically joined to a domain during the [Deployment via Azure portal](./deploy-via-portal.md).
141
141
142
-
143
-
## Install required Windows roles
142
+
<!--## Install required Windows roles
144
143
145
144
Install the Hyper-V role. Run the following command on each server of the cluster:
0 commit comments