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
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-dotnet-core-app.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ You can connect to your App Configuration store using Microsoft Entra ID (recomm
85
85
1. Connect to your App Configuration store by calling the `AddAzureAppConfiguration` method in the `Program.cs` file.
86
86
87
87
### [Microsoft Entra ID](#tab/entra-id)
88
-
You use the `DefaultAzureCredential` to authenticate to your App Configuration store. Follow the [instructions](./concept-enable-rbac.md#authentication-with-token-credentials) to assign your credential the **App Configuration Data Reader** role. Be sure to allow sufficient time for the permission to propagate before running your application. You may replace the `DefaultAzureCredential` with another token credential as appropriate.
88
+
You use the `DefaultAzureCredential` to authenticate to your App Configuration store. Follow the [instructions](./concept-enable-rbac.md#authentication-with-token-credentials) to assign your credential the **App Configuration Data Reader** role. Be sure to allow sufficient time for the permission to propagate before running your application.
89
89
90
90
```csharp
91
91
var builder = new ConfigurationBuilder();
@@ -119,19 +119,19 @@ You can connect to your App Configuration store using Microsoft Entra ID (recomm
119
119
If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect:
0 commit comments