Skip to content

Commit

Permalink
add azure to zeebe backup store options
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Jun 18, 2024
1 parent 411d90d commit ed8303c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The backup management API is a custom endpoint `backups`, available via [Spring
To use the backup feature in Zeebe, you must choose which external storage system you will use.
Make sure to set the same configuration on all brokers in your cluster.

Zeebe supports [S3](#s3-backup-store) and [Google Cloud Storage (GCS)](#gcs-backup-store) for external storage.
Zeebe supports [S3](#s3-backup-store), [Google Cloud Storage (GCS)](#gcs-backup-store), and [Azure](#azure-backup-store) for external storage.

:::caution
Backups created with one store are not available or restorable from another store.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The backup management API is a custom endpoint `backups`, available via [Spring
To use the backup feature in Zeebe, you must choose which external storage system you will use.
Make sure to set the same configuration on all brokers in your cluster.

Zeebe supports [S3](#s3-backup-store) and [Google Cloud Storage (GCS)](#gcs-backup-store) for external storage.
Zeebe supports [S3](#s3-backup-store), [Google Cloud Storage (GCS)](#gcs-backup-store), and [Azure](#azure-backup-store) for external storage.

:::caution
Backups created with one store are not available or restorable from another store.
Expand Down

0 comments on commit ed8303c

Please sign in to comment.