Skip to content

Commit c694747

Browse files
authored
rendering fix
1 parent 795be9c commit c694747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-v2-aspnet-webapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In this quickstart, you use a code sample to learn how an ASP.NET web app to sig
6666
> [Download the Visual Studio 2019 solution](https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-DotNet/archive/master.zip)
6767
6868
> [!div renderon="portal"]
69-
> Run the project using Visual Studio or your favorite editor
69+
> Run the project using Visual Studio 2019.
7070
> [!div renderon="portal" id="autoupdate" class="nextstepaction"]
7171
> [Download the code sample]()
7272
@@ -88,7 +88,7 @@ In this quickstart, you use a code sample to learn how an ASP.NET web app to sig
8888
> <add key="ClientId" value="Enter_the_Application_Id_here" />
8989
> <add key="Tenant" value="Enter_the_Tenant_Info_Here" />
9090
> ```
91-
> Where:
91+
> Where:
9292
> - `Enter_the_Application_Id_here` - is the Application Id for the application you registered.
9393
> - `Enter_the_Tenant_Info_Here` - is one of the options below:
9494
> - If your application supports **My organization only**, replace this value with the **Tenant Id** or **Tenant name** (for example, contoso.onmicrosoft.com)

0 commit comments

Comments
 (0)