diff --git a/docs/storage/azure-storage.md b/docs/storage/azure-storage.md index e2eb16fa71..75e3543a24 100644 --- a/docs/storage/azure-storage.md +++ b/docs/storage/azure-storage.md @@ -238,7 +238,7 @@ The sample app is now ready for testing. Verify that the submitted form data is 1. Press the run button at the top of Visual Studio to launch your .NET Aspire app dashboard in the browser. 1. On the projects page, in the **aspirestorage** row, click the link in the **Endpoints** column to open the UI of your app. - :::image type="content" source="../media/support-app.png" alt-text="A screenshot showing the home page of the .NET Aspire support application."::: + :::image type="content" source="../media/support-app.png" lightbox="../media/support-app.png" alt-text="A screenshot showing the home page of the .NET Aspire support application."::: 1. Enter sample data into the `Title` and `Description` form fields and select a simple file to upload. 1. Press submit, and the page should reload. @@ -246,7 +246,7 @@ The sample app is now ready for testing. Verify that the submitted form data is 1. Select **Containers** and then navigate into the **Documents** container to see the uploaded file. 1. You can verify the message on the queue was processed by looking at the **Project logs** of the [.NET Aspire dashboard](../dashboard.md). - :::image type="content" source="../media/queue-output.png" alt-text="A screenshot showing the console output of the Worker app."::: + :::image type="content" source="../media/queue-output.png" lightbox="../media/queue-output.png" alt-text="A screenshot showing the console output of the Worker app."::: ## Summary