Skip to content

Commit 512dec0

Browse files
added border, fix numbering
1 parent 67cf2c3 commit 512dec0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/azure-app-configuration/quickstart-aspnet-core-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ dotnet new mvc --no-https --output TestAppConfig
133133
}).UseStartup<Startup>());
134134
```
135135
#### [.NET Core 3.x](#tab/core3x)
136+
137+
> [!IMPORTANT]
138+
> `CreateHostBuilder` in .NET 3.x replaces `CreateWebHostBuilder` in .NET Core 2.x.
139+
136140
1. In *Program.cs*, add a reference to the .NET Core Configuration API namespace:
137141
138142
```csharp
139143
using Microsoft.Extensions.Configuration;
140144
```
141-
142-
> [!IMPORTANT]
143-
> `CreateHostBuilder` in .NET 3.x replaces `CreateWebHostBuilder` in .NET Core 2.x.
144-
145145
1. Update the `CreateHostBuilder` method to use App Configuration by calling the `AddAzureAppConfiguration` method.
146146
147147
```csharp

includes/azure-app-configuration-create.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.date: 1/31/2020
77
---
88

99
1. To create a new App Configuration store, sign in to the [Azure portal](https://portal.azure.com). In the upper-left corner of the home page, select **Create a resource**. In the **Search the Marketplace** box, enter *App Configuration* and select <kbd>Enter</kbd>.
10-
11-
![Search for App Configuration](media/azure-app-configuration-create/azure-portal-search.png)
10+
11+
:::image type="content" source="media/azure-app-configuration-create/azure-portal-search.png" alt-text="Search for App Configuration":::
12+
1213

1314
1. Select **App Configuration** from the search results, and then select **Create**.
1415

15-
![Select Create](media/azure-app-configuration-create/azure-portal-app-configuration-create.png)
16+
:::image type="content" source="media/azure-app-configuration-create/azure-portal-app-configuration-create.png" alt-text="Select Create":::
1617

1718
1. On the **Create App Configuration** pane, enter the following settings:
1819

0 commit comments

Comments
 (0)