Skip to content

Commit fca5ab8

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-rbac
2 parents 7aa88f2 + a9eaf31 commit fca5ab8

File tree

38 files changed

+566
-453
lines changed

38 files changed

+566
-453
lines changed

articles/active-directory/authentication/concept-authentication-methods-manage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 01/07/2023
9+
ms.date: 01/10/2023
1010

1111
ms.author: justinha
1212
author: justinha
@@ -106,6 +106,9 @@ Tenants are set to either Pre-migration or Migration in Progress by default, dep
106106
>
107107
> In the future, both of these features will be integrated with the Authentication methods policy.
108108
109+
## Known issues
110+
Some customers may see the control to enable Voice call grayed out due to a licensing requirement, despite having a premium license. This is a known issue that we are actively working to fix.
111+
109112
## Next steps
110113

111114
- [How to migrate MFA and SSPR policy settings to the Authentication methods policy](how-to-authentication-methods-manage.md)

articles/aks/azure-ad-rbac.md

Lines changed: 108 additions & 101 deletions
Large diffs are not rendered by default.

articles/applied-ai-services/form-recognizer/containers/form-recognizer-container-image-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Release notes for `v2.1`:
5050
| Container | Tags | Retrieve image |
5151
|------------|:------|------------|
5252
| **Layout**| &bullet; `latest` </br> &bullet; `2.1`| `docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout)`|
53-
| **Business Card** | &bullet; `latest` </br> &bullet; `2.1` |`docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/receipt` |
53+
| **Business Card** | &bullet; `latest` </br> &bullet; `2.1` |`docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/businesscard` |
5454
| **ID Document** | &bullet; `latest` </br> &bullet; `2.1`| `docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/id-document`|
5555
| **Receipt**| &bullet; `latest` </br> &bullet; `2.1`| `docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/receipt` |
5656
| **Invoice**| &bullet; `latest` </br> &bullet; `2.1`|`docker pull mcr.microsoft.com/azure-cognitive-services/form-recognizer/invoice` |

articles/azure-monitor/alerts/alerts-common-schema-test-action-definitions.md

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Alert schema definitions in Azure Monitor for Test Action Group
3-
description: Understanding the common alert schema definitions for Azure Monitor for Test Action group
3+
description: Understand the common alert schema definitions for Azure Monitor for the Test Action group.
44
author: jacegummersall
55
ms.topic: conceptual
66
ms.date: 01/14/2022
77
ms.revewer: jagummersall
88
---
99

10-
# Common alert schema definitions for Test Action Group (Preview)
10+
# Common alert schema definitions for Test Action Group (preview)
1111

12-
This article describes the [common alert schema definitions](./alerts-common-schema.md) for Azure Monitor, including those for webhooks, Azure Logic Apps, Azure Functions, and Azure Automation runbooks.
12+
This article describes the [common alert schema definitions](./alerts-common-schema.md) for Azure Monitor. It includes schema definitions for webhooks, Azure Logic Apps, Azure Functions, and Azure Automation runbooks.
1313

1414
Any alert instance describes the resource that was affected and the cause of the alert. These instances are described in the common schema in the following sections:
15-
* **Essentials**: A set of standardized fields, common across all alert types, which describe what resource the alert is on, along with additional common alert metadata (for example, severity or description).
16-
* **Alert context**: A set of fields that describes the cause of the alert, with fields that vary based on the alert type. For example, a metric alert includes fields like the metric name and metric value in the alert context, whereas an activity log alert has information about the event that generated the alert.
15+
* **Essentials**: A set of standardized fields common across all alert types that describes what resource the alert is on, along with more common alert metadata like severity or description.
16+
* **Alert context**: A set of fields that describes the cause of the alert, with fields that vary based on the alert type. For example, a metric alert includes fields like the metric name and metric value in the alert context. An activity log alert has information about the event that generated the alert.
1717

