Skip to content

Deploy on Azure App Service

ArvindHarinder1 edited this page Feb 28, 2020 · 9 revisions

Deploy on Azure App Service

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.

  1. Click "Clone or Download" and click "Open in Desktop" or copy the link provided here.
  2. If you chose to copy the link, open Visual Studio 2019 and choose "Clone and check out code."
  3. Use the copied link from Github to make a local copy of all files.
  4. The Solution Explorer should open. Navigate to Microsoft.SCIM.sln view by double-clicking on it.
  5. Right-click Microsoft.SCIM.WebHostSample and select publish.
  6. Navigate through the app service publishing dialog.
  7. That's it! Your SCIM endpoint is now published and you can use the URL provided to perform the Postman tests.
Clone this wiki locally