We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152a16c commit e5e21ddCopy full SHA for e5e21dd
articles/azure-app-configuration/quickstart-feature-flag-aspnet-core.md
@@ -126,7 +126,7 @@ Add the [Secret Manager tool](https://docs.microsoft.com/aspnet/core/security/ap
126
{
127
var settings = config.Build();
128
config.AddAzureAppConfiguration(settings["ConnectionStrings:AppConfig"])
129
- .UseFeatureFlags();;
+ .UseFeatureFlags();
130
})
131
.UseStartup<Startup>();
132
```
@@ -141,7 +141,7 @@ Add the [Secret Manager tool](https://docs.microsoft.com/aspnet/core/security/ap
141
142
143
144
145
146
.UseStartup<Startup>());
147
0 commit comments