Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Azure, navigate to All Services > App services and select Add.

    Image Removed

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

  3. Under Instance Details, do the following:

    • Name — Enter a name for the Web App.

    • Publish — Select Code.

    • Runtime Stack — Select .Net Core 3.1 (LTS).

    • Operating System — Select Windows.

    • Region — Select the appropriate region.

  4. Click Review + Create.

  5. Click Create.

  6. After deployment completes, click Go to resource.

  7. 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.

  8. On the App Service page, copy the URL. You will need this when you configure the app service for the EmpowerID SCIM Microservice.

...