Configuration the Web Service

You need to configure the newly created Web Service with several application settings that enable the Web Service to communicate with the Azure tenant and storage account.

To configure the Web Service, follow these steps:

  1. Once the deployment is complete, under Next steps, click on Go to resource.


    (click the image to enlarge it)

  2. From the left-side navigation menu, go to Settings > Configuration and then, from the right-side pane, under Application settings, click on New application setting.


    (click the image to enlarge it)

  3. Configure the application setting with the following parameters, and then click OK.

    • Name: WEBSITE_RUN_FROM_PACKAGE

    • Value: 1


    (click the image to enlarge it)

  4. Click on New application setting once more. Configure the application setting with the following parameters, and then click OK.

    • Name: Logging:Loglevel:Default

    • Value: None


    (click the image to enlarge it)

  5. Click on New application setting once more. Configure the application setting with the following parameters, and then click OK.

    • Name: Storage:LoggingStorageConnectionString

    • Value: Paste the value of the storage account connection string copied earlier during Gather Preliminary Information.


    (click the image to enlarge it)

  6. Click on New application setting once more. Configure the application setting with the following parameters, and then click OK.


    (click the image to enlarge it)

  7. Click on New application setting once more. Configure the application setting with the following parameters, and then click OK.

    • Name: Storage:Entities:0:StorageConnectionString

    • Value: Paste the value of the storage account connection string copied earlier during Gather Preliminary Information.


    (click the image to enlarge it)

  8. In multi-tenant Azure environments, repeat steps 6 and 7 for each tenant ID and storage account connection string pair, while incrementing by one the integer (0) used in the Name field for each subsequent pair.

    As such, the application settings for the second tenant ID - connection string pair must be:

    • Storage:Entities:1:TenantId

    • Storage:Entities:1:StorageConnectionString

    While for the third tenant ID - connection string pair, the application settings must be:

    • Storage:Entities:2:TenantId

    • Storage:Entities:2:StorageConnectionString

  9. Once all required application settings are configured, click on Save and then Continue to save the Web Service configuration.


    (click the image to enlarge it)

  10. (Optional) Ivanti recommends using HTTPS and TLS version 1.2 to encrypt connections to the Web Service.

    From the left-side navigation menu, go to Settings > TLS/SSL settings and then, from the right-side pane, under Bindings > Protocol Settings, configure the following:

    • HTTPS only: On

    • Minimum TLS Version: 1.2


    (click the image to enlarge it)

The Web Service is now configured.