Skip to content

Commit 900fcf6

Browse files
authored
Fix line numbers (#43633)
1 parent 11abe70 commit 900fcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure/sdk/aspnetcore-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Complete the steps in the following sections to update your app to use JSON file
110110
111111
1. Update the the `Program.cs` file to retrieve the JSON file configurations using `IConfiguration` and pass them into your service registrations:
112112
113-
:::code language="csharp" source="snippets/aspnetcore-guidance/MinApiSample/Program.cs" range="13-31" highlight="5-6,8-9,12-13":::
113+
:::code language="csharp" source="snippets/aspnetcore-guidance/MinApiSample/Program.cs" range="14-25" highlight="4-5,7-8,11-12":::
114114
115115
### Configure Azure defaults and retries
116116

0 commit comments

Comments
 (0)