Implement Azure Blob external image uploader

This commit is contained in:
Mahmoud Saada
2017-07-29 22:31:28 -04:00
parent 1108101087
commit af15e3c0d0
9 changed files with 407 additions and 7 deletions

View File

@@ -731,7 +731,7 @@ Time to live for snapshots.
These options control how images should be made public so they can be shared on services like slack.
### provider
You can choose between (s3, webdav, gcs). If left empty Grafana will ignore the upload action.
You can choose between (s3, webdav, gcs, azure_blob). If left empty Grafana will ignore the upload action.
## [external_image_storage.s3]
@@ -786,6 +786,17 @@ Bucket Name on Google Cloud Storage.
### path
Optional extra path inside bucket
## [external_image_storage.azure_blob]
### account_name
Storage account name
### account_key
Storage account key
### container_name
Container name where to store "Blob" images with random names. Creating the blob container beforehand is required. Only public containers are supported.
## [alerting]
### enabled