Skip to content

Commit dbb51f5

Browse files
committed
line edits
1 parent e9c8838 commit dbb51f5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following are high level steps for this scenario.
5151
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.
5252

5353
> [!IMPORTANT]
54-
> Currently, in the portal, API Management only supports connections to Application Insights using an Application Insights instrumentation key. For enhanced security, we recommend using an Application Insights connection string with an API Management managed identity. To configure a connection string with a managed identity, use the [REST API](#create-a-connection-using-the-rest-api-bicep-or-arm-template) or related tools as shown in a later section of this article. [Learn more](../azure-monitor/app/sdk-connection-string.md) about Application Insights connection strings.
54+
> Currently, in the portal, API Management only supports connections to Application Insights using an Application Insights instrumentation key. For enhanced security, we recommend using an Application Insights connection string with an API Management managed identity. To configure managed identity and connection string credentials, use the [REST API](#create-a-connection-using-the-rest-api-bicep-or-arm-template) or related tools as shown in a later section of this article. [Learn more](../azure-monitor/app/sdk-connection-string.md) about Application Insights connection strings.
5555
>
5656
5757
> [!NOTE]
@@ -67,7 +67,7 @@ The following are high level steps for this scenario.
6767
Follow these steps to use the Azure portal to create a connection between Application Insights and API Management.
6868

6969
> [!NOTE]
70-
> Where possible, Microsoft recommends using a connection string with a managed identity for enhanced security. To configure a connection string with a managed identity, use the [REST API](#create-a-connection-using-the-rest-api-bicep-or-arm-template) or related tools as shown in a later section of this article.
70+
> Where possible, Microsoft recommends using managed identity and connection string credentials for enhanced security. To configure these credentials, use the [REST API](#create-a-connection-using-the-rest-api-bicep-or-arm-template) or related tools as shown in a later section of this article.
7171
7272

7373
1. Navigate to your **Azure API Management service instance** in the **Azure portal**.
@@ -91,15 +91,16 @@ Follow these steps to use the Azure portal to create a connection between Applic
9191
9292
## Create a connection using the REST API, Bicep, or ARM template
9393

94-
Follow these steps to use the REST API, Bicep, or ARM template to create an Application Insights logger for your API Management instance. You can configure a logger that uses a system-assigned or user-assigned managed identity with a connection string (recommended), or a logger that uses only a connection string.
94+
Follow these steps to use the REST API, Bicep, or ARM template to create an Application Insights logger for your API Management instance. You can configure a logger that uses managed identity with connection string credentials (recommended), or a logger that uses only a connection string.
9595

96-
97-
### Logger with system-assigned managed identity and connection string credentials
96+
### Logger with managed identity and connection string credentials (recommended)
9897

9998
See the [prerequisites](#prerequisites) for using an API Management managed identity.
10099

101100
The Application Insights connection string appears in the **Overview** section of your Application Insights resource.
102101

102+
### System-assigned managed identity and connection string
103+
103104
#### [REST API](#tab/rest)
104105

105106
Use the API Management [Logger - Create or Update](/rest/api/apimanagement/current-preview/logger/create-or-update) REST API with the following request body.
@@ -158,7 +159,7 @@ Include a JSON snippet similar to the following in your Azure Resource Manager t
158159
}
159160
```
160161
---
161-
### Logger with user-assigned managed identity and connection string credentials
162+
### User-assigned managed identity and connection string
162163

163164
See the [prerequisites](#prerequisites) for using an API Management managed identity.
164165

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Create and manage API Management loggers by using the [API Management REST API](
6161

6262
### Logger with managed identity credentials (recommended)
6363

64-
You can configure an API Management logger to an event hub using either a system-assigned or user-assigned managed identity credentials.
64+
You can configure an API Management logger to an event hub using either system-assigned or user-assigned managed identity credentials.
6565

6666
### Logger with system-assigned managed identity credentials
6767

0 commit comments

Comments
 (0)