Skip to content

Commit e39a31d

Browse files
authored
Merge pull request #294488 from MicrosoftDocs/main
2/12/2025 11:00 AM IST Publish
2 parents aee3c78 + 05900a0 commit e39a31d

File tree

111 files changed

+7414
-2767
lines changed

Some content is hidden

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

111 files changed

+7414
-2767
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5264,6 +5264,11 @@
52645264
"redirect_url": "/azure/virtual-wan/monitor-virtual-wan",
52655265
"redirect_document_id": false
52665266
},
5267+
{
5268+
"source_path_from_root": "/articles/virtual-wan/openvpn-azure-ad-client-mac.md",
5269+
"redirect_url": "/azure/virtual-wan/point-to-site-entra-vpn-client-mac",
5270+
"redirect_document_id": false
5271+
},
52675272
{
52685273
"source_path_from_root": "/articles/virtual-wan/monitoring-best-practices.md",
52695274
"redirect_url": "/azure/virtual-wan/monitor-virtual-wan",

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

Lines changed: 5 additions & 1 deletion
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: 07/19/2023
8+
ms.date: 02/11/2025
99
ms.author: anfdocs
1010
---
1111
# Metrics for Azure NetApp Files
@@ -160,6 +160,10 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
160160
This size includes logical space used by active file systems and snapshots.
161161
- *Volume Snapshot Size*
162162
The size of all snapshots in a volume.
163+
- *Volume Inodes Percentage*
164+
165+
The percentage of the volume's available [inodes (or `maxfiles`)](maxfiles-concept.md) consumed.
166+
163167
- *Throughput limit reached*
164168

165169
Throughput limit reached is a boolean metric that denotes the volume is hitting its QoS limits. The value 1 means that the volume has reached its maximum throughput, and throughput for this volume will be throttled. The value 0 means this limit hasn't yet been reached.

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: 01/27/2025
8+
ms.date: 02/11/2025
99
ms.author: anfdocs
1010
---
1111
# Understand `maxfiles` limits in Azure NetApp Files
@@ -39,7 +39,7 @@ The following table shows examples of the relationship `maxfiles` values based o
3939
| 200 TiB (214,748,364,800 KiB) | 6,375,342,024 |
4040
| 500 TiB (536,870,912,000 KiB) | 15,938,355,048 |
4141

42-
To see the `maxfiles` allocation for a specific volume size, check the **Maximum number of files** field in the volume’s overview pane.
42+
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).
4343

4444
:::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":::
4545

-40.8 KB
Loading
44.4 KB
Loading

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

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

1313
# What's new in Azure NetApp Files
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17+
## February 2025
18+
19+
* [New volume usage metric](azure-netapp-files-metrics.md#volumes): volume inodes percentage
20+
21+
Azure NetApp Files metrics now enable you to see the percentage of a volume's total [inodes](maxfiles-concept.md) consumed.
22+
1723
## January 2025
1824

1925
* [Application volume group for Oracle](application-volume-group-oracle-introduction.md) and [application volume group for SAP HANA extension one](application-volume-group-introduction.md) now support customer-managed keys. (Preview)

articles/azure-resource-manager/management/manage-resources-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage resources - Azure PowerShell
33
description: Use Azure PowerShell and Azure Resource Manager to manage your resources. Shows how to deploy and delete resources.
44
ms.topic: conceptual
5-
ms.date: 09/26/2024
5+
ms.date: 02/10/2025
66
ms.custom: devx-track-azurepowershell, devx-track-arm-template
77
---
88

@@ -123,7 +123,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
123123

124124
## Tag resources
125125

126-
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-powershell.md).
126+
Tagging helps you organize your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-powershell.md).
127127

128128
## Manage access to resources
129129

articles/azure-resource-manager/management/manage-resources-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage resources - Python
33
description: Use Python and Azure Resource Manager to manage your resources. Shows how to deploy and delete resources.
44
ms.topic: conceptual
5-
ms.date: 09/26/2024
5+
ms.date: 02/10/2025
66
ms.custom: devx-track-arm-template, devx-track-python
77
content_well_notification:
88
- AI-contribution
@@ -242,7 +242,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
242242

243243
## Tag resources
244244

245-
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-python.md).
245+
Tagging helps you organize your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-python.md).
246246

