You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/app-provisioning/use-scim-to-build-users-and-groups-endpoints.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice: app-provisioning
9
9
ms.workload: identity
10
10
ms.topic: conceptual
11
-
ms.date: 08/18/2022
11
+
ms.date: 03/16/2023
12
12
ms.author: kenwith
13
13
ms.reviewer: arvinh
14
14
---
@@ -67,7 +67,7 @@ Go to the [reference code](https://github.com/AzureAD/SCIMReferenceCode) from Gi
67
67
68
68
1. In the terminal, change the directory using the `cd Microsoft.SCIM.WebHostSample` command
69
69
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).
71
71
72
72
```dotnetcli
73
73
dotnet run --environment Development
@@ -77,14 +77,14 @@ Go to the [reference code](https://github.com/AzureAD/SCIMReferenceCode) from Gi
77
77
78
78
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).
79
79
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.
81
81
82
82
```dotnetcli
83
83
dotnet publish -c Debug
84
84
```
85
85
86
86
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.
88
88
1. Select the **App Service** web app you created earlier.
89
89
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.
90
90
@@ -138,4 +138,4 @@ To develop a SCIM-compliant user and group endpoint with interoperability for a
138
138
139
139
-[Tutorial: Validate a SCIM endpoint](scim-validator-tutorial.md)
140
140
-[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