Skip to content

Commit a1937b5

Browse files
committed
Add empty lines
1 parent 779a9e3 commit a1937b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-app-configuration/quickstart-feature-flag-dotnet-background-service.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.devlang: csharp
99
ms.custom: devx-track-csharp, mode-other, devx-track-dotnet
1010
ms.topic: quickstart
1111
ms.tgt_pltfrm: .NET
12-
ms.date: 12/02/2024
12+
ms.date: 12/17/2024
1313
ms.author: zhiyuanliang
1414
#Customer intent: As a .NET background service developer, I want to use feature flags to control feature availability quickly and confidently.
1515
---
@@ -64,11 +64,14 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
6464
6565
// Use feature flags
6666
options.UseFeatureFlags();
67+
6768
// Register the refresher so that the Worker service can consume it through dependency injection
6869
builder.Services.AddSingleton(options.GetRefresher());
6970
});
71+
7072
// Register feature management services
7173
builder.Services.AddFeatureManagement();
74+
7275
// The rest of existing code in Program.cs
7376
// ... ...
7477
```

0 commit comments

Comments
 (0)