Skip to content

Commit 977a166

Browse files
committed
Improving acrolinx score / retrying build
1 parent 238ad64 commit 977a166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ You can use Visual Studio to create a new console app project.
4040

4141
1. Start Visual Studio, and select **File** > **New** > **Project**.
4242

43-
1. In **Create a new project**, filter on the **Console** project type and select **Console App**. If you want to create a .NET Framework app, please select **Console App (.NET Framework)** instead. Click **Next**.
43+
1. In **Create a new project**, filter on the **Console** project type and select **Console App**. If you want to create a .NET Framework app, select **Console App (.NET Framework)** instead. Click **Next**.
4444

45-
1. In **Configure your new project**, enter a project name. If you are creating a .NET Framework app, please select **.NET Framework 4.7.2** or higher under **Framework**. Click **Create**.
45+
1. In **Configure your new project**, enter a project name. If you're creating a .NET Framework app, select **.NET Framework 4.7.2** or higher under **Framework**. Click **Create**.
4646

4747
## Use the feature flag
4848

@@ -130,7 +130,7 @@ You can use Visual Studio to create a new console app project.
130130
setx ConnectionString "connection-string-of-your-app-configuration-store"
131131
```
132132
133-
Restart the command prompt to allow the change to take effect. Print the value of the environment variable to validate that it's set properly.
133+
Restart the command prompt to allow the change to take effect. Validate that it's set properly by printing the value of the environment variable.
134134
135135
### [PowerShell](#tab/powershell)
136136

0 commit comments

Comments
 (0)