Skip to content

Commit

Permalink
Fix line numbers (#43633)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored Nov 18, 2024
1 parent 11abe70 commit 900fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/azure/sdk/aspnetcore-guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Complete the steps in the following sections to update your app to use JSON file

1. Update the the `Program.cs` file to retrieve the JSON file configurations using `IConfiguration` and pass them into your service registrations:

:::code language="csharp" source="snippets/aspnetcore-guidance/MinApiSample/Program.cs" range="13-31" highlight="5-6,8-9,12-13":::
:::code language="csharp" source="snippets/aspnetcore-guidance/MinApiSample/Program.cs" range="14-25" highlight="4-5,7-8,11-12":::

### Configure Azure defaults and retries

Expand Down

0 comments on commit 900fcf6

Please sign in to comment.