Skip to content

Commit 1a6f1c3

Browse files
authored
Merge pull request #298361 from maud-lv/ml-acstorequickstart
Freshness review - Update store quickstart
2 parents f17d17a + c663bf8 commit 1a6f1c3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
-15.6 KB
Loading

articles/azure-app-configuration/quickstart-azure-app-configuration-create.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-app-configuration
77
ms.devlang: csharp
88
ms.custom: devx-track-csharp, mode-other
99
ms.topic: quickstart
10-
ms.date: 03/25/2024
10+
ms.date: 04/16/2025
1111

1212
#Customer intent: As an Azure developer, I want to create an app configuration store to manage all my app settings in one place using Azure App Configuration.
1313
---
@@ -44,9 +44,6 @@ An Azure account with an active subscription. [Create one for free](https://azur
4444
:::image type="content" source="media/azure-app-configuration-create/azure-portal-basic-tab.png" alt-text="Screenshot of the Azure portal that shows the basic tab of the creation for with the free tier selected.":::
4545

4646
1. Select **Review + create** to validate your settings.
47-
48-
:::image type="content" source="media/azure-app-configuration-create/azure-portal-review.png" alt-text="Screenshot of the Azure portal that shows the configuration settings in the Review + create tab.":::
49-
5047
1. Select **Create**. The deployment might take a few minutes.
5148
1. After the deployment finishes, go to the App Configuration resource. Select **Settings** > **Access keys**. Make a note of the primary read-only key connection string. You'll use this connection string later to configure your application to communicate with the App Configuration store that you created.
5249

@@ -125,8 +122,9 @@ az group delete --name <name>
125122

126123
---
127124

128-
## Next steps
125+
## Next step
129126

130127
Advance to the next article to learn how to create an ASP.NET Core app with Azure App Configuration to centralize storage and management of its application settings.
128+
131129
> [!div class="nextstepaction"]
132130
> [Quickstart ASP.NET Core](quickstart-aspnet-core-app.md)

0 commit comments

Comments
 (0)