Skip to content

Commit 4f1880d

Browse files
authored
Update disconnected-operations-deploy.md
Fixed blocking issues
1 parent 9b5cd3e commit 4f1880d

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

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

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,17 @@ To prepare each machine for the disconnected operations appliance, follow these
166166
167167
Disconnected operations must be deployed on the seed node (first machine). To make sure you do the following steps on the first machine, see [Prepare Azure Local machines](#prepare-azure-local-machines).
168168
169-
To prepare the first machine for the disconnected operations appliance:
169+
To prepare the first machine for the disconnected operations appliance, follow these steps:
170170
171-
1. Modify your path to correct location
171+
1. Modify your path to correct location.
172172
173-
If you initialized a data disk or are using a different path than C: modify the `$applianceConfigBasePath`
174-
175-
Here's an example
176-
177-
```powershell
178-
$applianceConfigBasePath = 'D:\AzureLocalDisconnectedOperations\'
179-
```
173+
If you initialized a data disk or are using a different path than C: modify the `$applianceConfigBasePath`.
174+
175+
Here's an example:
176+
177+
```powershell
178+
$applianceConfigBasePath = 'D:\AzureLocalDisconnectedOperations\'
179+
```
180180
181181
1. Copy the disconnected operations installation files (appliance and manifest) to the first machine. Save these files into the base folder you created earlier.
182182
@@ -742,24 +742,11 @@ Follow these steps to create an Azure Local instance (cluster):
742742
## Tasks after deploying disconnected operations
743743

744744
Here are some tasks you should perform after deploying Azure Local with disconnected operations:
745-
1. Back up the BitLocker keys. This encrypts your volumes and lets you recover the appliance if you ever need to restore the VM. For more information, see [Understand security controls with disconnected operations on Azure Local](disconnected-operations-security.md).
746-
1. Assign extra operators. You can assign one or many operators by navigating to **Operator subscriptions**. Assign the **contributor** role at the subscription level.
747-
<!--1. Create more subscriptions. You can create more subscriptions by navigating to **Subscriptions** in the portal and selecting **Create**. You can also use the CLI to automate subscription creation.
748-
749-
To create subscriptions using the CLI, use these commands:
750745

751-
```azurecli
752-
az config set core.instance_discovery=false
753-
az extension add --name account
754-
az account alias create --name "azlocalnewsub" --billing-scope null --display-name "Azure Local subscription 2" --workload "Production"
755-
az account alias show --name "azlocalnewsub"
756-
```
746+
1. Back up the BitLocker keys. This encrypts your volumes and lets you recover the appliance if you ever need to restore the VM. For more information, see [Understand security controls with disconnected operations on Azure Local](disconnected-operations-security.md).
757747

758-
To list subscriptions using the CLI, use this command:
748+
1. Assign extra operators. You can assign one or many operators by navigating to **Operator subscriptions**. Assign the **contributor** role at the subscription level.
759749

760-
```azurecli
761-
az account subscription list -o table
762-
```-->
763750
1. [Export the host guardian service certificates](disconnected-operations-security.md) and backup the folder you export them to on an external share/drive.
764751

765752
## Troubleshoot and reconfigure using management endpoint

0 commit comments

Comments
 (0)