Skip to content

Commit

Permalink
Use lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Dec 1, 2023
1 parent 4f9359a commit ffbbd25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/storage/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,15 @@ 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.
1. In a separate browser tab, use the Azure portal to navigate to the **Storage browser** in your Azure Storage Account.
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

Expand Down

0 comments on commit ffbbd25

Please sign in to comment.