From af8de66be44e9fe843937afe690494a128394f18 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Tue, 4 Jun 2019 20:40:22 -0500 Subject: [PATCH] website: add azure storage options for enterprise (#5920) This documents the additional backup target for the snapshot agent. Co-Authored-By: Freddy --- .../commands/snapshot/agent.html.markdown.erb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/source/docs/commands/snapshot/agent.html.markdown.erb b/website/source/docs/commands/snapshot/agent.html.markdown.erb index fe605cd25..e0d4ce177 100644 --- a/website/source/docs/commands/snapshot/agent.html.markdown.erb +++ b/website/source/docs/commands/snapshot/agent.html.markdown.erb @@ -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