Skip to content

Commit 23251d2

Browse files
committed
fixed broken link
1 parent 8275c1e commit 23251d2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-iot-edge-linux-vm.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,28 +243,28 @@ Here are the high-level steps to deploy the VM and IoT Edge runtime:
243243
1. In the [Azure portal](https://portal.azure.com), go to Azure Marketplace.
244244
1. Connect to the Azure Cloud Shell or a client with Azure CLI installed. For detailed steps, see [Quickstart for Bash in Azure Cloud Shell](../cloud-shell/quickstart.md).
245245

246-
> [!NOTE]
247-
> Closing the shell session will delete all variables created during the shell session. Reopening the session will require recreating the variables.
246+
> [!NOTE]
247+
> Closing the shell session will delete all variables created during the shell session. Reopening the session will require recreating the variables.
248248
249-
c. Run the following command to set the subscription.
249+
c. Run the following command to set the subscription.
250250

251-
```
252-
az account set –subscription <subscription id>
253-
```
251+
```
252+
az account set –subscription <subscription id>
253+
```
254254
255-
1. Use steps in [Search for Azure Marketplace images](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md#search-for-azure-marketplace-images) to search the Azure Marketplace for an Ubuntu 20.04 LTS image.
255+
2. Use steps in [Search for Azure Marketplace images](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md#search-for-azure-marketplace-images) to search the Azure Marketplace for an Ubuntu 20.04 LTS image.
256256
257257
Example of an Ubuntu 20.04 LTS image:
258258
259259
```
260260
$urn = Canonical:0001-com-ubuntu-server-focal:20_04-lts:20.04.202007160
261261
```
262262
263-
1. Create a new managed disk from the Marketplace image. For detailed steps, see [Use Azure Marketplace image to create VM image for your Azure Stack Edge](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md).
263+
3. Create a new managed disk from the Marketplace image. For detailed steps, see [Use Azure Marketplace image to create VM image for your Azure Stack Edge](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md).
264264
265-
1. Export a VHD from the managed disk to an Azure Storage account. For detailed steps, see [Export a VHD from the managed disk to Azure Storage](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md#export-a-vhd-from-the-managed-disk-to-azure-storage).
265+
4. Export a VHD from the managed disk to an Azure Storage account. For detailed steps, see [Export a VHD from the managed disk to Azure Storage](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md#export-a-vhd-from-the-managed-disk-to-azure-storage).
266266
267-
1. Follow these steps to create an Ubuntu VM using the VM image.
267+
5. Follow these steps to create an Ubuntu VM using the VM image.
268268
1. Specify the *cloud-init* script on the **Advanced** tab. To create a VM, see [Deploy GPU VM via Azure portal](azure-stack-edge-gpu-deploy-gpu-virtual-machine.md?tabs=portal) or [Deploy VM via Azure portal](azure-stack-edge-gpu-deploy-virtual-machine-portal.md).
269269
270270
![Screenshot of the Advanced tab of VM configuration in the Azure portal.](media/azure-stack-edge-gpu-deploy-iot-edge-linux-vm/azure-portal-create-vm-advanced-page-2.png)
@@ -303,4 +303,4 @@ To deploy and run an IoT Edge module on your Ubuntu VM, see the steps in [Deploy
303303
304304
To deploy Nvidia’s DeepStream module, see [Deploy the Nvidia DeepStream module on Ubuntu VM on Azure Stack Edge Pro with GPU](azure-stack-edge-deploy-nvidia-deepstream-module.md).
305305
306-
To deploy NVIDIA DIGITS, see [Enable a GPU in a prefabricated NVIDIA module](/azure/iot-edge/configure-connect-verify-gpu.md?view=iotedge-2020-11&preserve-view=true#enable-a-gpu-in-a-prefabricated-nvidia-module).
306+
To deploy NVIDIA DIGITS, see [Enable a GPU in a prefabricated NVIDIA module](/azure/iot-edge/configure-connect-verify-gpu?view=iotedge-2020-11&preserve-view=true#enable-a-gpu-in-a-prefabricated-nvidia-module).

0 commit comments

Comments
 (0)