Skip to content

Commit 9088b55

Browse files
Merge pull request #293947 from axisc/eventhubs-update-capture-different-subscription
adding details for capture across subscription
2 parents 284e874 + 23a1732 commit 9088b55

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/event-hubs/event-hubs-capture-managed-identity.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ Then you can select `User Assigned` managed identity option when enabling the ca
4646

4747

4848
#### Capturing events to a capture destination in a different subscription
49-
The Event Hubs Capture feature also support capturing data to a capture destination in a different subscription with the use of managed identity.
49+
The Event Hubs Capture feature also support capturing data to a capture destination in a different subscription with the use of managed identity.
5050

5151
> [!IMPORTANT]
52-
> Azure portal doesn't support the selection of a capture destination from a different subscription. You need to use ARM templates for that purpose.
53-
54-
For that you can use the same ARM templates given in [enabling capture with ARM template guide](./event-hubs-resource-manager-namespace-event-hub-enable-capture.md) with corresponding managed identity.
52+
> To enable capture with a storage account in a different subscription, the **Microsoft.EventHub Resource Provider must be registered for the subscription** which owns the storage account.
53+
>
54+
> To learn more about registering a Resource Provider with a specific Azure Subscription, refer to the [documentation](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider).
55+
>
5556
57+
You may use the portal or use the ARM templates in [guide](./event-hubs-resource-manager-namespace-event-hub-enable-capture.md) with corresponding managed identity.
5658

5759
## Related content
5860

0 commit comments

Comments
 (0)