Skip to content

Commit 46d79eb

Browse files
authored
Removes directional reference.
1 parent 48e772c commit 46d79eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/app-provisioning/use-scim-to-build-users-and-groups-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Go to the [reference code](https://github.com/AzureAD/SCIMReferenceCode) from Gi
6767

6868
1. In the terminal, change the directory using the `cd Microsoft.SCIM.WebHostSample` command
6969

70-
1. To run your app locally, in the terminal, run the .NET CLI command in the example. The [dotnet run](/dotnet/core/tools/dotnet-run) runs the Microsoft.SCIM.WebHostSample project using the [development environment](/aspnet/core/fundamentals/environments#set-environment-on-the-command-line).
70+
1. To run your app locally, in the terminal, run the .NET CLI command. The [dotnet run](/dotnet/core/tools/dotnet-run) runs the Microsoft.SCIM.WebHostSample project using the [development environment](/aspnet/core/fundamentals/environments#set-environment-on-the-command-line).
7171

7272
```dotnetcli
7373
dotnet run --environment Development
@@ -77,7 +77,7 @@ Go to the [reference code](https://github.com/AzureAD/SCIMReferenceCode) from Gi
7777
7878
1. To deploy the Microsoft.SCIM.WebHostSample app to Azure App Services, [create a new App Services](../../app-service/quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode#publish-your-web-app).
7979
80-
1. In the Visual Studio Code terminal, run the .NET CLI command below. This command generates a deployable publish folder for the app in the bin/debug/publish directory.
80+
1. In the Visual Studio Code terminal, run the .NET CLI command. This command generates a deployable publish folder for the app in the bin/debug/publish directory.
8181
8282
```dotnetcli
8383
dotnet publish -c Debug

0 commit comments

Comments
 (0)