Prerequisites
--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 likehttps://<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 useconfig.yml file, you can add the following configuration instead of the CLI arguments: