Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 932 Bytes

File metadata and controls

23 lines (19 loc) · 932 Bytes
title Storage checkpoint recommendations
description Provides recommendations when using Azure Blob Storage as a checkpoint store.
author spelluru
ms.service azure-event-hubs
ms.topic include
ms.date 06/16/2025
ms.author spelluru
ms.custom include file

Follow these recommendations when you use Azure Blob Storage as a checkpoint store:

  • Use a separate container for each consumer group. You can use the same storage account, but use one container per each group.
  • Don't use the storage account for anything else.
  • Don't use the container for anything else.
  • Create the storage account in the same region as the deployed application. If the application is on-premises, try to choose the closest region possible.

On the Storage account page in the Azure portal, in the Blob service section, ensure that the following settings are disabled.

  • Hierarchical namespace
  • Blob soft delete
  • Versioning