Skip to content

Commit ca4ae1c

Browse files
authored
Merge pull request #298370 from MicrosoftDocs/main
4/16/2025 AM Publish
2 parents 55f1494 + c3ea848 commit ca4ae1c

File tree

48 files changed

+615
-150
lines changed

Some content is hidden

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

48 files changed

+615
-150
lines changed

articles/active-directory-b2c/add-api-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ Ensure that:
629629
* Your API explicitly checks for null values of received claims that it depends on.
630630
* Your API implements an authentication method outlined in [secure your API Connector](secure-rest-api.md).
631631
* Your API responds as quickly as possible to ensure a fluid user experience.
632-
* Azure AD B2C will wait for a maximum of *20 seconds* to receive a response. If none is received, it will make *one more attempt (retry)* at calling your API.
632+
* Azure AD B2C will wait for a maximum of *10 seconds* to receive a response. If none is received, it will make *one more attempt (retry)* at calling your API.
633633
* If using a serverless function or scalable web service, use a hosting plan that keeps the API "awake" or "warm" in production. For Azure Functions, it's recommended to use at minimum the [Premium plan](../azure-functions/functions-scale.md) in production.
634634
* Ensure high availability of your API.
635635
* Monitor and optimize performance of downstream APIs, databases, or other dependencies of your API.

