Skip to content

Commit 984cc2e

Browse files
committed
MInor formatting tweaks
1 parent b1f6a73 commit 984cc2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-stack/hci/manage/troubleshoot-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The multi-step resolution process includes the following steps:
4848

4949
- [Remove the lock from the seed node](#remove-the-lock-from-the-seed-node)
5050
- [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)
5252
- [Refresh the cloud data](#refresh-the-cloud-edgedevices-data)
5353
- [Redo the Azure portal](#redo-the-azure-portal)
5454
- [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.
105105
106106
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.
107107
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)
109109
- You can verify install by running: `az`
110110
- If installed, this outputs a `"Welcome to Azure CLI!"` message with available commands.
111111
@@ -138,7 +138,7 @@ After the VM switch on the device is removed, clean up the Edge Device ARM resou
138138
az resource show --ids "/subscriptions/<Subscription ID>/resourceGroups/<Resource Group Name>/providers/Microsoft.HybridCompute/machines/ASRR1N26R15U33/providers/Microsoft.AzureStackHCI/edgeDevices/default"
139139
```
140140
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):
142142
`"switchName": "ConvergedSwitch(managementcompute)",`
143143
`"switchType": "External"`
144144

0 commit comments

Comments
 (0)