You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/includes/web-app/quickstart-aspnet-core.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
26
26
27
27
## Register and download your quickstart application
28
28
29
-
####Step 1: Register your application
29
+
### Step 1: Register your application
30
30
1. Sign in to the [Azure portal](https://portal.azure.com/).
31
31
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.
32
32
1. Search for and select **Azure Active Directory**.
@@ -43,15 +43,15 @@ See [How the sample works](#how-the-sample-works) for an illustration.
43
43
1. Select **In 1 year** for the secret's expiration.
44
44
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.
45
45
46
-
####Step 2: Download the ASP.NET Core project
46
+
### Step 2: Download the ASP.NET Core project
47
47
48
48
[Download the ASP.NET Core solution](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/archive/aspnetcore3-1-callsgraph.zip)
49
49
50
50
> [!Note]
51
51
> 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)
52
52
This quickstart will be deprecated in the near future and will be updated to use .NET 6.0.
53
53
54
-
####Step 3: Configure your ASP.NET Core project
54
+
### Step 3: Configure your ASP.NET Core project
55
55
56
56
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*.
57
57
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:
91
91
92
92
This step will ensure that the sample is targeting the .NET Core 6.0 framework.
93
93
94
-
####Step 5: Build and run the application
94
+
### Step 5: Build and run the application
95
95
96
96
Build and run the app in Visual Studio by selecting the **Debug** menu > **Start Debugging**, or by pressing the F5 key.
0 commit comments