1818
**Sample alert payload**
1919
```json
@@ -71,20 +71,20 @@ Any alert instance describes the resource that was affected and the cause of the
7171

7272
| Field | Description|
7373
|:---|:---|
74-
| alertId | The unique resource ID identifying the alert instance. |
75-
| alertRule | The name of the alert rule that generated the alert instance. |
76-
| Severity | The severity of the alert. Possible values: Sev0, Sev1, Sev2, Sev3, or Sev4. |
77-
| signalType | Identifies the signal on which the alert rule was defined. Possible values: Metric, Log, or Activity Log. |
78-
| monitorCondition | When an alert fires, the alert's monitor condition is set to **Fired**. When the underlying condition that caused the alert to fire clears, the monitor condition is set to **Resolved**. |
79-
| monitoringService | The monitoring service or solution that generated the alert. The fields for the alert context are dictated by the monitoring service. |
80-
| alertTargetIds | The list of the Azure Resource Manager IDs that are affected targets of an alert. For a log alert defined on a Log Analytics workspace or Application Insights instance, it's the respective workspace or application. |
81-
| configurationItems | The list of affected resources of an alert. The configuration items can be different from the alert targets in some cases, e.g. in metric-for-log or log alerts defined on a Log Analytics workspace, where the configuration items are the actual resources sending the telemetry, and not the workspace. This field is used by ITSM systems to correlate alerts to resources in a CMDB. |
82-
| originAlertId | The ID of the alert instance, as generated by the monitoring service generating it. |
83-
| firedDateTime | The date and time when the alert instance was fired in Coordinated Universal Time (UTC). |
84-
| resolvedDateTime | The date and time when the monitor condition for the alert instance is set to **Resolved** in UTC. Currently only applicable for metric alerts.|
85-
| description | The description, as defined in the alert rule. |
86-
|essentialsVersion| The version number for the essentials section.|
87-
|alertContextVersion | The version number for the `alertContext` section. |
74+
| `alertId` | The unique resource ID that identifies the alert instance. |
75+
| `alertRule` | The name of the alert rule that generated the alert instance. |
76+
| `Severity` | The severity of the alert. Possible values: `Sev0`, `Sev1`, `Sev2`, `Sev3`, or `Sev4`. |
77+
| `signalType` | Identifies the signal on which the alert rule was defined. Possible values: `Metric`, `Log`, or `Activity Log`. |
78+
| `monitorCondition` | When an alert fires, the alert's monitor condition is set to `Fired`. When the underlying condition that caused the alert to fire clears, the monitor condition is set to `Resolved`. |
79+
| `monitoringService` | The monitoring service or solution that generated the alert. The fields for the alert context are dictated by the monitoring service. |
80+
| `alertTargetIds` | The list of the Azure Resource Manager IDs that are affected targets of an alert. For a log alert defined on a Log Analytics workspace or Application Insights instance, it's the respective workspace or application. |
81+
| `configurationItems` | The list of affected resources of an alert. The configuration items can be different from the alert targets in some cases, for example, in metric-for-log or log alerts defined on a Log Analytics workspace. The configuration items are the actual resources that send the telemetry and not the workspace. This field is used by IT service management systems to correlate alerts to resources in a configuration management database. |
82+
| `originAlertId` | The ID of the alert instance, as generated by the monitoring service generating it. |
83+
| `firedDateTime` | The date and time when the alert instance was fired in Coordinated Universal Time (UTC). |
84+
| `resolvedDateTime` | The date and time when the monitor condition for the alert instance is set to `Resolved` in UTC. Currently, only applicable for metric alerts.|
85+
| `description` | The description, as defined in the alert rule. |
86+
|`essentialsVersion`| The version number for the `essentials` section.|
87+
|`alertContextVersion` | The version number for the `alertContext` section. |
8888

8989
**Sample values**
9090
```json
@@ -112,7 +112,7 @@ Any alert instance describes the resource that was affected and the cause of the
112112

113113
### Metric alerts - Static threshold
114114

115-
#### `monitoringService` = `Platform`
115+
#### monitoringService = Platform
116116

117117
**Sample values**
118118
```json
@@ -180,7 +180,7 @@ Any alert instance describes the resource that was affected and the cause of the
180180

181181
### Metric alerts - Dynamic threshold
182182

183-
#### `monitoringService` = `Platform`
183+
#### monitoringService = Platform
184184

185185
**Sample values**
186186
```json
@@ -249,9 +249,11 @@ Any alert instance describes the resource that was affected and the cause of the
249249
### Log alerts
250250

