website: add azure storage options for enterprise (#5920)

This documents the additional backup target for
the snapshot agent.

Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
Jack Pearkes 2019-06-04 20:40:22 -05:00 committed by GitHub
parent e48167d931
commit af8de66be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -118,6 +118,11 @@ Usage: `consul snapshot agent [options]`
"s3_server_side_encryption":false,
"s3_static_snapshot_name":""
}
"azure_blob_storage": {
"account_name": "",
"account_key": "",
"container_name": ""
}
}
}
```
@ -256,6 +261,18 @@ The following example IAM policy document assumes that the `aws-s3-bucket` is `c
}
```
#### Azure Blob Storage options
** Note: This currently only works on non-Solaris platforms due to library limitations **
From Consul Enterprise version `1.5.0` onwards, you can store snapshots in Azure Blob storage.
* `-azure-blob-account-name` and `-azure-blob-account-key` - These arguments supply
authentication information for connecting to Azure Blob storage.
* `-azure-blob-container-name` - Container to use. Required for Azure blob storage, and setting this
disables local storage.
## Examples
Running the agent with no arguments will run a long-running daemon process that will