Skip to content

Commit f311c41

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into anf-fileaccesslogs-15dec
2 parents 3ac1678 + a79df29 commit f311c41

File tree

64 files changed

+544
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+544
-630
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6743,6 +6743,11 @@
67436743
"source_path": "articles/storage/files/geo-redundant-storage-for-large-file-shares.md",
67446744
"redirect_url": "/azure/storage/files/files-redundancy",
67456745
"redirect_document_id": false
6746+
},
6747+
{
6748+
"source_path": "articles/defender-for-iot/organizations/extra-deploy-enterprise-iot.md",
6749+
"redirect_url": "/azure/defender-for-iot/organizations/eiot-defender-for-endpoint",
6750+
"redirect_document_id": false
67466751
}
67476752
]
67486753
}

articles/active-directory-b2c/whats-new-docs.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 02/04/2025
4+
ms.date: 04/01/2025
55
ms.service: azure-active-directory
66
ms.subservice: b2c
77
ms.topic: whats-new
@@ -17,6 +17,11 @@ manager: CelesteDG
1717

1818
Welcome to what's new in Azure Active Directory B2C documentation. This article lists new and significantly updated docs from the past three months. To learn what's new with the B2C service, see [What's new in Microsoft Entra ID](../active-directory/fundamentals/whats-new.md), [Azure AD B2C developer release notes](custom-policy-developer-notes.md) and [What's new in Microsoft Entra External ID](/entra/external-id/whats-new-docs).
1919

20+
## March 2025
21+
22+
### Updated articles
23+
- [Error codes: Azure Active Directory B2C](error-codes.md) - Updated error messages
24+
2025
## February 2025
2126

2227
### Updated articles
@@ -32,9 +37,3 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
3237

3338
- [Azure Active Directory B2C service limits and restrictions](service-limits.md) - Updated limits
3439

35-
## December 2024
36-
37-
### Updated articles
38-
39-
- [Tutorial: Configure Nok Nok S3 Authentication Suite with Azure AD B2C for FIDO passkey authentication](partner-nok-nok.md) - Updated scenarios
40-

articles/api-management/azure-openai-emit-token-metric-policy.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: reference
9-
ms.date: 09/26/2024
9+
ms.date: 04/01/2025
1010
ms.author: danlep
1111
ms.collection: ce-skilling-ai-copilot
1212
ms.custom:
@@ -65,19 +65,11 @@ The `azure-openai-emit-token-metric` policy sends custom metrics to Application
6565
| name | A string or policy expression. Name of dimension. | Yes | N/A |
6666
| value | A string or policy expression. Value of dimension. Can only be omitted if `name` matches one of the default dimensions. If so, value is provided as per dimension name. | No | N/A |
6767

68-
### Default dimension names that may be used without value
69-
70-
* API ID
71-
* Operation ID
72-
* Product ID
73-
* User ID
74-
* Subscription ID
75-
* Location
76-
* Gateway ID
68+
[!INCLUDE [api-management-emit-metric-dimensions](../../includes/api-management-emit-metric-dimensions.md)]
7769

7870
## Usage
7971

80-
- [**Policy sections:**](./api-management-howto-policies.md#sections) inbound
72+
- [**Policy sections:**](./api-management-howto-policies.md#sections) inbound, outbound
8173
- [**Policy scopes:**](./api-management-howto-policies.md#scopes) global, workspace, product, API, operation
8274
- [**Gateways:**](api-management-gateways-overview.md) classic, v2, consumption, self-hosted, workspace
8375

@@ -91,7 +83,7 @@ The `azure-openai-emit-token-metric` policy sends custom metrics to Application
9183

9284
## Example
9385

94-
The following example sends Azure OpenAI token count metrics to Application Insights along with API ID as a custom dimension.
86+
The following example sends Azure OpenAI token count metrics to Application Insights along with API ID as a default dimension.
9587

9688
```xml
9789
<policies>

articles/api-management/emit-metric-policy.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: reference
9-
ms.date: 09/25/2024
9+
ms.date: 04/01/2025
1010
ms.author: danlep
1111
ms.custom: engagement-fy23
1212
---
@@ -59,15 +59,7 @@ The `emit-metric` policy sends custom metrics in the specified format to Applica
5959
| name | A string or policy expression. Name of dimension. | Yes | N/A |
6060
| value | A string or policy expression. Value of dimension. Can only be omitted if `name` matches one of the default dimensions. If so, value is provided as per dimension name. | No | N/A |
6161

62-
### Default dimension names that may be used without value
63-
64-
* API ID
65-
* Operation ID
66-
* Product ID
67-
* User ID
68-
* Subscription ID
69-
* Location
70-
* Gateway ID
62+
[!INCLUDE [api-management-emit-metric-dimensions](../../includes/api-management-emit-metric-dimensions.md)]
7163

7264
## Usage
7365

@@ -81,7 +73,7 @@ The `emit-metric` policy sends custom metrics in the specified format to Applica
8173

8274
## Example
8375

84-
The following example sends a custom metric to count the number of API requests along with API ID as a custom dimension.
76+
The following example sends a custom metric to count the number of API requests along with API ID as a default dimension.
8577

8678
```xml
8779
<policies>

0 commit comments

Comments
 (0)