251251
> [!NOTE]
252-
> For log alerts that have a custom email subject and/or JSON payload defined, enabling the common schema reverts email subject and/or payload schema to the one described as follows. This means that if you want to have a custom JSON payload defined, the webhook cannot use the common alert schema. Alerts with the common schema enabled have an upper size limit of 256 KB per alert. Search results aren't embedded in the log alerts payload if they cause the alert size to cross this threshold. You can determine this by checking the flag `IncludedSearchResults`. When the search results aren't included, you should use the `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to access query results with the [Log Analytics API](/rest/api/loganalytics/dataaccess/query/get).
252+
> For log alerts that have a custom email subject and/or JSON payload defined, enabling the common schema reverts email subject and/or payload schema to the one described as follows. This means that if you want to have a custom JSON payload defined, the webhook can't use the common alert schema.
253253
254-
#### `monitoringService` = `Log Alerts V1 – Metric`
254+
Alerts with the common schema enabled have an upper size limit of 256 KB per alert. Search results aren't embedded in the log alerts payload if they cause the alert size to cross this threshold. To determine size, check the flag `IncludedSearchResults`. When the search results aren't included, use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to access query results with the [Log Analytics API](/rest/api/loganalytics/dataaccess/query/get).
255+
256+
#### monitoringService = Log Alerts V1 – Metric
255257

256258
**Sample values**
257259
```json
@@ -342,7 +344,7 @@ Any alert instance describes the resource that was affected and the cause of the
342344
}
343345
```
344346

345-
#### `monitoringService` = `Log Alerts V1 - Numresults`
347+
#### monitoringService = Log Alerts V1 - Numresults
346348

347349
**Sample values**
348350
```json
@@ -431,10 +433,12 @@ Any alert instance describes the resource that was affected and the cause of the
431433
}
432434
```
433435

434-
#### `monitoringService` = `Log Alerts V2`
436+
#### monitoringService = Log Alerts V2
435437

436438
> [!NOTE]
437-
> Log alerts rules from API version 2020-05-01 use this payload type, which only supports common schema. Search results aren't embedded in the log alerts payload when using this version. You should use [dimensions](./alerts-unified-log.md#split-by-alert-dimensions) to provide context to fired alerts. You can also use the `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to access query results with the [Log Analytics API](/rest/api/loganalytics/dataaccess/query/get). If you must embed the results, use a logic app with the provided links the generate a custom payload.
439+
> Log alerts rules from API version 2020-05-01 use this payload type, which only supports common schema. Search results aren't embedded in the log alerts payload when you use this version. Use [dimensions](./alerts-unified-log.md#split-by-alert-dimensions) to provide context to fired alerts.
440+
441+
You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to access query results with the [Log Analytics API](/rest/api/loganalytics/dataaccess/query/get). If you must embed the results, use a logic app with the provided links to generate a custom payload.
438442

