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-arc-vm.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,30 +36,33 @@ Azure Local VMs running disconnected operations have the following limitations:
36
36
37
37
### VM images
38
38
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.
41
39
- 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.
42
43
43
44
### Network interfaces
44
45
45
46
Create network interfaces only in CLI. This release doesn't support network interface creation in the Azure portal.
46
47
47
48
### Storage paths
48
49
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.
51
53
52
54
### Logical networks
53
55
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.
55
58
- You can see and use logical networks, but they might not fully load in the portal.
56
59
- 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.
57
60
58
61
### Proxy servers
59
62
60
63
Proxy servers aren't supported for outbound internet connections.
61
64
62
-
### Machine creation
65
+
### VM creation
63
66
64
67
- 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.
65
68
@@ -75,7 +78,7 @@ Follow these steps to create Azure Local VMs running disconnected operations.
-[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.
79
82
-[Sign into Azure interactively using the Azure CLI](/cli/azure/authenticate-azure-cli-interactively).
80
83
81
84
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.
202
205
203
206
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).
204
207
205
-
For Azure Local VM resources:
208
+
<!--For Azure Local VM resources:
206
209
207
210
- 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**.
208
211
209
-
- To restore the provisioning state to **Succeeded**, recreate the data disk.
212
+
- To restore the provisioning state to **Succeeded**, recreate the data disk.-->
0 commit comments