Skip to content

Commit a7df6fa

Browse files
committed
Updated text
1 parent 3337daf commit a7df6fa

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

azure-local/manage/disconnected-operations-arc-vm.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,33 @@ Azure Local VMs running disconnected operations have the following limitations:
3636

3737
### VM images
3838

39-
- Create VM images only from a local share.
40-
- Create VM images only using Azure Command Line (CLI). This release doesn't support image creation in the Azure portal.
4139
- Marketplace, Azure storage account, and images from an existing Azure Local VM aren't supported.
40+
- Create VM images from a local share.
41+
- Create VM images using Azure Command Line (CLI).
42+
- Create image in the Azure portal.
4243

4344
### Network interfaces
4445

4546
Create network interfaces only in CLI. This release doesn't support network interface creation in the Azure portal.
4647

4748
### Storage paths
4849

49-
- Create storage paths only in CLI. This release doesn't support storage path creation in the Azure portal.
50-
- Don't delete storage paths using CLI or the portal if they're connected to an Azure Local VM or VM image. First, delete the Azure Local VM and image using that storage path.
50+
- Create storage paths in CLI.
51+
- Create storage paths in the Azure portal.
52+
- To delete storage paths from CLI or Portal, first delete any resources (VMs, images, disks) that are on the storage path.
5153

5254
### Logical networks
5355

54-
- Create logical networks only in CLI; the portal isn't supported.
56+
- Create logical networks in CLI.
57+
- Create logical networks in the Azure portal.
5558
- You can see and use logical networks, but they might not fully load in the portal.
5659
- Deleting a logical network used by a network interface doesn't fail as expected. It deletes the network and results in a **Failed** state. To recover, recreate the logical network.
5760

5861
### Proxy servers
5962

6063
Proxy servers aren't supported for outbound internet connections.
6164

62-
### Machine creation
65+
### VM creation
6366

6467
- Create a VM in the portal by selecting **Azure Arc** > **Machines** > **Add/Create** > **Create a machine in a connected host environment**. For more information, see step 7 under the Create Azure Local VMs section.
6568

@@ -75,7 +78,7 @@ Follow these steps to create Azure Local VMs running disconnected operations.
7578
1. [Review prerequisites](../manage/azure-arc-vm-management-prerequisites.md).
7679

7780
- [Install the Azure CLI](disconnected-operations-cli.md#install-azure-cli) version AzCLI 2.60.0.
78-
- Install the Azure Local extension **stack-hci-vm** version v1.3.0.
81+
- Install the latest Azure Local extension **stack-hci-vm** version.
7982
- [Sign into Azure interactively using the Azure CLI](/cli/azure/authenticate-azure-cli-interactively).
8083

8184
2. [Assign role-based access control (RBAC) roles](../manage/assign-vm-rbac-roles.md).
@@ -202,11 +205,11 @@ Follow these steps to create Azure Local VMs running disconnected operations.
202205
203206
To manage Azure Local VMs using CLI, see [Azure Local VMs using the Azure CLI](/azure/azure-local/manage/manage-arc-virtual-machines?view=azloc-24112&tabs=windows&preserve-view=true). To check the status of the VM, see [Status of the VM](../manage/manage-arc-virtual-machines.md#status-displayed-as-connecting).
204207
205-
For Azure Local VM resources:
208+
<!--For Azure Local VM resources:
206209
207210
- If you remove a data disk interface used by a VM, the command doesn't fail as expected. Instead, it deletes the data disk interface and sets the provisioning state as **Failed**.
208211
209-
- To restore the provisioning state to **Succeeded**, recreate the data disk.
212+
- To restore the provisioning state to **Succeeded**, recreate the data disk.-->
210213
211214
## Manage VM extensions
212215

0 commit comments

Comments
 (0)