439443
**Sample values**
440444
```json
@@ -503,7 +507,7 @@ Any alert instance describes the resource that was affected and the cause of the
503507

504508
### Activity log alerts
505509

506-
#### `monitoringService` = `Activity Log - Administrative`
510+
#### monitoringService = Activity Log - Administrative
507511

508512
**Sample values**
509513
```json
@@ -559,7 +563,7 @@ Any alert instance describes the resource that was affected and the cause of the
559563
}
560564
```
561565

562-
#### `monitoringService` = `ServiceHealth`
566+
#### monitoringService = ServiceHealth
563567

564568
**Sample values**
565569
```json
@@ -624,7 +628,7 @@ Any alert instance describes the resource that was affected and the cause of the
624628
}
625629
```
626630

627-
#### `monitoringService` = `Resource Health`
631+
#### monitoringService = Resource Health
628632

629633
**Sample values**
630634
```json
@@ -675,7 +679,7 @@ Any alert instance describes the resource that was affected and the cause of the
675679
}
676680
```
677681

678-
#### `monitoringService` = `Budget`
682+
#### monitoringService = Budget
679683

680684
**Sample values**
681685
```json
@@ -703,7 +707,7 @@ Any alert instance describes the resource that was affected and the cause of the
703707
}
704708
```
705709

706-
#### `monitoringService` = `Smart Alert`
710+
#### monitoringService = Smart Alert
707711

708712
**Sample values**
709713
```json

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ You can also create an activity log alert on future events similar to an activit
428428
The current alert rule wizard is different from the earlier experience:
429429
430430
- Previously, search results were included in the payload of the triggered alert and its associated notifications. The email included only 10 rows from the unfiltered results while the webhook payload contained 1,000 unfiltered results. To get detailed context information about the alert so that you can decide on the appropriate action:
431-
- We recommend using [Dimensions](alerts-types.md#narrow-the-target-using-dimensions). Dimensions provide the column value that fired the alert, which gives you context for why the alert fired and how to fix the issue.
431+
- We recommend using [Dimensions](alerts-types.md#narrow-the-target-by-using-dimensions). Dimensions provide the column value that fired the alert, which gives you context for why the alert fired and how to fix the issue.
432432
- When you need to investigate in the logs, use the link in the alert to the search results in logs.
433433
- If you need the raw search results or for any other advanced customizations, use Azure Logic Apps.
434434
- The new alert rule wizard doesn't support customization of the JSON payload.

articles/azure-monitor/alerts/alerts-log-api-switch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ In the past, users used the [legacy Log Analytics Alert API](./api-alerts.md) to
2222
- Single template for creation of alert rules (previously needed three separate templates).
2323
- Single API for all Azure resources log alerting.
2424
- Support for stateful (preview) and 1-minute log alerts.
25-
- [PowerShell cmdlets](./alerts-manage-alerts-previous-version.md#manage-log-alerts-using-powershell) and [Azure CLI](./alerts-log.md#manage-log-alerts-using-cli) support for switched rules.
25+
- [PowerShell cmdlets](./alerts-manage-alerts-previous-version.md#manage-log-alerts-by-using-powershell) and [Azure CLI](./alerts-log.md#manage-log-alerts-using-cli) support for switched rules.
2626
- Alignment of severities with all other alert types and newer rules.
2727
- Ability to create [cross workspace log alert](../logs/cross-workspace-query.md) that span several external resources like Log Analytics workspaces or Application Insights resources for switched rules.
2828
- Users can specify dimensions to split the alerts for switched rules.
2929
- Log alerts have extended period of up to two days of data (previously limited to one day) for switched rules.
3030

3131
## Impact
3232

33-
- All switched rules must be created/edited with the current API. See [sample use via Azure Resource Template](alerts-log-create-templates.md) and [sample use via PowerShell](./alerts-manage-alerts-previous-version.md#manage-log-alerts-using-powershell).
33+
- All switched rules must be created/edited with the current API. See [sample use via Azure Resource Template](alerts-log-create-templates.md) and [sample use via PowerShell](./alerts-manage-alerts-previous-version.md#manage-log-alerts-by-using-powershell).
3434
- As rules become Azure Resource Manager tracked resources in the current API and must be unique, rules resource ID will change to this structure: `<WorkspaceName>|<savedSearchId>|<scheduleId>|<ActionId>`. Display names of the alert rule will remain unchanged.
3535

3636
## Process
@@ -115,5 +115,5 @@ If the Log Analytics workspace wasn't switched, the response is:
115115

116116
- Learn about the [Azure Monitor - Log Alerts](./alerts-unified-log.md).
117117
- Learn how to [manage your log alerts using the API](alerts-log-create-templates.md).
118-
- Learn how to [manage log alerts using PowerShell](./alerts-manage-alerts-previous-version.md#manage-log-alerts-using-powershell).
118+
- Learn how to [manage log alerts using PowerShell](./alerts-manage-alerts-previous-version.md#manage-log-alerts-by-using-powershell).
119119
- Learn more about the [Azure Alerts experience](./alerts-overview.md).

0 commit comments

Comments
 (0)