Skip to content

Commit 8dda0d0

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 4e37804 + 7849579 commit 8dda0d0

31 files changed

+774
-256
lines changed

articles/azure-monitor/app/java-jmx-metrics-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to configure JMX metrics - Azure Monitor application insights for Java
33
description: Configure extra JMX metrics collection for Azure Monitor Application Insights Java agent
44
ms.topic: conceptual
5-
ms.date: 03/16/2021
5+
ms.date: 05/13/2023
66
ms.devlang: java
77
ms.custom: devx-track-java
88
ms.reviewer: mmcc

articles/azure-monitor/app/java-standalone-telemetry-processors-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Telemetry processor examples - Azure Monitor Application Insights for Java
33
description: Explore examples that show telemetry processors in Azure Monitor Application Insights for Java.
44
ms.topic: conceptual
5-
ms.date: 12/29/2020
5+
ms.date: 05/13/2023
66
ms.devlang: java
77
ms.custom: devx-track-java
88
ms.reviewer: mmcc

articles/azure-monitor/app/java-standalone-telemetry-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Telemetry processors (preview) - Azure Monitor Application Insights for Java
33
description: Learn to configure telemetry processors in Azure Monitor Application Insights for Java.
44
ms.topic: conceptual
5-
ms.date: 10/29/2020
5+
ms.date: 05/13/2023
66
ms.devlang: java
77
ms.custom: devx-track-java
88
ms.reviewer: mmcc

articles/azure-monitor/app/usage-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights User Flows analyzes navigation flows
33
description: Analyze how users move between the pages and features of your web app.
44
ms.topic: conceptual
5-
ms.date: 07/30/2021
5+
ms.date: 05/13/2023
66
ms.reviewer: mmcc
77
---
88

articles/azure-monitor/app/usage-heart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: HEART analytics workbook
33
description: Product teams can use the HEART workbook to measure success across five user-centric dimensions to deliver better software.
44
ms.topic: conceptual
5-
ms.date: 11/11/2021
6-
ms.reviewer: mmccgit
5+
ms.date: 05/13/2023
6+
ms.reviewer: mmcc
77
---
88

99
# Analyze product usage with HEART

articles/communication-services/toc.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -326,16 +326,14 @@ items:
326326
href: concepts/analytics/insights/chat-insights.md
327327
- name: Export SDK telemetry to Application Insights
328328
href: quickstarts/telemetry-application-insights.md
329-
- name: Phone calling
329+
- name: Phone calling
330+
items:
331+
- name: Add emergency calling to your app
332+
href: quickstarts/telephony/emergency-calling.md
333+
- name: Phone numbers
330334
items:
331-
- name: Add emergency calling to your app
332-
href: quickstarts/telephony/emergency-calling.md
333-
- name: Validate a domain for direct routing
334-
href: how-tos/telephony/domain-validation.md
335-
- name: Phone numbers
336-
items:
337-
- name: Port a phone number into Azure
338-
href: quickstarts/telephony/port-phone-number.md
335+
- name: Port a phone number into Azure
336+
href: quickstarts/telephony/port-phone-number.md
339337
- name: Call Automation
340338
items:
341339
- name: Build a workflow for customer interactions

articles/cost-management-billing/manage/ea-transfers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When you request to transfer an old enterprise enrollment to a new enrollment, t
5858

