Skip to content

Commit 6cd030a

Browse files
committed
Updated text
1 parent 69dae2c commit 6cd030a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

azure-local/manage/disconnected-operations-deploy.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ To prepare each machine for the disconnected operations appliance, follow these
105105
106106
1. [Rename each node](/powershell/module/microsoft.powershell.management/rename-computer?view=powershell-7.4&preserve-view=true) according to your environments naming conventions. For example, azlocal-n1, azlocal-n2, and azlocal-n3.
107107
108-
1. Check and make sure you have sufficient disk space for disconnected operations deployment.
109-
108+
1. Check and make sure you have sufficient disk space for disconnected operations deployment.
109+
110110
Make sure you have at least 600 GB of free space on the drive you plan to use for deployment. If your drive has less space, use a data disk on each node and initialize it so each node has the same available data disks for deployment.
111111
112112
Here’s how to initialize a disk on the nodes and format it for a D partition:
@@ -145,11 +145,10 @@ To prepare each machine for the disconnected operations appliance, follow these
145145
> [!NOTE]
146146
> If you use a different root for the management certificate, repeat the process and import the key on each node.
147147
148-
149148
1. [Install and configure the CLI](disconnected-operations-cli.md) with your local endpoint on each node.
150-
149+
151150
1. Set the environment variable to support disconnected operations
152-
151+
153152
```powershell
154153
[Environment]::SetEnvironmentVariable("DISCONNECTED_OPS_SUPPORT", $true, [System.EnvironmentVariableTarget]::Machine)
155154
```
@@ -330,7 +329,6 @@ Populate the required parameters based on your deployment planning. Modify the e
330329
copy-item AzureLocal.DisconnectedOperations.Manifest.json $applianceConfigBasePath\AzureLocal.DisconnectedOperations.Appliance.manifest.json
331330
```
332331
333-
334332
## Install and configure the appliance
335333
336334
To install and configure the appliance on the first machine (seed node), use the following command. Point the `AzureLocalInstallationFile` to a path that contains the **IRVM01.zip**.
@@ -455,10 +453,10 @@ Wait until all resource providers are in the state **Registered**. Here's a samp
455453

456454
```azurecli
457455
az provider list -o table
458-
```
456+
```
459457

460-
> [!NOTE]
461-
> You can also register or view resource provider statuses in the local portal. To do this, go to your **Subscription**, click the dropdown arrow for **Settings**, and select **Resource providers**.
458+
> [!NOTE]
459+
> You can also register or view resource provider statuses in the local portal. To do this, go to your **Subscription**, click the dropdown arrow for **Settings**, and select **Resource providers**.
462460
463461
### Create resource group SPN for cluster
464462

@@ -494,7 +492,6 @@ Use the operator account to create an SPN for Arc initialization of each Azure L
494492
>
495493
> Don't place the cluster resource in the operator subscription, unless you plan to restrict this to only operators with full access to other operations. You can create more subscriptions or place it in the starter subscription.
496494
497-
498495
### Initialize each node
499496
500497
To initialize each node, follow these steps. Modify where necessary to match your environment details:

0 commit comments

Comments
 (0)