Skip to content

Commit 01f8b23

Browse files
committed
Update instructions to match quickstart
1 parent e2a114a commit 01f8b23

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a
7474
7575
### [Microsoft Entra ID (recommended)](#tab/entra-id)
7676
77-
You use the `DefaultAzureCredential` to authenticate to your App Configuration store.
78-
79-
1. 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.
80-
81-
1. Update the code in Program.cs.
77+
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.
8278
8379
```csharp
8480
// Existing code in Program.cs

0 commit comments

Comments
 (0)