Create an App Service for the SCIM Microservice

EmpowerID uses the SCIM Microservice to make API calls to your Azure tenant in response to your actions in EmpowerID. 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

  1. Log in to your Azure portal as a user with the necessary permissions to create an App Service.

  2. In Azure, navigate to All Services.

  3. Select App Services > Create.

     

  4. Under Project Details, select a Subscription and Resource Group for the App Service. If desired, you can create a new Resource Group.

  5. Under Instance Details, do the following:

    • Name — Enter a name for the Web App.

    • Publish — Select Code.

    • Runtime Stack — Select ASP.NET V.4.8.

    • Operating System — Select Windows.

    • Region — Select the appropriate region.

  6. Click Review + Create.

     

  7. Click Create.

     

  8. After the deployment of the App Service completes, click Go to resource.

  9. Change the platform for the App Service to 64 Bit by doing the following:

    1. On the App Service navbar, under Settings, click Configuration.

    2. On the Configuration blade, select the General settings tab.

    3. Under Platform settings, change the Platform to 64 Bit and click Save.

    4. Click Continue confirm you want to save the changes.

  10. On the App Service page, copy the URL. You will need this when you configure SCIM App Service Authentication.

Now that you have created the App Service, the next step is to configure SCIM App Service Authentication.

 


Next Steps

Configure SCIM App Service Authentication

Publish the SCIM Microservice to Azure