Skip to content

Commit 92c6aa4

Browse files
update
1 parent e9814b9 commit 92c6aa4

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following key-value to the App Configuration store and leave **Label** a
3131

3232
## Create a .NET console app
3333

34-
You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
34+
You can use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
3535

3636
1. Create a new folder for your project.
3737

articles/azure-app-configuration/quickstart-feature-flag-dotnet.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ The .NET Feature Management libraries extend the framework with feature flag sup
2323

2424
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
2525
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
26+
- [.NET SDK 6.0 or later](https://dotnet.microsoft.com/download) - also available in the [Azure Cloud Shell](https://shell.azure.com).
2627

27-
### [.NET](#tab/dotnet)
28-
- [.NET SDK](https://dotnet.microsoft.com/download) - also available in the [Azure Cloud Shell](https://shell.azure.com).
28+
If you want to use .NET Framework, please install the following things.
2929

30-
### [.NET Framework](#tab/dotnet-framework)
31-
- [.NET Framework 4.7.2 or later](https://dotnet.microsoft.com/download/dotnet-framework)
3230
- [Visual Studio](https://visualstudio.microsoft.com/vs)
33-
34-
---
31+
- [.NET Framework 4.7.2 or later](https://dotnet.microsoft.com/download/dotnet-framework)
3532

3633
## Add a feature flag
3734

@@ -44,7 +41,7 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
4441

4542
### [.NET](#tab/dotnet)
4643

47-
You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
44+
You can use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a new .NET console app project. The advantage of using the .NET CLI over Visual Studio is that it's available across the Windows, macOS, and Linux platforms. Alternatively, use the preinstalled tools available in the [Azure Cloud Shell](https://shell.azure.com).
4845

4946
1. Create a new folder for your project.
5047

@@ -56,6 +53,8 @@ You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a
5653
5754
### [.NET Framework](#tab/dotnet-framework)
5855
56+
You can use Visual Studio to create a new .NET Framework console app project.
57+
5958
1. Start Visual Studio, and select **File** > **New** > **Project**.
6059
6160
1. In **Create a new project**, filter on the **Console** project type and click on **Console App (.NET Framework)**. Click **Next**.

0 commit comments

Comments
 (0)