articles/api-management/api-management-howto-api-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Detailed steps follow.
9393
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/managed/listDebugCredentials?api-version=2023-05-01-preview
9494
```
9595
96-
In the request body, pass the full resource ID of the API that you want to trace, and specify `purposes` as `tracing`. By default the token credential returned in the response expires after 1 hour, but you can specify a different value in the payload. For example:
96+
In the request body, pass the full resource ID of the API that you want to trace, and specify `purposes` as `tracing`. By default the token credential returned in the response expires after 1 hour, but you can specify a different value in the payload. Note that the expiry time is limited to a maximum of 1 hour. For example:
9797
9898
```json
9999
{

articles/api-management/virtual-network-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ When an API Management service instance is hosted in a VNet, the ports in the fo
6565
| Inbound | Internet | * | VirtualNetwork| [80], 443 | TCP | Allow | **Client communication to API Management** | External only |
6666
| Inbound | ApiManagement | * | VirtualNetwork | 3443 | TCP | Allow | **Management endpoint for Azure portal and PowerShell** | External & Internal |
6767
| Outbound | VirtualNetwork | * | Storage | 443 | TCP | Allow | **Dependency on Azure Storage** | External & Internal |
68-
| Outbound | VirtualNetwork | * | AzureActiveDirectory | 443 | TCP | Akkiw | [Microsoft Entra ID, Microsoft Graph,](api-management-howto-aad.md) and Azure Key Vault dependency (optional) | External & Internal |
68+
| Outbound | VirtualNetwork | * | AzureActiveDirectory | 443 | TCP | Allow | [Microsoft Entra ID, Microsoft Graph,](api-management-howto-aad.md) and Azure Key Vault dependency (optional) | External & Internal |
6969
| Outbound | VirtualNetwork | * | AzureKeyVault| 443 | TCP | Allow | Access to Azure Key Vault for [named values](api-management-howto-properties.md) integration (optional) | External & Internal |
7070
| Outbound | VirtualNetwork | * | AzureConnectors | 443 | TCP | Allow | [managed connections](credentials-overview.md) dependency (optional) | External & Internal |
7171
| Outbound | VirtualNetwork| * | Sql | 1433 | TCP | Allow | **Access to Azure SQL endpoints** | External & Internal |

articles/automation/automation-runbook-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Runbook authoring using VS code in Azure Automation
2+
title: Runbook authoring using VS Code in Azure Automation
33
description: This article provides an overview authoring runbooks in Azure Automation using the visual studio code.
44
services: automation
55
ms.subservice: process-automation

articles/automation/automation-runbook-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following are the current limitations and known issues with PowerShell runbo
6868
> [!NOTE]
6969
> Currently, PowerShell 7.2 runtime version is supported for both Cloud and Hybrid jobs in all Public regions except Central India, UAE Central, Israel Central, Italy North, and Germany North.
7070
71-
- For the PowerShell 7.2 runtime version, the module activities aren't extracted for the imported modules. Use [Azure Automation extension for VS code](automation-runbook-authoring.md) to simplify runbook authoring experience.
71+
- For the PowerShell 7.2 runtime version, the module activities aren't extracted for the imported modules. Use [Azure Automation extension for VS Code](automation-runbook-authoring.md) to simplify runbook authoring experience.
7272
- PowerShell 7.x doesn't support workflows. For more information, see [PowerShell workflow](/powershell/scripting/whats-new/differences-from-windows-powershell#powershell-workflow) for more details.
7373
- PowerShell 7.x currently doesn't support signed runbooks.
7474
- Source control integration doesn't support PowerShell 7.2. Also, PowerShell 7.2 runbooks in source control get created in Automation account as Runtime 5.1.

articles/automation/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ On **31 August 2024**, Azure Automation will retire [Automation Update manageme
8383

8484
### General Availability: Azure Automation supports PowerShell 7.2 runbooks
8585

86-
Azure Automation announces General Availability of PowerShell 7.2 runbooks. This enables you to author runbooks in the long-term supported version of PowerShell using [Azure Automation extension for VS code](how-to/runbook-authoring-extension-for-vscode.md) and execute them on a secure and reliable platform. [Learn more](automation-runbook-types.md).
86+
Azure Automation announces General Availability of PowerShell 7.2 runbooks. This enables you to author runbooks in the long-term supported version of PowerShell using [Azure Automation extension for VS Code](how-to/runbook-authoring-extension-for-vscode.md) and execute them on a secure and reliable platform. [Learn more](automation-runbook-types.md).
8787

8888
## October 2023
8989

articles/azure-netapp-files/azure-netapp-files-metrics.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 03/18/2025
8+
ms.date: 04/16/2025
99
ms.author: anfdocs
1010
---
1111
# Metrics for Azure NetApp Files
@@ -150,21 +150,39 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
150150

151151
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume I/OPS, and latency. Use these metrics to understand usage and performance.
152152

153-
- *Percentage Volume Consumed Size*
153+
- *Percentage Volume Consumed Size*
154+
154155
The percentage of the volume consumed, including snapshots.
155156
Aggregation metrics (for example, min, max) aren't supported for percentage volume consumed size.
156-
- *Volume Allocated Size*
157+
- *Volume Allocated Size*
158+
157159
The provisioned size of a volume
158160
- *Volume Quota Size*
161+
159162
The quota size (GiB) the volume is provisioned with.
160163
- *Volume Consumed Size*
164+
161165
Logical size of the volume (used bytes).
162166
This size includes logical space used by active file systems and snapshots.
163167
- *Volume Snapshot Size*
168+
164169
The size of all snapshots in a volume.
170+
- *Volume Inodes Quota*
171+
172+
The volume's maximum allowed [inodes (or `maxfiles`)](maxfiles-concept.md) if the limit was increased via support request. If the limit hasn't been increased via support request, this metric's value is 0.
173+
174+
- *Volume Inodes Total*
175+
176+
The volume's maximum allowed [inodes (or `maxfiles`)](maxfiles-concept.md) based on the volume size.
177+
- *Volume Inodes Used*
178+
179+
The volume's used [inodes (or `maxfiles`)](maxfiles-concept.md).
180+
165181
- *Volume Inodes Percentage*
166182

167-
The percentage of the volume's available [inodes (or `maxfiles`)](maxfiles-concept.md) consumed.
183+
The percentage of the volume's available [inodes (or `maxfiles`)](maxfiles-concept.md) consumed.
184+
185+
If the volume inode limit has been increased by a support request, the percentage is calculated based on Volume Inodes Quota metric. If the volume inode limit is the default value based on the volume size, the percentage is calculated based on the Volume Inodes Total metric.
168186

169187
- *Throughput limit reached*
170188

articles/azure-netapp-files/maxfiles-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 03/18/2025
8+
ms.date: 04/16/2025
99
ms.author: anfdocs
1010
---
1111
# Understand `maxfiles` limits in Azure NetApp Files
@@ -41,7 +41,7 @@ The following table shows examples of the relationship `maxfiles` values based o
4141
| 200 TiB (214,748,364,800 KiB) | 6,375,342,024 |
4242
| 500 TiB (536,870,912,000 KiB) | 15,938,355,048 |
4343

44-
To see the `maxfiles` allocation for a specific volume size, check the **Maximum number of files** field in the volume’s overview pane. You can also view the `maxfiles` consumption for a volume as a percentage in [Azure monitor](azure-netapp-files-metrics.md#volumes).
44+
To see the `maxfiles` allocation for a specific volume size, check the **Maximum number of files** field in the volume’s overview pane. You can also view metrics for available and consumed `maxfiles` in [Azure monitor](azure-netapp-files-metrics.md#volumes).
4545

4646
:::image type="content" source="./media/azure-netapp-files-resource-limits/maximum-number-files.png" alt-text="Screenshot of volume overview menu." lightbox="./media/azure-netapp-files-resource-limits/maximum-number-files.png":::
4747

articles/azure-netapp-files/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 04/01/2025
9+
ms.date: 04/16/2025
1010
ms.author: anfdocs
1111
---
1212

@@ -16,6 +16,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1616

1717
## April 2025
1818

19+
* [New volume usage metrics:](azure-netapp-files-metrics.md#volumes) Volume Inodes Quota, Volume Inodes Total, Volume Inodes Used
20+
21+
Azure NetApp Files supports [new metrics](azure-netapp-files-metrics.md#volumes) to monitor consumption of [inodes (also known as maxfiles)](maxfiles-concept.md), which is the maximum number of files a volume can hold. These metrics are especially useful for workloads with high file counts, such as high-performance compute (HPC) or electronic design automation (EDA), where you might have millions of small files. By monitoring these metrics, you can avoid running out of inodes thus keeping your storage running smoothly and making it easier to plan for future needs.
22+
1923
* [File access logs](manage-file-access-logs.md) (preview)
2024

2125
File Access Logs provides detailed logging of file access activities, including user identity, operation type, and timestamps, enhancing security, reliability, and operational insights. It supports SMB, NFSv4.1, and dual-protocol volumes, offering valuable features for monitoring unauthorized access, tracing activity for compliance, resolving incidents, and optimizing data usage patterns. By embedding this capability, you can strengthen your organization's security posture, maintain system reliability, and achieve operational excellence in alignment with the Well-Architected Framework security best practices. Azure NetApp Files file access logs play a critical role in safeguarding sensitive data, detecting anomalies while enabling operational excellence.

articles/azure-vmware/introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Introduction
33
description: Learn the features and benefits of Azure VMware Solution to deploy and manage VMware-based workloads in Azure.
44
ms.topic: overview
55
ms.service: azure-vmware
6-
ms.date: 9/16/2024
6+
ms.date: 4/16/2025
77
ms.custom: engagement-fy23
88
---
99

@@ -29,8 +29,7 @@ Azure VMware Solution provides two different private cloud generations:
2929

3030
1. Azure VMware Solution Generation 1 provides VMware vSphere clusters built from dedicated bare-metal hosts deployed in Azure datacenter facilities. Microsoft-managed **ExpressRoute circuits** provide connectivity between VMware vSphere hosts and native Azure resources deployed in Virtual Networks.
3131

32-
1. [Azure VMware Solution Generation 2](native-introduction.md) (Public Preview) provides VMware vSphere clusters built from dedicated Azure bare-metal hosts. Azure VMware Solution in an **Azure Virtual Network** features an updated network architecture whereby VMware vSphere hosts are directly attached to Azure Virtual Networks. This offering in only supported on the AV64 SKU.
33-
32+
1. [Azure VMware Solution Generation 2](native-introduction.md) (Public Preview) provides VMware vSphere clusters built from dedicated Azure bare-metal hosts. Azure VMware Solution in an **Azure Virtual Network** features an updated network architecture whereby VMware vSphere hosts are directly attached to Azure Virtual Networks. This offering is only supported on the AV64 SKU.
3433

3534
## Azure VMware Solution private cloud extension with AV64 node size
3635

0 commit comments

Comments
 (0)