Skip to content

Commit e7d86d3

Browse files
committed
updated with changes from Charles
1 parent 60a7c0a commit e7d86d3

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

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

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 06/28/2022
10+
ms.date: 08/25/2022
1111
ms.author: alkohli
1212
---
1313

@@ -238,19 +238,32 @@ Deploying the IoT Edge runtime is part of VM creation, using the *cloud-init* sc
238238

239239
Here are the high-level steps to deploy the VM and IoT Edge runtime:
240240

241-
1. In the [Azure portal](https://portal.azure.com), go to Azure Marketplace.
242-
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).
243-
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 the following Ubuntu 20.04 LTS image:
241+
1. Acquire the Ubuntu VM image from Azure Marketplace. For detailed steps, follow the instructions in [Use Azure Marketplace image to create VM image for your Azure Stack Edge](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md).
242+
243+
1. In the [Azure portal](https://portal.azure.com), go to Azure Marketplace.
244+
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).
245+
246+
> [!NOTE]
247+
> Closing the shell session will delete all variables created during the shell session. Reopening the session will require recreating the variables.
248+
249+
1. Run the following command to set the subscription.
250+
251+
```azurepowershell
252+
az account set –subscripiton <subscription id>
253+
```
254+
255+
256+
d. 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.
257+
258+
Example of an Ubuntu 20.04 LTS image:
244259

245-
```azurecli
246-
$urn = Canonical:0001-com-ubuntu-server-focal:20_04-lts:20.04.202007160
247-
```
260+
```azurecli
261+
$urn = Canonical:0001-com-ubuntu-server-focal:20_04-lts:20.04.202007160
262+
```
248263

249-
1. Create a new managed disk from the Marketplace image.
264+
e. 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).
250265

251-
1. Export a VHD from the managed disk to an Azure Storage account.
252-
253-
For detailed steps, follow the instructions in [Use Azure Marketplace image to create VM image for your Azure Stack Edge](azure-stack-edge-gpu-create-virtual-machine-marketplace-image.md).
266+
f. 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).
254267

255268
1. Follow these steps to create an Ubuntu VM using the VM image.
256269
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).
@@ -277,6 +290,10 @@ Use these steps to verify that your IoT Edge runtime is running.
277290

278291
![Screenshot of the IoT Edge runtime status in the Azure portal.](media/azure-stack-edge-gpu-deploy-iot-edge-linux-vm/azure-portal-iot-edge-runtime-status.png)
279292

293+
To troubleshoot your IoT Edge device configuration, see [Troubleshoot your IoT Edge device](../iot-edge/troubleshoot.md?view=iotedge-2020-11&tabs=linux&preserve-view=true).
294+
295+
<!-- Cannot get the link to render properly for version at https://docs.microsoft.com/azure/iot-edge/troubleshoot?view=iotedge-2020-11 -->
296+
280297
## Update the IoT Edge runtime
281298

282299
To update the VM, follow the instructions in [Update IoT Edge](../iot-edge/how-to-update-iot-edge.md?view=iotedge-2020-11&tabs=linux&preserve-view=true). To find the latest version of Azure IoT Edge, see [Azure IoT Edge releases](../iot-edge/how-to-update-iot-edge.md?view=iotedge-2020-11&tabs=linux&preserve-view=true).

0 commit comments

Comments
 (0)