You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document Azure service principal auth in snapshot/agent.mdx (#21942)
* Update agent.mdx
Starting from Consul v1.20.1+ent, Consul supports using Azure Blob Storage for the snapshot agent via Azure Service Principal ID and Secret authentication. I've successfully tested this configuration in my lab environment and have added the relevant parameters to this documentation for completeness.
* Update website/content/commands/snapshot/agent.mdx
Co-authored-by: Blake Covarrubias <[email protected]>
* Update website/content/commands/snapshot/agent.mdx
Co-authored-by: Blake Covarrubias <[email protected]>
* Update website/content/commands/snapshot/agent.mdx
Co-authored-by: Blake Covarrubias <[email protected]>
* Update website/content/commands/snapshot/agent.mdx
Co-authored-by: Blake Covarrubias <[email protected]>
---------
Co-authored-by: Blake Covarrubias <[email protected]>
Copy file name to clipboardExpand all lines: website/content/commands/snapshot/agent.mdx
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -396,9 +396,16 @@ These options cannot be used when using `backup_destinations` in a config file.
396
396
-`-azure-blob-container-name` - Container to use. Required for Azure blob storage, and setting this
397
397
disables local storage.
398
398
399
-
*`-azure-blob-environment` - Environment to use. Defaults to AZUREPUBLICCLOUD. Other valid environments
399
+
-`-azure-blob-environment` - Environment to use. Defaults to AZUREPUBLICCLOUD. Other valid environments
400
400
are AZURECHINACLOUD, AZUREGERMANCLOUD and AZUREUSGOVERNMENTCLOUD. Introduced in Consul 1.7.3.
401
401
402
+
~> The following options were introduced in v1.20.1+ent.
403
+
404
+
-`-azure-blob-service-principal-id` - The ID of the service principal that owns the blob object.
405
+
-`-azure-blob-service-principal-secret` - The secret of the service principal that owns the blob object.
406
+
407
+
-`-azure-blob-tenant-id` - The ID of the tenant that owns the Azure blob.
408
+
402
409
#### Google Cloud Storage options
403
410
404
411
~> This option is deprecated when used with a top-level `google_storage` object in a config file. Use `snapshot_agent -> backup_destinations -> google_storage[0]` in a config file instead.
0 commit comments