You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/monitor-api-management.md
+6-17Lines changed: 6 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ You can easily integrate Azure Application Insights with Azure API Management. A
123
123
124
124
The following are high level steps for this scenario.
125
125
126
-
1. First, create a connection between Application Insights and API Management
126
+
1. First, create a connection between Application Insights and API Management.
127
127
128
128
You can create a connection between Application Insights and your API Management using the Azure portal, the REST API, or related Azure tools. API Management configures a *logger* resource for the connection.
129
129
@@ -236,7 +236,8 @@ Include a JSON snippet similar to the following example in your Azure Resource M
236
236
```
237
237
238
238
---
239
-
#### Connection string with user-assigned managed identity
239
+
240
+
- Connection string with user-assigned managed identity
240
241
241
242
#### [REST API](#tab/rest)
242
243
@@ -492,7 +493,7 @@ Addressing the issue of telemetry data flow from API Management to Application I
492
493
493
494
### Enable logging of developer portal usage in Azure API Management
494
495
495
-
This article shows you how to enable Azure Monitor logs for auditing and troubleshooting usage of the API Management [developer portal](developer-portal-overview.md). When enabled through a diagnostic setting, the logs collect information about the requests that are received and processed by the developer portal.
496
+
This section shows you how to enable Azure Monitor logs for auditing and troubleshooting usage of the API Management [developer portal](developer-portal-overview.md). When enabled through a diagnostic setting, the logs collect information about the requests that are received and processed by the developer portal.
496
497
497
498
Developer portal usage logs include data about activity in the developer portal, including:
498
499
@@ -531,11 +532,7 @@ If you send logs to a storage account, you can access the data in the Azure port
531
532
532
533
### Integrate Application Insights to developer portal
533
534
534
-
A popular feature of Azure Monitor is Application Insights. It's an extensible Application Performance Management (APM) service for developers and DevOps professionals. Use it to monitor your developer portal and detect performance anomalies. Application Insights includes powerful analytics tools to help you learn what users actually do while visiting your developer portal.
535
-
536
-
#### Add Application Insights to your portal
537
-
538
-
Follow these steps to plug Application Insights into your managed or self-hosted developer portal.
535
+
Application Insights includes powerful analytics tools to help you learn what users actually do while visiting your developer portal. Follow these steps to plug Application Insights into your managed or self-hosted developer portal.
539
536
540
537
> [!IMPORTANT]
541
538
> Steps 1 -3 are not required for managed portals. If you have a managed portal, skip to step 4.
@@ -617,12 +614,6 @@ Follow these steps to plug Application Insights into your managed or self-hosted
617
614
618
615
1. After you update the configuration, [republish the portal](developer-portal-overview.md#publish-the-portal) for the changes to take effect.
619
616
620
-
621
-
622
-
623
-
624
-
625
-
<!--## Use Azure Monitor tools to analyze the data-->
### Visualize API Management monitoring data using a Managed Grafana dashboard
@@ -646,8 +637,6 @@ On your Managed Grafana workspace:
646
637
- The Managed Grafana instance must be in the same subscription as the API Management instance.
647
638
- When created, the Grafana workspace is automatically assigned a Microsoft Entra managed identity, which is assigned the Monitor Reader role on the subscription. This approach gives you immediate access to Azure Monitor from the new Grafana workspace without needing to set permissions manually. Learn more about [configuring data sources](../managed-grafana/how-to-data-source-plugins-managed-identity.md) for Managed Grafana.
648
639
649
-
#### Import API Management dashboard
650
-
651
640
First import the [API Management dashboard](https://grafana.com/grafana/dashboards/16604-azure-api-management) to your Management Grafana workspace.
652
641
653
642
To import the dashboard:
@@ -657,7 +646,7 @@ To import the dashboard:
657
646
1. On the **Import** page, under **Import via grafana.com**, enter *16604* and select **Load**.
658
647
1. Select an **Azure Monitor data source**, review or update the other options, and select **Import**.
659
648
660
-
#### Use API Management dashboard
649
+
To use the API Management dashboard:
661
650
662
651
1. In the Managed Grafana workspace, go to **Dashboards** > **Browse** and select your API Management dashboard.
663
652
1. In the dropdowns at the top, make selections for your API Management instance. If configured, select an Application Insights instance and a Log Analytics workspace.
0 commit comments