Skip to content

Commit 6a386ec

Browse files
Merge pull request #15819 from ronmiab/rb-disables-tr
Disabled sections per PM request - Go Live 9.10.24 @ 10A
2 parents 4349471 + 88a5bb9 commit 6a386ec

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

azure-stack/hci/deploy/deployment-arc-register-server-permissions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Before you begin, make sure you've completed the following prerequisites:
5757
> [!IMPORTANT]
5858
> Run these steps on every Azure Stack HCI server that you intend to cluster.
5959
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.
6161
6262
# [PowerShell](#tab/powershell)
6363
```powershell
@@ -89,7 +89,7 @@ Before you begin, make sure you've completed the following prerequisites:
8989
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y
9090
PS C:\Users\SetupUser>
9191
```
92-
---
92+
--- -->
9393
1. Set the parameters. The script takes in the following parameters:
9494

9595
|Parameters |Description |
@@ -135,7 +135,7 @@ Before you begin, make sure you've completed the following prerequisites:
135135
```
136136
137137
---
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.
139139
140140
# [PowerShell](#tab/powershell)
141141
@@ -169,7 +169,7 @@ Before you begin, make sure you've completed the following prerequisites:
169169
170170
---
171171
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.
173173
174174
# [PowerShell](#tab/powershell)
175175
@@ -214,7 +214,7 @@ Before you begin, make sure you've completed the following prerequisites:
214214
```
215215
---
216216
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:
218218
219219
220220
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.

azure-stack/hci/deploy/deployment-install-os.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ Follow these steps to configure the operating system using SConfig:
139139
> - 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.
140140
> - 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).
141141
142-
143-
## Install required Windows roles
142+
<!--## Install required Windows roles
144143
145144
Install the Hyper-V role. Run the following command on each server of the cluster:
146145
@@ -150,8 +149,7 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
150149
151150
Your servers will restart; this takes a few minutes.
152151
153-
You are now ready to register the Azure Stack HCI server with Azure Arc and assign permissions for deployment.
154-
152+
You are now ready to register the Azure Stack HCI server with Azure Arc and assign permissions for deployment. -->
155153

156154
## Next steps
157155

0 commit comments

Comments
 (0)