247247
## Next steps
248248

articles/azure-resource-manager/management/manage-resources-rest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage resources - REST
33
description: Use REST operations with Azure Resource Manager to manage your resources. Shows how to read, deploy, and delete resources.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 09/26/2024
6+
ms.date: 02/10/2025
77
---
88

99
# Manage Azure resources by using the REST API
@@ -12,11 +12,11 @@ Learn how to use the REST API for [Azure Resource Manager](overview.md) to manag
1212

1313
## Obtain an access token
1414

15-
To make a REST API call to Azure, you first need to obtain an access token. Include this access token in the headers of your Azure REST API calls using the "Authorization" header and setting the value to "Bearer {access-token}".
15+
To make a REST API call to Azure, you first need to obtain an access token. Include this access token in the headers of your Azure REST API calls using the `Authorization` header and setting the value to `Bearer {access-token}`.
1616

1717
If you need to programmatically retrieve new tokens as part of your application, you can obtain an access token by [Registering your client application with Microsoft Entra ID](/rest/api/azure/#register-your-client-application-with-azure-ad).
1818

19-
If you're getting started and want to test Azure REST APIs using your individual token, you can retrieve your current access token quickly with either Azure PowerShell or Azure CLI.
19+
To test Azure REST APIs using your individual token, retrieve your current access token with either Azure PowerShell or Azure CLI.
2020

2121
### [Azure CLI](#tab/azure-cli)
2222

@@ -53,7 +53,7 @@ Authorization: Bearer <bearer-token>
5353
Host: management.azure.com
5454
```
5555

56-
Here is an example cURL command that you can use to list all resources in a resource group using the Azure Resource Manager API:
56+
Here's an example cURL command that you can use to list all resources in a resource group using the Azure Resource Manager API:
5757

5858
```curl
5959
curl -H "Authorization: Bearer $token" -H 'Content-Type: application/json' -X GET 'https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/resources?api-version=2021-04-01'
@@ -124,7 +124,7 @@ Host: management.azure.com
124124
}
125125
```
126126

127-
For the REST APIs, the value of `uri` can't be a local file or a file that is only available on your local network. Azure Resource Manager must be able to access the template. Provide a URI value that downloadable as HTTP or HTTPS.
127+
For the REST APIs, the value of `uri` can't be a local file or a file that is only available on your local network. Azure Resource Manager must access the template. Provide a URI value that is downloadable as HTTP or HTTPS.
128128
For more information, see [Deploy resources with Resource Manager templates and Azure PowerShell](../templates/deploy-powershell.md).
129129

130130
## Deploy a resource group and resources

articles/azure-resource-manager/management/microsoft-resources-move-regions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Move regions for resources in Microsoft.Resources
33
description: Show how to move resources that are in the Microsoft.Resources namespace to new regions.
44
ms.topic: conceptual
5-
ms.date: 09/26/2024
5+
ms.date: 02/10/2025
66
---
77

88
# Move Microsoft.Resources resources to new region
99

10-
You may need to move an existing resource to a new region. This article shows how to move two resource types - templateSpecs and deploymentScripts - that are in the Microsoft.Resources namespace.
10+
You might need to move an existing resource to a new region. This article shows how to move two resource types - templateSpecs and deploymentScripts - that are in the Microsoft.Resources namespace.
1111

1212
## Move template specs to new region
1313

@@ -65,19 +65,19 @@ If you have a [template spec](../templates/template-specs.md) in one region and
6565

6666
1. [Export the template](../templates/export-template-portal.md). When exporting, select the deployment script and any other required resources.
6767

68-
1. In the exported template, delete the following properties:
68+
1. Delete the following properties in the exported template:
6969

7070
* tenantId
7171
* principalId
7272
* clientId
7373

74-
1. The exported template has a hardcoded value for the region of the deployment script.
74+
1. Find the hardcoded value for the region of the deployment script.
7575

7676
```json
7777
"location": "westus2",
7878
```
7979

80-
Change the template to allow a parameter for setting the location. For more information, see [Set resource location in ARM template](../templates/resource-location.md)
80+
Change the template to allow a parameter for setting the location. For more information, see [Set resource location in ARM template](../templates/resource-location.md).
8181

8282
```json
8383
"location": "[parameters('location')]",

0 commit comments

Comments
 (0)