Host the report on Azure Blob Storage
Prerequisites
You can send the report to your Azure Blob Storage by running the command:
You can control the location of the report in the bucket by providing --bucket-file-path <REPORT_PATH>
(the report’s file name should end with .html
).
Hosting the report as a website
You can host the report as the container’s website so that you can browse to it with a constant URL
like https://<Account-Name>.blob.core.windows.net/<Azure-Container-Name>/index.html
.
In order to do that, pass --update-bucket-website true
to send-report
in order to update the index.html
file in
the container.
Configuration in file
If you prefer to use config.yml
file, you can add the following configuration instead of the CLI arguments:
Send report summary to Slack
In addition to hosting the report, you can send a report summary notification to Slack every time the report is updated.