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:
-
Once the deployment is complete, under Next steps, click on Go to resource.
-
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.
-
Configure the application settings with the following parameters, and then click OK every time.
-
Name: WEBSITE_RUN_FROM_PACKAGE
-
Value: 1
-
Name: Logging:Loglevel:Default
-
Value: None
-
Name: Storage:LoggingStorageConnectionString
-
Value: Paste the value of the storage account connection string copied earlier during Gather Preliminary Information.
-
Name: Storage:Entities:0:TenantId
-
Value: Paste the value of the tenant ID copied earlier during Gather Preliminary Information.
-
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, 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
-
-
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.