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

    Go to resource button is the Overview window,  Next steps section

  2. Now you need to define several different application settings. 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.

    New application setting is in Configuration window, Application settings tab toolbar.

  3. Configure the application settings with the following parameters, and then click OK every time.

    • Name: WEBSITE_RUN_FROM_PACKAGE

    • Value: 1

    Overview of Add/Edit application setting window.

    • Name: Logging:Loglevel:Default

    • Value: None

    Overview of Add/Edit application setting window.

    • Name: Storage:LoggingStorageConnectionString

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

    Overview of Add/Edit application setting window.

    Overview of Add/Edit application setting window.

    • Name: Storage:Entities:0:StorageConnectionString

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

    Overview of Add/Edit application setting window.

  4. In multi-tenant Azure environments, create new application settings for storage entities for each tenant ID and storage account connection string pair. You must increment 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

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

    Location of the Save button in the toolbar of configuration window.

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

    Protocol settings is the first section in TLS/SSL settings window, Bindings tab.

The Web Service is now configured.