Skip to content

Commit cfe8a59

Browse files
authored
Merge pull request #187251 from spelluru/ehubsupp1-0202
Premium storage account not supported - Capture
2 parents c710dd9 + 044a84b commit cfe8a59

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/event-hubs/event-hubs-capture-enable-through-portal.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ You can configure Capture at the event hub creation time using the [Azure portal
1515
For more information, see the [Event Hubs Capture overview][capture-overview].
1616

1717
> [!IMPORTANT]
18-
> The destination storage (Azure Storage or Azure Data Lake Storage) account must be in the same subscription as the event hub.
18+
> - The destination storage (Azure Storage or Azure Data Lake Storage) account must be in the same subscription as the event hub.
19+
> - Event Hubs doesn't support capturing events in a **premium** storage account.
20+
1921

2022
## Capture data to Azure Storage
2123

2224
When you create an event hub, you can enable Capture by clicking the **On** button in the **Create Event Hub** portal screen. You then specify a Storage Account and container by clicking **Azure Storage** in the **Capture Provider** box. Because Event Hubs Capture uses service-to-service authentication with storage, you do not need to specify a storage connection string. The resource picker selects the resource URI for your storage account automatically. If you use Azure Resource Manager, you must supply this URI explicitly as a string.
2325

2426
The default time window is 5 minutes. The minimum value is 1, the maximum 15. The **Size** window has a range of 10-500 MB.
2527

28+
You can enable or disable emitting empty files when no events occur during the Capture window.
29+
2630
![Time window for capture][1]
2731

28-
> [!NOTE]
29-
> You can enable or disable emitting empty files when no events occur during the Capture window.
3032

3133
## Capture data to Azure Data Lake Storage Gen 2
3234

articles/event-hubs/event-hubs-capture-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Azure Event Hubs enables you to automatically capture the streaming data in Even
1616
Event Hubs Capture enables you to process real-time and batch-based pipelines on the same stream. This means you can build solutions that grow with your needs over time. Whether you're building batch-based systems today with an eye towards future real-time processing, or you want to add an efficient cold path to an existing real-time solution, Event Hubs Capture makes working with streaming data easier.
1717

1818
> [!IMPORTANT]
19-
> The destination storage (Azure Storage or Azure Data Lake Storage) account must be in the same subscription as the event hub.
19+
> - The destination storage (Azure Storage or Azure Data Lake Storage) account must be in the same subscription as the event hub.
20+
> - Event Hubs doesn't support capturing events in a **premium** storage account.
2021
2122
## How Event Hubs Capture works
2223

0 commit comments

Comments
 (0)