From 2b705c261b349cf41c0ad770c43f284106ec6e62 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Mon, 18 Nov 2024 14:56:29 -0600 Subject: [PATCH] Fix line numbers --- docs/azure/sdk/aspnetcore-guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure/sdk/aspnetcore-guidance.md b/docs/azure/sdk/aspnetcore-guidance.md index 73acc6202c899..eec62d0fffd1b 100644 --- a/docs/azure/sdk/aspnetcore-guidance.md +++ b/docs/azure/sdk/aspnetcore-guidance.md @@ -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