Azure Licensing Manager uses the SCIM Microservice to make API calls to your Azure tenant in response to your actions in ALM. In order for the microservice to make these calls, an App Service for the application must first be created in Azure.
To create an App Service for the SCIM Microservice
Log in to your Azure portal as a user with the necessary permissions to create an App Service.
In Azure, navigate to the App Services blade and then click Add.
Under Project Details, select a Subscription and create a new Resource Group for the App Service.
Under Instance Details, do the following:
Name — Enter a name for the Web App.
Publish — Select Code.
Runtime Stack — Select ASP.NET V4.7
Operating System — Select Windows.
Region — Select the appropriate region.
Click Review + Create.
Click Create.
After the deployment of the App Service completes, click Go to resource.
On the App Service blade, copy the URL. You will need this when you configure the App Service for the EmpowerID SCIM Microservice.
Now that you have created the App Service, the next step is to configure it for the SCIM Microservice.