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-local/manage/disconnected-operations-deploy.md
+11-24Lines changed: 11 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,17 +166,17 @@ To prepare each machine for the disconnected operations appliance, follow these
166
166
167
167
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).
168
168
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:
170
170
171
-
1. Modify your path to correct location
171
+
1. Modify your path to correct location.
172
172
173
-
If you initialized a data disk or are using a different path than C: modify the `$applianceConfigBasePath`
1. Copy the disconnected operations installation files (appliance and manifest) to the first machine. Save these files into the base folder you created earlier.
182
182
@@ -742,24 +742,11 @@ Follow these steps to create an Azure Local instance (cluster):
742
742
## Tasks after deploying disconnected operations
743
743
744
744
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:
750
745
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).
757
747
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.
759
749
760
-
```azurecli
761
-
az account subscription list -o table
762
-
```-->
763
750
1.[Export the host guardian service certificates](disconnected-operations-security.md) and backup the folder you export them to on an external share/drive.
764
751
765
752
## Troubleshoot and reconfigure using management endpoint
0 commit comments