From b286e075f863d93a7f4df2d079b16740e36d54c8 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Thu, 8 Oct 2020 15:33:51 -0500 Subject: [PATCH] website: re-add forgotten updates (#8890) --- website/pages/commands/snapshot/agent.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/pages/commands/snapshot/agent.mdx b/website/pages/commands/snapshot/agent.mdx index 284738aba..7cfa1a8ae 100644 --- a/website/pages/commands/snapshot/agent.mdx +++ b/website/pages/commands/snapshot/agent.mdx @@ -282,6 +282,9 @@ From Consul Enterprise version `1.5.0` onwards, you can store snapshots in Azure - `-azure-blob-container-name` - Container to use. Required for Azure blob storage, and setting this disables local storage. +* `-azure-blob-environment` - Environment to use. Defaults to AZUREPUBLICCLOUD. Other valid environments + are AZURECHINACLOUD, AZUREGERMANCLOUD and AZUREUSGOVERNMENTCLOUD. Introduced in Consul 1.7.3. + #### Google Cloud Storage options From Consul Enterprise version `1.6.1` onwards, you can store snapshots in Google Cloud Storage. Authentication relies on automatic discovery through the sdk as described [here](https://cloud.google.com/docs/authentication/production):