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
ArvindHarinder1 edited this page Feb 29, 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.
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 test your SCIM endpoint.