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-stack/hci/manage/troubleshoot-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The multi-step resolution process includes the following steps:
48
48
49
49
-[Remove the lock from the seed node](#remove-the-lock-from-the-seed-node)
50
50
-[Remove the validation error](#remove-the-validation-error)
51
-
-[Clean up the Edge Device Azure Resource with incorrect VM switch information](#clean-up-the-edge-device-azure--resource-with-incorrect-vm-switch-information)
51
+
-[Clean up the Edge Device Azure Resource with incorrect VM switch information](#clean-up-the-edge-device-azure-resource-with-incorrect-vm-switch-information)
52
52
-[Refresh the cloud data](#refresh-the-cloud-edgedevices-data)
53
53
-[Redo the Azure portal](#redo-the-azure-portal)
54
54
-[Recreate the lock on the seed node resource](#recreate-the-lock-on-the-seed-node-resource)
@@ -105,7 +105,7 @@ With the lock removed, follow these steps to remove the validation error.
105
105
106
106
After the VM switch on the device is removed, clean up the Edge Device ARM resource containing the incorrect VM switch information via the Azure CLI.
107
107
108
-
1. On a client that can access to Azure, verify install or install AZ CLI: [Install Azure CLI on Windows](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli)
108
+
1. On a client that can access to Azure, verify install or install AZ CLI: [Install Azure CLI on Windows](/cli/azure/install-azure-cli-windows?tabs=azure-cli)
109
109
- You can verify install by running: `az`
110
110
- If installed, this outputs a `"Welcome to Azure CLI!"` message with available commands.
111
111
@@ -138,7 +138,7 @@ After the VM switch on the device is removed, clean up the Edge Device ARM resou
138
138
az resource show --ids "/subscriptions/<Subscription ID>/resourceGroups/<Resource Group Name>/providers/Microsoft.HybridCompute/machines/ASRR1N26R15U33/providers/Microsoft.AzureStackHCI/edgeDevices/default"
139
139
```
140
140
141
-
The output of this command shows quite a bit of detail about the <machineNAME> used in the command. Near the bottom of the output, there is a section for `"switchDetails"`, which will more than likely show the following (which is the Validation VM Switch that was created and cleaned up on the device, but wasn't detected by the DeviceManagementExtension and updated cloud-side):
141
+
The output of this command shows quite a bit of detail about the \<machineNAME\> used in the command. Near the bottom of the output, there is a section for `"switchDetails"`, which will more than likely show the following (which is the Validation VM Switch that was created and cleaned up on the device, but wasn't detected by the DeviceManagementExtension and updated cloud-side):
0 commit comments