Skip to content

Commit 46ab430

Browse files
Update more images
1 parent 7ff3751 commit 46ab430

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed
46.2 KB
Loading
17 KB
Loading
24.6 KB
Loading

articles/storage/common/storage-use-azurite.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,15 @@ After you create the project, Azurite starts automatically. The output looks sim
127127

128128
In Visual Studio 2022, create an **ASP.NET Core Web App** project. Then, open the **Connected Services** dialog box, select **Add a service dependency**, and then select **Storage Azurite emulator**.
129129

130-
> [!div class="mx-imgBorder"]
131-
> ![Connected services dialog box in ASP.NET Core Web App project](media/storage-use-azurite/connected-service-storage-emulator.png)
130+
:::image type="content" source="./media/storage-use-azurite/azurite-asp-connect.png" alt-text="A screenshot showing how to add Azurite as a dependency to an ASP.NET project.":::
132131

133132
In the **Configure Storage Azurite emulator** dialog box, set the **Connection string name** field to `StorageConnectionString`, and then select **Finish**.
134133

135-
> [!div class="mx-imgBorder"]
136-
> ![Configure Storage Azurite emulator dialog box](media/storage-use-azurite/connection-string-for-azurite-emulator-configuration.png)
134+
:::image type="content" source="./media/storage-use-azurite/azurite-asp-connection-string.png" alt-text="A screenshot showing how to configure a connection string to use Azurite with an ASP.NET project.":::
137135

138136
When the configuration completes, select **Close**. The Azurite emulator starts automatically.
139137

140-
> [!div class="mx-imgBorder"]
141-
> ![Azurite command-line output in ASP.NET project](media/storage-use-azurite/output-window-asp-net-project.png)
138+
:::image type="content" source="./media/storage-use-azurite/azurite-asp-output.png" alt-text="A screenshot showing output after connecting an ASP.NET project to the Azurite emulator.":::
142139

143140
### [Visual Studio Code](#tab/visual-studio-code)
144141

0 commit comments

Comments
 (0)