Skip to content

Commit fbac3b3

Browse files
Fix image names
1 parent 46ab430 commit fbac3b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +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-
:::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.":::
130+
:::image type="content" source="./media/storage-use-azurite/azurite-aspnet-connect.png" alt-text="A screenshot showing how to add Azurite as a dependency to an ASP.NET project.":::
131131

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

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.":::
134+
:::image type="content" source="./media/storage-use-azurite/azurite-aspnet-connection-string.png" alt-text="A screenshot showing how to configure a connection string to use Azurite with an ASP.NET project.":::
135135

136136
When the configuration completes, select **Close**. The Azurite emulator starts automatically.
137137

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.":::
138+
:::image type="content" source="./media/storage-use-azurite/azurite-aspnet-output.png" alt-text="A screenshot showing output after connecting an ASP.NET project to the Azurite emulator.":::
139139

140140
### [Visual Studio Code](#tab/visual-studio-code)
141141

0 commit comments

Comments
 (0)