$ python3 -m venv venv
$ source venv/bin/activate
$ pip install mkdocs mkdocs-material pymdown-extensions
$ mkdocs serve
$ mkdocs build -d site/
$ az storage blob upload-batch --account-name 'storage_account_name' -d '$web' --overwrite --source ./site
$ az storage blob upload-batch --account-name 'storage_account_name' -d '$web' --overwrite --source ./useful_docs # used for attachments