Skip to content

Commit 4fc25d4

Browse files
committed
Adding more articles
1 parent 731322e commit 4fc25d4

7 files changed

+9
-10
lines changed

articles/iot-edge/how-to-deploy-modules-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can quickly deploy a module from the Azure Marketplace onto your device in y
107107
1. On the upper bar, select **Set Modules**.
108108
1. In the **IoT Edge Modules** section, click **Add**, and select **Marketplace Module** from the drop-down menu.
109109

110-
![Add module in IoT Hub](./media/how-to-deploy-modules-portal/iothub-add-module.png)
110+
:::image type="content" source="./media/how-to-deploy-modules-portal/iothub-add-module.png" alt-text="Screenshot showing how to add a module in I o T Hub.":::
111111

112112
Choose a module from the **IoT Edge Module Marketplace** page. The module you select is automatically configured for your subscription, resource group, and device. It then appears in your list of IoT Edge modules. Some modules may require additional configuration.
113113

articles/iot-edge/how-to-deploy-modules-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can use the Azure IoT extensions for Visual Studio Code to perform operation
112112

113113
1. At the bottom of the Explorer, expand the **Azure IoT Hub** section.
114114

115-
![Expand Azure IoT Hub section](./media/how-to-deploy-modules-vscode/azure-iot-hub-devices.png)
115+
:::image type="content" source="./media/how-to-deploy-modules-vscode/azure-iot-hub-devices.png" alt-text="Screenshot showing the expanded Azure I o T Hub section.":::
116116

117117
1. Click on the **...** in the **Azure IoT Hub** section header. If you don't see the ellipsis, hover over the header.
118118

@@ -139,7 +139,7 @@ You deploy modules to your device by applying the deployment manifest that you c
139139

140140
1. Navigate to the deployment manifest JSON file that you want to use, and click **Select Edge Deployment Manifest**.
141141

142-
![Select Edge Deployment Manifest](./media/how-to-deploy-modules-vscode/select-deployment-manifest.png)
142+
:::image type="content" source="./media/how-to-deploy-modules-vscode/select-deployment-manifest.png" alt-text="Screenshot showing where to select the I o T Edge Deployment Manifest.":::
143143

144144
The results of your deployment are printed in the Visual Studio Code output. Successful deployments are applied within a few minutes if the target device is running and connected to the internet.
145145

articles/iot-edge/how-to-deploy-vscode-at-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ After you have configured the deployment manifest and configured tags in the dev
220220

221221
1. Provide values as prompted, starting with the **deployment ID**.
222222

223-
![Specify a deployment ID](./media/how-to-deploy-monitor-vscode/create-deployment-at-scale.png)
223+
:::image type="content" source="./media/how-to-deploy-monitor-vscode/create-deployment-at-scale.png" alt-text="Screenshot showing how to specify a deployment ID.":::
224224

225225
Specify values for these parameters:
226226

articles/iot-edge/how-to-edgeagent-direct-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ az iot hub invoke-module-method --method-name 'ping' -n <hub name> -d <device na
3333

3434
In the Azure portal, invoke the method with the method name `ping` and an empty JSON payload `{}`.
3535

36-
![Invoke direct method 'ping' in Azure portal](./media/how-to-edgeagent-direct-method/ping-direct-method.png)
36+
:::image type="content" source="./media/how-to-edgeagent-direct-method/ping-direct-method.png" alt-text="Screenshot showing how to invoke the direct method ping in Azure portal.":::
3737

3838
## Restart module
3939

@@ -67,7 +67,7 @@ In the Azure portal, invoke the method with the method name `RestartModule` and
6767
}
6868
```
6969

70-
![Invoke direct method 'RestartModule' in Azure portal](./media/how-to-edgeagent-direct-method/restartmodule-direct-method.png)
70+
:::image type="content" source="./media/how-to-edgeagent-direct-method/restartmodule-direct-method.png" alt-text="Screenshot showing how to invoke direct method RestartModule in the Azure portal.":::
7171

7272
## Diagnostic direct methods
7373

articles/iot-edge/how-to-install-iot-edge-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IoT Edge can be installed on Kubernetes by using [KubeVirt](https://www.cncf.io/
1717

1818
## Architecture
1919

20-
[![IoT Edge on Kubernetes with KubeVirt](./media/how-to-install-iot-edge-kubernetes/iotedge-kubevirt.png)](./media/how-to-install-iot-edge-kubernetes/iotedge-kubevirt.png#lightbox)
20+
:::image type="content" source="./media/how-to-install-iot-edge-kubernetes/iotedge-kubevirt.png" alt-text="Screenshot showing I o T Edge on Kubernetes with KubeVirt." lightbox="./media/how-to-install-iot-edge-kubernetes/iotedge-kubevirt.png":::
2121

2222
| Note | Description |
2323
|-|-|

articles/iot-edge/how-to-install-iot-edge-ubuntuvm-bicep.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ You can't deploy a remote Bicep file. Save a copy of the [Bicep file](https://ra
101101

102102
The **DNS Name** can also be obtained from the **Overview** section of the newly deployed virtual machine within the Azure portal.
103103

104-
> [!div class="mx-imgBorder"]
105-
> [![Screenshot showing the DNS name of the IoT Edge Virtual Machine.](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)](./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)
104+
:::image type="content" source="./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png" alt-text="Screenshot showing the DNS name of the I o T Edge virtual machine." lightbox="./media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png":::
106105

107106
1. If you want to SSH into this VM after setup, use the associated **DNS Name** with the command:
108107
`ssh <adminUsername>@<DNS_Name>`

articles/iot-edge/how-to-monitor-iot-edge-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To view the details of a deployment and monitor the devices running it, use the
5151
1. Select the deployment that you want to monitor.
5252
1. On the **Deployment Details** page, scroll down to the bottom section and select the **Target Condition** tab. Select **View** to list the devices that match the target condition. You can change the condition and also the **Priority**. Select **Save** if you made changes.
5353

54-
![View targeted devices for a deployment](./media/how-to-monitor-iot-edge-deployments/target-devices.png)
54+
:::image type="content" source="./media/how-to-monitor-iot-edge-deployments/target-devices.png" alt-text="Screenshot showing targeted devices for a deployment.":::
5555

5656
1. Select the **Metrics** tab. If you choose a metric from the **Select Metric** drop-down, a **View** button appears for you to display the results. You can also select **Edit Metrics** to adjust the criteria for any custom metrics that you have defined. Select **Save** if you made changes.
5757

0 commit comments

Comments
 (0)