Skip to content

Commit 6b65df1

Browse files
Merge pull request #226829 from henrymbuguakiarie/msid-gh-issues-2023-tutorial-blazor-server
[msid][gh-issues] tutorial-blazor-server (ADO-63256)
2 parents 54d8f5b + e38e41b commit 6b65df1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

articles/active-directory/develop/tutorial-blazor-server.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: henrymbugua
66
ms.service: active-directory
77
ms.subservice: develop
88
ms.topic: tutorial
9-
ms.date: 12/13/2022
9+
ms.date: 02/09/2023
1010
ms.custom: "engagement-fy23"
1111
ms.reviewer: janicericketts
1212
#Customer intent: As a developer, I want to add authentication to a Blazor app.
@@ -52,13 +52,7 @@ Finally, because the app calls a protected API (in this case Microsoft Graph), i
5252

5353
## Create the app using the .NET CLI
5454

55-
Run the following command to download the templates for `Microsoft.Identity.Web`, which we'll make use of in this tutorial.
56-
57-
```dotnetcli
58-
dotnet new --install Microsoft.Identity.Web.ProjectTemplates
59-
```
60-
61-
Then, run the following command to create the application. Replace the placeholders in the command with the proper information from your app's overview page and execute the command in a command shell. The output location specified with the `-o|--output` option creates a project folder if it doesn't exist and becomes part of the app's name.
55+
To create the application, run the following command. Replace the placeholders in the command with the proper information from your app's overview page and execute the command in a command shell. The output location specified with the `-o|--output` option creates a project folder if it doesn't exist and becomes part of the app's name.
6256

6357
```dotnetcli
6458
dotnet new blazorserver --auth SingleOrg --calls-graph -o {APP NAME} --client-id "{CLIENT ID}" --tenant-id "{TENANT ID}" --domain "{DOMAIN}" -f net7.0
@@ -208,5 +202,5 @@ After granting consent, navigate to the "Fetch data" page to read some email.
208202

209203
Learn about calling building web apps that sign in users in our multi-part scenario series:
210204

211-
> [!div class="nextstepaction"]
205+
> [!div class="nextstepaction"]
212206
> [Scenario: Web app that signs in users](scenario-web-app-sign-user-overview.md)

0 commit comments

Comments
 (0)