Skip to content

Commit 350d031

Browse files
committed
preview
1 parent 0eb6f33 commit 350d031

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/use-blob-storage-checkpoint-store-azure-stack-hub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Blob Storage as checkpoint store on Azure Stack Hub
3-
description: This article describes how to use Blob Storage as a checkpoint store in Event Hubs on Azure Stack Hub.
2+
title: Use Blob Storage as checkpoint store on Azure Stack Hub (preview)
3+
description: This article describes how to use Blob Storage as a checkpoint store in Event Hubs on Azure Stack Hub (preview).
44
services: event-hubs
55
documentationcenter: na
66
author: spelluru
@@ -12,7 +12,7 @@ ms.author: spelluru
1212

1313
---
1414

15-
# Use Blob Storage as checkpoint store on Azure Stack Hub
15+
# Use Blob Storage as checkpoint store - Event Hubs on Azure Stack Hub (preview)
1616
If you're using Azure Blob Storage as the checkpoint store in an environment that supports a different version of Storage Blob SDK than the ones that are typically available on Azure, you'll need to use code to change the Storage service API version to the specific version supported by that environment. For example, if you're running [Event Hubs on an Azure Stack Hub version 2002](https://docs.microsoft.com/azure-stack/user/event-hubs-overview), the highest available version for the Storage service is version 2017-11-09. In this case, you need to use code to target the Storage service API version to 2017-11-09. For an example on how to target a specific Storage API version, see these samples on GitHub:
1717

1818
- [.NET](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs.Processor/samples/Sample10_RunningWithDifferentStorageVersion.cs)

0 commit comments

Comments
 (0)