Skip to content

Commit c61094f

Browse files
committed
fixes
1 parent 5a2d54e commit c61094f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/azure/sdk/aspnetcore-guidance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ Complete the following steps to register the services you need:
4040
:::code source="snippets/aspnetcore-guidance/BlazorSample/Program.cs" range="11-30":::
4141
4242
4. Inject the registered services into your ASP.NET Core app components, services, or API endpoint methods:
43+
4344
<!-- markdownlint-disable MD023 -->
4445
## [Minimal API](#tab/api)
4546
4647
:::code source="snippets/aspnetcore-guidance/MinApiSample/Program.cs" range="44-59" highlight="44,47,48":::
48+
4749
<!-- markdownlint-disable MD023 -->
4850
## [Blazor](#tab/blazor)
4951
@@ -133,4 +135,4 @@ The following table depicts how the Azure SDK for .NET `EventLevel` maps to the
133135
134136
You can change default log levels and other settings using the same JSON configurations outlined in the [configure authentication](#authenticate-using-microsoft-entra-id) section. For example, toggle a the `ServiceBusClient` log level to `Debug` by setting the `Logging:LogLevel:Azure.Messaging.ServiceBus` key as follows:
135137
136-
:::code source="snippets/aspnetcore-guidance/MinApiSample/appsettings.Development.json" highlight="2-8":::
138+
:::code source="snippets/aspnetcore-guidance/MinApiSample/appsettings.Development.json" highlight="2-8":::

0 commit comments

Comments
 (0)