Skip to content

Commit d73f1d1

Browse files
(Azure CXP) Add note about no subscription and tenant limit
1 parent ac26352 commit d73f1d1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

articles/api-management/api-management-howto-app-insights.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ You need an Azure API Management instance. [Create one](get-started-create-servi
2727

2828
To use Application Insights, [create an instance of the Application Insights service](../azure-monitor/app/create-new-resource.md). To create an instance using the Azure portal, see [Workspace-based Application Insights resources](../azure-monitor/app/create-workspace-resource.md).
2929

30+
> [!NOTE]
31+
> The Application Insights resource **can be** in a different subscription or even a different tenant than the API Management resource.
32+
3033
## Create a connection between Application Insights and API Management
3134

35+
> [!NOTE]
36+
> If your Application Insights resource is in a different tenant, then you will have to create the logger using the [REST API](/rest/api/apimanagement/current-ga/logger/create-or-update)
37+
3238
1. Navigate to your **Azure API Management service instance** in the **Azure portal**.
3339
1. Select **Application Insights** from the menu on the left.
3440
1. Select **+ Add**.
@@ -139,4 +145,4 @@ To improve performance issues, skip:
139145
## Next steps
140146

141147
+ Learn more about [Azure Application Insights](/azure/application-insights/).
142-
+ Consider [logging with Azure Event Hubs](api-management-howto-log-event-hubs.md).
148+
+ Consider [logging with Azure Event Hubs](api-management-howto-log-event-hubs.md).

articles/api-management/api-management-howto-log-event-hubs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This article describes how to log API Management events using Azure Event Hubs.
2525

2626
For detailed steps on how to create an event hub and get connection strings that you need to send and receive events to and from the Event Hub, see [Create an Event Hubs namespace and an event hub using the Azure portal](../event-hubs/event-hubs-create.md).
2727

28+
> [!NOTE]
29+
> The Event Hub resource **can be** in a different subscription or even a different tenant than the API Management resource
30+
2831
## Create an API Management logger
2932
Now that you have an Event Hub, the next step is to configure a [Logger](/rest/api/apimanagement/current-ga/logger) in your API Management service so that it can log events to the Event Hub.
3033

0 commit comments

Comments
 (0)