Skip to content

Commit faa9b92

Browse files
committed
fix acrolinx clarity
1 parent 74350ba commit faa9b92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,15 @@ The configuration refresh is triggered by the incoming requests to your web app.
234234

235235
You can use refresh logs to identify errors and debug your application. For more information on how to utilize these logs, follow the configuration instructions for [logging in .NET Core and ASP.NET Core](/aspnet/core/fundamentals/logging).
236236

237-
- Logging will be enabled automatically as long as `services.AddAzureAppConfiguration()` is invoked in your `ConfigureServices` method. No code changes are needed
238-
- Logs will be output to the console at different log levels.
237+
- Logging is enabled automatically as long as `services.AddAzureAppConfiguration()` is invoked in your `ConfigureServices` method. No code changes are needed
238+
- Logs are output to the console at different log levels.
239239

240240
| Log Level | Description |
241241
|---|---|
242242
| Information | Updates to values stored in the configuration. |
243243
| Debug | Updates to key-values in the App Configuration store. |
244244
| Warning | Indicates errors that occurred during refresh. |
245-
- The logging category will be `Microsoft.Extensions.Configuration.AzureAppConfiguration.Refresh`.
245+
- The logging category is `Microsoft.Extensions.Configuration.AzureAppConfiguration.Refresh`.
246246

247247
Logs can alternatively be enabled and configured through [Azure SDK logging](/dotnet/azure/sdk/logging).
248248

articles/azure-app-configuration/enable-dynamic-configuration-dotnet-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ Calling the `ConfigureRefresh` method alone won't cause the configuration to ref
144144

145145
You can use refresh logs to identify errors and debug your application. For information on how to enable these logs, follow the instructions for [Azure SDK logging](/dotnet/azure/sdk/logging).
146146

147-
- Logs will be output to the console at different log levels.
147+
- Logs are output to the console at different log levels.
148148

149149
| Log Level | Description |
150150
|---|---|
151151
| Information | Updates to values stored in the configuration. |
152152
| Debug | Updates to key-values in the App Configuration store. |
153153
| Warning | Indicates errors that occurred during refresh. |
154-
- The logging category will be `Microsoft.Extensions.Configuration.AzureAppConfiguration.Refresh`.
154+
- The logging category is `Microsoft.Extensions.Configuration.AzureAppConfiguration.Refresh`.
155155

156156
## Clean up resources
157157

0 commit comments

Comments
 (0)