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:
-
Once the deployment is complete, under Next steps, click on Go to resource.
-
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.
-
Configure the application setting with the following parameters, and then click OK.
-
Name: WEBSITE_RUN_FROM_PACKAGE
-
Value: 1
-
-
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 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 on New application setting once more. Configure the application setting with the following parameters, and then click OK.
-
Name: Storage:Entities:0:TenantId
-
Value: Paste the value of the tenant ID copied earlier during Gather Preliminary Information.
-
-
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.
-
-
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
-
-
Once all required application settings are configured, click on Save and then Continue to save the Web Service configuration.
-
(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
-
The Web Service is now configured.