Skip to content

Commit 48611fe

Browse files
Merge pull request #231059 from kenwith/patch-50
Adds updates for acrolinx.
2 parents 3757bf4 + 8617c5b commit 48611fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 08/18/2022
11+
ms.date: 03/16/2023
1212
ms.author: kenwith
1313
ms.reviewer: arvinh
1414
---
@@ -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 below. 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,14 +77,14 @@ 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
8484
```
8585
8686
1. In the Visual Studio Code explorer, right-click on the generated **publish** folder, and select Deploy to Web App.
87-
1. A new workflow will open in the command palette at the top of the screen. Select the **Subscription** you would like to publish your app to.
87+
1. A new workflow opens in the command palette at the top of the screen. Select the **Subscription** you would like to publish your app to.
8888
1. Select the **App Service** web app you created earlier.
8989
1. If Visual Studio Code prompts you to confirm, select **Deploy**. The deployment process may take a few moments. When the process completes, a notification should appear in the bottom right corner prompting you to browse to the deployed app.
9090
@@ -138,4 +138,4 @@ To develop a SCIM-compliant user and group endpoint with interoperability for a
138138

139139
- [Tutorial: Validate a SCIM endpoint](scim-validator-tutorial.md)
140140
- [Tutorial: Develop and plan provisioning for a SCIM endpoint](use-scim-to-provision-users-and-groups.md)
141-
- [Tutorial: Configure provisioning for a gallery app](configure-automatic-user-provisioning-portal.md)
141+
- [Tutorial: Configure provisioning for a gallery app](configure-automatic-user-provisioning-portal.md)

0 commit comments

Comments
 (0)