Skip to content

Commit 10ef0b7

Browse files
Minor edits.
1 parent ed6621d commit 10ef0b7

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

articles/api-management/monitor-api-management.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ You can easily integrate Azure Application Insights with Azure API Management. A
123123

124124
The following are high level steps for this scenario.
125125

126-
1. First, create a connection between Application Insights and API Management
126+
1. First, create a connection between Application Insights and API Management.
127127

128128
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.
129129

@@ -236,7 +236,8 @@ Include a JSON snippet similar to the following example in your Azure Resource M
236236
```
237237

238238
---
239-
#### Connection string with user-assigned managed identity
239+
240+
- Connection string with user-assigned managed identity
240241

241242
#### [REST API](#tab/rest)
242243

@@ -492,7 +493,7 @@ Addressing the issue of telemetry data flow from API Management to Application I
492493

493494
### Enable logging of developer portal usage in Azure API Management
494495

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.
496497

497498
Developer portal usage logs include data about activity in the developer portal, including:
498499

@@ -531,11 +532,7 @@ If you send logs to a storage account, you can access the data in the Azure port
531532

532533
### Integrate Application Insights to developer portal
533534

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.
539536

540537
> [!IMPORTANT]
541538
> 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
617614

618615
1. After you update the configuration, [republish the portal](developer-portal-overview.md#publish-the-portal) for the changes to take effect.
619616

620-
621-
622-
623-
624-
625-
<!--## Use Azure Monitor tools to analyze the data-->
626617
[!INCLUDE [azmon-horz-tools](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-tools.md)]
627618

628619
### Visualize API Management monitoring data using a Managed Grafana dashboard
@@ -646,8 +637,6 @@ On your Managed Grafana workspace:
646637
- The Managed Grafana instance must be in the same subscription as the API Management instance.
647638
- 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.
648639

649-
#### Import API Management dashboard
650-
651640
First import the [API Management dashboard](https://grafana.com/grafana/dashboards/16604-azure-api-management) to your Management Grafana workspace.
652641

653642
To import the dashboard:
@@ -657,7 +646,7 @@ To import the dashboard:
657646
1. On the **Import** page, under **Import via grafana.com**, enter *16604* and select **Load**.
658647
1. Select an **Azure Monitor data source**, review or update the other options, and select **Import**.
659648

660-
#### Use API Management dashboard
649+
To use the API Management dashboard:
661650

662651
1. In the Managed Grafana workspace, go to **Dashboards** > **Browse** and select your API Management dashboard.
663652
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

Comments
 (0)