Logs from the application, Azure resources and activity, and CDN will all be gathered inside a single space called Log Analytics. The logs inside the log analytics can be accessed from the Azure Portal. Below are the steps to open the Log Analytics workspace and to query some logs.

  1. Open and login to the Azure Portal, search for Log Analytics workspace, and select Log Analytics workspaces under Services.
     
    https://media.nimvio.com/Project_7b52b729-4b2f-4836-83ff-80c738b6f0a9/Media/assets_doc_sitefinity/site-concept-log_published.png

     
  2. Select the Log Analytics workspace for your subscription, it should be called cvt{id}-{subscription-name}.
     
    https://media.nimvio.com/Project_7b52b729-4b2f-4836-83ff-80c738b6f0a9/Media/assets_doc_sitefinity/site-concept-log2_published.png

     
  3. On the sidebar, select Logs under General.
     
    https://media.nimvio.com/Project_7b52b729-4b2f-4836-83ff-80c738b6f0a9/Media/assets_doc_sitefinity/site-concept-log3_published.png

     
  4. You will be greeted with a landing menu for the Logs Query page, which contains the used log query. You can close this menu by clicking the x symbol on the top right corner.
     
    https://media.nimvio.com/Project_7b52b729-4b2f-4836-83ff-80c738b6f0a9/Media/assets_doc_sitefinity/site-concept-log4_published.png

     
  5. You have now opened the Log Query page, here you can query all the logs that are coming from your Cloudvanti subscription.
     
    https://media.nimvio.com/Project_7b52b729-4b2f-4836-83ff-80c738b6f0a9/Media/assets_doc_sitefinity/site-concept-log5_published.png

     
  6. To use the predefine query provided by Cloudvanti, the query is under the Custom Logs section
     
    https://media.nimvio.com/Project_7b52b729-4b2f-4836-83ff-80c738b6f0a9/Media/assets_doc_sitefinity/site-concept-log6_published.png

     
  7. For the Sitefinity website, there are two (2) logs gathered from the website.
    1. SitefinityApp_CL: the logs gathered from the application like message log, error log, etc.
    2. SitefinityServer_CL: logs gathered from the server like cookies, and response time.
Some logs take about 5-10 minute of loading before appearing in log analytic workspace.

To learn more about how to make queries inside the Log Analytics workspace, please refer to this Log Analytics.