Skip to content

Commit c8239d8

Browse files
Merge pull request #226813 from henrymbuguakiarie/msid-gh-issues-2023-tutorial-blazor-webassembly
[msid][gh-issues] tutorial-blazor-webassembly (ADO-63253)
2 parents 328298f + 97a2281 commit c8239d8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

articles/active-directory/develop/tutorial-blazor-webassembly.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/14/2022
9+
ms.date: 02/09/2023
1010
ms.reviewer: janicericketts
1111
#Customer intent: As a developer, I want to add authentication and authorization to a Blazor WebAssembly app and call Microsoft Graph.
1212
---
@@ -40,13 +40,7 @@ Every app that uses Azure AD for authentication must be registered with Azure AD
4040

4141
## Create the app using the .NET Core CLI
4242

43-
To create the app, you need the latest Blazor templates. You can install them for the .NET Core CLI with the following command:
44-
45-
```dotnetcli
46-
dotnet new install Microsoft.Identity.Web.ProjectTemplates
47-
```
48-
49-
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.
43+
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.
5044

5145
```dotnetcli
5246
dotnet new blazorwasm --auth SingleOrg --calls-graph -o {APP NAME} --client-id "{CLIENT ID}" --tenant-id "{TENANT ID}" -f net7.0
@@ -240,5 +234,5 @@ After granting consent, navigate to the "Fetch data" page to read some email.
240234

241235
## Next steps
242236

243-
> [!div class="nextstepaction"]
237+
> [!div class="nextstepaction"]
244238
> [Microsoft identity platform best practices and recommendations](./identity-platform-integration-checklist.md)

0 commit comments

Comments
 (0)