Skip to content

Commit c1c7403

Browse files
committed
Added more lightboxes
1 parent 7b85d6a commit c1c7403

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/iot-hub/iot-hub-csharp-csharp-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ You can use the portal to view the uploaded file in the storage container you co
256256
1. Select the folder named after your device.
257257
1. Select the blob that you uploaded your file to. In this article, it's the blob named **TestPayload.txt**.
258258
259-
:::image type="content" source="./media/iot-hub-csharp-csharp-file-upload/view-uploaded-file.png" alt-text="Screenshot of selecting the uploaded file in the Azure portal.":::
259+
:::image type="content" source="./media/iot-hub-csharp-csharp-file-upload/view-uploaded-file.png" alt-text="Screenshot of selecting the uploaded file in the Azure portal." lightbox="./media/iot-hub-csharp-csharp-file-upload/view-uploaded-file.png":::
260260
261261
1. View the blob properties on the page that opens. You can select **Download** to download the file and view its contents locally.
262262

articles/iot-hub/iot-hub-java-java-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ In this section, you create a Java console app that receives file upload notific
402402
4. Save and close the `pom.xml` file.
403403
404404
5. Get the IoT Hub service connection string.
405-
[!INCLUDE [iot-hub-include-find-service-connection-string](../../includes/iot-hub-include-find-service-connection-string.md)]
405+
[!INCLUDE [iot-hub-include-find-service-connection-string](../../includes/iot-hub-include-find-service-connection-string.md)]
406406
407407
6. Using a text editor, open the `my-app\src\main\java\com\mycompany\app\App.java` file and replace the code with the following.
408408

includes/iot-hub-include-find-service-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ To get the IoT Hub connection string for the **service** policy, follow these st
2121

2222
1. Copy the **Primary connection string** and save the value.
2323

24-
:::image type="content" source="./media/iot-hub-include-find-service-connection-string/iot-hub-get-connection-string.png" alt-text="Screenshot that shows how to retrieve the connection string" border="true":::
24+
:::image type="content" source="./media/iot-hub-include-find-service-connection-string/iot-hub-get-connection-string.png" alt-text="Screenshot that shows how to retrieve the connection string from your IoT Hub in the Azure portal." border="true" lightbox="./media/iot-hub-include-find-service-connection-string/iot-hub-get-connection-string.png":::
2525

2626
For more information about IoT Hub shared access policies and permissions, see [Access control and permissions](../articles/iot-hub/iot-hub-dev-guide-sas.md#access-control-and-permissions).

0 commit comments

Comments
 (0)