Skip to content

Commit 3cbb156

Browse files
authored
Merge pull request #302422 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-09 05:00 UTC
2 parents 7f62bfb + bbd0abb commit 3cbb156

File tree

88 files changed

+961
-457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+961
-457
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-netfx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
2424
## Prerequisites
2525

2626
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
27-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
27+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2828
- [Visual Studio](https://visualstudio.microsoft.com/vs)
2929
- [.NET Framework 4.7.2 or later](https://dotnet.microsoft.com/download/dotnet-framework)
3030

articles/azure-app-configuration/enable-dynamic-configuration-dotnet-background-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, you learn how to:
2626
## Prerequisites
2727

2828
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
29-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
29+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
3030
- [.NET SDK 6.0 or later](https://dotnet.microsoft.com/download) - also available in the [Azure Cloud Shell](https://shell.azure.com).
3131

3232
## Add a key-value

articles/azure-app-configuration/enable-dynamic-configuration-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
2424
## Prerequisites
2525

2626
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
27-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
27+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2828
- [Visual Studio](https://visualstudio.microsoft.com/vs)
2929
- [.NET Framework 4.7.2 or later](https://dotnet.microsoft.com/download/dotnet-framework)
3030

articles/azure-app-configuration/howto-chat-completion-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Chat completion is an AI capability that enables models to generate conversation
1717

1818
## Prerequisites
1919
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free)
20-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
20+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2121

2222
## Create a chat completion configuration
2323

articles/azure-app-configuration/howto-create-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this article, learn how to create, use and manage snapshots in Azure App Conf
1414

1515
## Prerequisites
1616

17-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
17+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
1818
- "DataOwner" role in the App Configuration store. Details on required [role and permissions for snapshots](./concept-snapshots.md)
1919

2020
### Add key-values to the App configuration store

articles/azure-app-configuration/howto-leverage-json-content-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this tutorial, you'll learn how to:
6262

6363
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
6464

65-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
65+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
6666
- This tutorial requires version 2.10.0 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
6767

6868
## Create JSON key-values in App Configuration

articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this guide, you'll use the targeting filter to roll out a feature to targeted
1919
## Prerequisites
2020

2121
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
22-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
22+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2323
- A feature flag with targeting filter. [Create the feature flag](./howto-targetingfilter.md).
2424
- [.NET SDK 6.0 or later](https://dotnet.microsoft.com/download).
2525

articles/azure-app-configuration/integrate-kubernetes-deployment-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This tutorial assumes basic understanding of managing Kubernetes with Helm. Lear
3636
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
3737
- Install [Azure CLI](/cli/azure/install-azure-cli) (version 2.4.0 or later)
3838
- Install [Helm](https://helm.sh/docs/intro/install/) (version 2.14.0 or later)
39-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
39+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
4040
- A Kubernetes cluster.
4141

4242
## Add key-values

articles/azure-app-configuration/manage-feature-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Feature manager in the Azure portal provides a UI for creating and managing
2222
## Prerequisites
2323

2424
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
25-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
25+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2626

2727
## Create a feature flag
2828

articles/azure-app-configuration/quickstart-aspnet-core-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this quickstart, you'll use Azure App Configuration to externalize storage an
1818
## Prerequisites
1919

2020
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
21-
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
21+
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2222
- [.NET SDK 6.0 or later](https://dotnet.microsoft.com/download)
2323

2424
> [!TIP]

0 commit comments

Comments
 (0)