Log Configuration¶
When configuring your Agora subscription, you can provide an Azure Storage Account to store logs from two sources:
Denodo Monitor Logs: Published by the Solution Manager VM in Denodo’s Azure tenant.
Execution Plane Logs: Published by the VMs provisioned within your own Azure tenant.
Configuring the Storage Account in Agora Console¶
During provisioning, you will be prompted for an App Registration and an optional Blob Storage URL.
To obtain the blob storage URL you can navigate to the details of your Storage Account in Azure. In the left panel click Settings and then Endpoints. There you can extract the URL for the blob service. Then, append to this URL the desired container and, optionally, a folder. E.g: https://<account_name>.blob.core.windows.net/<container_name>/<folder_name>.
You will also get prompted to provide a connection string. To obtain this connection string navigate to the details of your Storage Account in Azure. Then, in the left panel, click Security + Networking and then Access Keys. There you can extract the connection string.
Permissions of your Azure Storage Account¶
The storage account must have Public Network Access enabled. This can be configured by navigating to Security + Networking, then Networking, and there the Public network access must be set to Enabled from all networks. While public network access is enabled, your data remains secured via the Connection String authentication provided during configuration.
