Skip to content

Commit efcf506

Browse files
committed
feedback-introduced
1 parent bd7ac5b commit efcf506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/develop/includes/web-app/quickstart-aspnet-core.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
2626

2727
## Register and download your quickstart application
2828

29-
#### Step 1: Register your application
29+
### Step 1: Register your application
3030
1. Sign in to the [Azure portal](https://portal.azure.com/).
3131
1. If access to multiple tenants is available, use the **Directories + subscriptions** filter :::image type="icon" source="../../media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which to register the application.
3232
1. Search for and select **Azure Active Directory**.
@@ -43,15 +43,15 @@ See [How the sample works](#how-the-sample-works) for an illustration.
4343
1. Select **In 1 year** for the secret's expiration.
4444
1. Select **Add** and immediately record the secret's **Value** for use in a later step. The secret value is *never displayed again* and is irretrievable by any other means. Record it in a secure location as you would any password.
4545

46-
#### Step 2: Download the ASP.NET Core project
46+
### Step 2: Download the ASP.NET Core project
4747

4848
[Download the ASP.NET Core solution](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/archive/aspnetcore3-1-callsgraph.zip)
4949

5050
> [!Note]
5151
> The code sample currently targets ASP.NET Core 3.1. The sample can be updated to use .NET Core 6.0 and is covered in the following steps: [Update the sample code to ASP.NET Core 6.0](#step-4-update-the-sample-code-to-aspnet-core-60)
5252
This quickstart will be deprecated in the near future and will be updated to use .NET 6.0.
5353

54-
#### Step 3: Configure your ASP.NET Core project
54+
### Step 3: Configure your ASP.NET Core project
5555

5656
1. Extract the *.zip* file to a local folder that's close to the root of the disk to avoid errors caused by path length limitations on Windows. For example, extract to *C:\Azure-Samples*.
5757
1. Open the solution in the chosen code editor.
@@ -91,7 +91,7 @@ To update this code sample to target ASP.NET Core 6.0, follow these steps:
9191

9292
This step will ensure that the sample is targeting the .NET Core 6.0 framework.
9393

94-
#### Step 5: Build and run the application
94+
### Step 5: Build and run the application
9595

9696
Build and run the app in Visual Studio by selecting the **Debug** menu > **Start Debugging**, or by pressing the F5 key.
9797

0 commit comments

Comments
 (0)