Skip to content

Commit 07df85e

Browse files
committed
preview limitation
1 parent ad63334 commit 07df85e

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

articles/api-management/developer-portal-enable-usage-logs.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77
ms.service: api-management
88
ms.custom:
99
ms.topic: how-to
10-
ms.date: 05/13/2024
10+
ms.date: 05/23/2024
1111
ms.author: danlep
1212
---
1313

@@ -38,7 +38,10 @@ To configure a diagnostic setting for developer portal usage logs:
3838
1. **Diagnostic setting name**: Enter a descriptive name.
3939
1. **Category groups**: Optionally make a selection for your scenario.
4040
1. Under **Categories**: Select **Logs related to Developer Portal usage**. Optionally select other categories as needed.
41-
1. Under **Destination details**, select one or more options and specify details for the destination. For example, archive logs to a storage account, stream them to an event hub, or send them to a Log Analytics workspace or partner solution. [Learn more](../azure-monitor/essentials/diagnostic-settings.md)
41+
1. Under **Destination details**, select one or more options and specify details for the destination. For example, archive logs to a storage account or stream them to an event hub. [Learn more](../azure-monitor/essentials/diagnostic-settings.md)
42+
> [!NOTE]
43+
> Currently, the **Send to Log Analytics workspace** destination isn't supported for developer portal usage logs.
44+
4245
1. Select **Save**.
4346

4447
## View diagnostic log data
@@ -53,21 +56,9 @@ If you send logs to a storage account, you can access the data in the Azure port
5356
1. Navigate to the container for the logs in your API Management instance. The logs are partitioned in intervals of 1 hour.
5457
1. To retrieve the data for further analysis, select **Download**.
5558

56-
If you selected a Log Analytics workspace as a destination, you can view the data in the Azure portal. To query the data:
57-
58-
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
59-
1. In the left menu, select **Logs**.
60-
1. Run queries to view the data. Several [sample queries](../azure-monitor/logs/queries.md) are provided, or run your own. For example, the following query retrieves the most recent 24 hours of data from the DeveloperPortalAuditLogs table:
61-
62-
```kusto
63-
DeveloperPortalAuditLogs
64-
| where TimeGenerated > ago(1d)
65-
```
66-
59+
6760
## Related content
6861

69-
* [Log Analytics tutorial](../azure-monitor/logs/log-analytics-tutorial.md), or try the [Log Analytics demo environment](https://ms.portal.azure.com/#view/Microsoft_OperationsManagementSuite_Workspace/LogsDemo.ReactView).
70-
7162
* [Overview of log queries in Azure Monitor](../azure-monitor/logs/log-query-overview.md).
7263

7364
* [Developer portal audit log schema reference](developer-portal-audit-log-schema-reference.md).

0 commit comments

Comments
 (0)