You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: I want to dynamically update my ASP.NET web application (.NET Framework) to use the latest configuration data in App Configuration.
13
13
---
@@ -52,15 +52,35 @@ Add the following key-values to the App Configuration store and leave **Label**
52
52
53
53
## Reload data from App Configuration
54
54
55
-
1. Right-click your project and select **Manage NuGet Packages**. On the **Browse** tab, search and add the latest version of the following NuGet package to your project.
55
+
1. Right-click your project and select **Manage NuGet Packages**. On the **Browse** tab, search and add the latest version of the following NuGet packages to your project.
#Customer intent: I want to dynamically update my .NET app to use the latest configuration data in App Configuration.
15
15
---
@@ -33,24 +33,28 @@ Finish the quickstart [Create a .NET app with App Configuration](./quickstart-do
33
33
34
34
## Activity-driven configuration refresh
35
35
36
-
Open *Program.cs* and update the file with the following code.
36
+
Open *Program.cs* and update the file with the following code. You can connect to App Configuration using either Microsoft Entra ID (recommended) or a connection string. The following code snippet demonstrates using Microsoft Entra ID.
37
+
38
+
You use the `DefaultAzureCredential` to authenticate to your App Configuration store. While completing the quickstart listed in the prerequisites, you already [assigned your credential the **App Configuration Data Reader role**](./concept-enable-rbac.md#authentication-with-token-credentials).
0 commit comments