5959
- Usage transferred may take up to 72 hours to be reflected in the new enrollment.
6060
- If department administrator (DA) or account owner (AO) view charges were enabled on the old transferred enrollment, they must be enabled on the new enrollment.
61-
- If you're using API reports or Power BI, generate a new API key under your new enrollment.
61+
- If you're using API reports or Power BI, [generate a new API access key](enterprise-rest-apis.md#api-key-generation) under your new enrollment. For API use, the API access key is used for authentication to older enterprise APIs that are retiring. For more information about retiring APIs that use the API access key, see [Migrate from Azure Enterprise Reporting to Microsoft Cost Management APIs overview](../automate/migrate-ea-reporting-arm-apis-overview.md).
6262
- All APIs use either the old enrollment or the new one, not both, for reporting purposes. If you need reports from APIs for the old and new enrollments, you must create your own reports.
6363
- All Azure services, subscriptions, accounts, departments, and the entire enrollment structure, including all EA department administrators, transfer to a new target enrollment.
6464
- The enrollment status is set to `Transferred` for the old enrollment. The old enrollment that was transferred is available for historic usage reporting purposes only.
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: How to manage audit logs for Microsoft Azure Data Manager for Energy Preview
3+
description: Learn how to use audit logs on Azure Data Manager for Energy Preview
4+
author: sandeepchads
5+
ms.author: sancha
6+
ms.service: energy-data-services
7+
ms.topic: how-to
8+
ms.date: 04/11/2023
9+
ms.custom: template-how-to
10+
#Customer intent: As a developer, I want to use audit logs to check audit trail for data plane APIs for Azure Data Manager for Energy Preview.
11+
---
12+
13+
14+
# Manage audit logs
15+
Audit logs provide auditing trails for data plane APIs on Azure Data Manager for Energy. With audit logs, you can tell:
16+
* Who performed an action
17+
* What was the action
18+
* When was the action performed
19+
* Status of the action
20+
21+
For example, when you “Add a new member” to the ```users.datalake.admins``` entitlement group using entitlements API, you're able to see this information in audit logs.
22+
23+
[![Screenshot of audit logs for entitlement](media/how-to-manage-audit-logs/how-to-manage-audit-logs-4-entilements.png)](media/how-to-manage-audit-logs/how-to-manage-audit-logs-4-entilements.png#lightbox)
24+
25+
## Enable audit logs
26+
To enable audit logs in diagnostic logging, select your Azure Data Manager for Energy instance in the Azure portal.
27+
* Select the **Activity log** screen, and then select **Diagnostic settings**.
28+
* Select **+ Add diagnostic setting**.
29+
* Enter the Diagnostic settings name.
30+
* Select **Audit Events** as the Category.
31+
32+
[![Screenshot of audit events option in diagnostic settings](media/how-to-manage-audit-logs/how-to-manage-audit-logs-1-audit-event-diagnostic-logs.png)](media/how-to-manage-audit-logs/how-to-manage-audit-logs-1-audit-event-diagnostic-logs.png#lightbox)
33+
34+
* Select appropriate Destination details for accessing the diagnostic logs.
35+
36+
> [!NOTE]
37+
> It might take up to 15 minutes for the first Logs to show in Log Analytics.
38+
For information on how to work with diagnostic logs, see [Azure Resource Log documentation.](../azure-monitor/essentials/platform-logs-overview.md)
39+
40+
## Audit log details
41+
The audit logs for Azure Data Manager for Energy service returns the following fields.
42+
43+
|Field Name| Type| Description|
44+
|----------|----------|----------------|
45+
| TenantID | String | The tenant of your Azure Data Manager for Energy instance.|
46+
| TimeGenerated | UTC format | The time of the audit log. |
47+
| Category | String | The diagnostic settings category to which the logs belong.|
48+
| Location | string | Location of the Azure Data Manager for Energy resource. |
49+
| ServiceName | String | Name of OSDU service running in Azure Data Manager for Energy. For example: Partition, Search, Indexer, Legal, Entitlements, Workflow, Register, Unit, Crs-catalog, File, Schema, and Dataset |
50+
| OperationName | String |Operation ID or operation name associated to data plane APIs, which emits audit logs for example "Add member" |
51+
| Data partition ID | String | Data partition ID on which operation is performed. |
52+
| Action | String | Action refers to the type of operation that is, whether it's create, delete, update etc.|
53+
| ActionID | String | ID associated with operation. |
54+
| PuID | String | ObjectId of the user in Azure AD|
55+
| ResultType | String | Define success or failure of operation |
56+
| Operation Description | String | Provides specific details of the response. These details can include tracing information, such as the symptoms, of the result that are used for further analysis. |
57+
| RequestId | String | This is the unique ID associated to the request, which triggered the operation on data plane. |
58+
| Message | String | Provides message associated with the success or failure of the operation.|
59+
| ResourceID | String | The Azure Data Manager for Energy resource ID of the customer under which the audit log belongs. |
60+
61+
## Sample queries
62+
63+
Basic Application Insights queries you can use to explore your log data.
64+
65+
1. Run the following query to group operations by ServiceName:
66+
67+
```sql
68+
OEPAuditLogs
69+
| summarize count() by ServiceName
70+
```
71+
72+
[![Screenshot of key vault, key, user assigned identity, and CMK on encryption tab](media/how-to-manage-audit-logs/how-to-manage-audit-logs-3-allservices.png)](media/how-to-manage-audit-logs/how-to-manage-audit-logs-3-allservices.png#lightbox)
73+
74+
2. Run the following query to see the 100 most recent logs:
75+
76+
```sql
77+
OEPAuditLogs
78+
| limit 100
79+
```
80+
81+
3. Run the following query to get all the failed results:
82+
83+
```sql
84+
OEPAuditLogs
85+
| where ResultType contains "Failure"
86+
```
87+
88+
89+
## Next steps
90+
91+
Learn about Managed Identity:
92+
> [!div class="nextstepaction"]
93+
> [Managed Identity in Azure Data Manager for Energy Preview](how-to-use-managed-identity.md)
94+
95+

articles/energy-data-services/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,6 @@ landingContent:
111111
- text: Set up use Managed Identity
112112
url: how-to-use-managed-identity.md
113113
- text: Enable resource sharing (CORS)
114-
url: how-to-enable-cors.md
114+
url: how-to-enable-cors.md
115+
- text: Set up audit logs
116+
url: how-to-manage-audit-logs.md
Loading

0 commit comments

Comments
 (0)