Skip to content

Commit c3aa45a

Browse files
[msid][gh-issues] tutorial-blazor-webassembly (ADO-63253)
1 parent ff69f89 commit c3aa45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +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-
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.
4444

4545
```dotnetcli
4646
dotnet new blazorwasm --auth SingleOrg --calls-graph -o {APP NAME} --client-id "{CLIENT ID}" --tenant-id "{TENANT ID}" -f net7.0

0 commit comments

Comments
 (0)