-
Notifications
You must be signed in to change notification settings - Fork 119
Deploy on Azure App Service
ArvindHarinder1 edited this page Feb 28, 2020
·
9 revisions
The SCIM reference code can be deployed locally, hosted on a server on prem, or in a service such as Azure App Services. The instructions below show you how to host the SCIM endpoint in the cloud using Visual Studio 2019 and Azure App Services.
- Click "Clone or Download" and click "Open in Desktop" or copy the link provided here.
- If you chose to copy the link, open Visual Studio 2019 and choose "Clone and check out code."
- Use the copied link from Github to make a local copy of all files.
- The Solution Explorer should open. Navigate to Microsoft.SCIM.sln view by double-clicking on it.
- Right-click Microsoft.SCIM.WebHostSample and select publish.
- Navigate through the app service publishing dialog.
- That's it! Your SCIM endpoint is now published and you can use the URL provided to perform the Postman tests.