Skip to content

Commit f5467ee

Browse files
committed
updates2
1 parent 361e289 commit f5467ee

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure subscription and service limits, quotas, and constraints
33
description: Understand common Azure subscription and service limits, quotas, and constraints. This article includes information about how to increase limits along with maximum values.
44
ms.topic: conceptual
5-
ms.date: 01/24/2025
5+
ms.date: 01/23/2025
66
ms.custom: ignite-2024
77
---
88

articles/azure-resource-manager/management/manage-resource-groups-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Learn how to use the [Azure portal](https://portal.azure.com) with [Azure Resour
1616

1717
A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution or only those resources that you want to manage as a group. You decide how to allocate resources to resource groups based on what makes the most sense for your organization. Generally, add resources sharing the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group.
1818

19-
The Azure portal uses resource group scope to create views that span across multiple resources. For example:
19+
The Azure portal uses the resource group scope to create views that span across multiple resources. For example:
2020

21-
- **Metrics blade** provides metrics information (CPU, resources) to users.
21+
- **Metrics blade** provides metrics information (CPU, resources) to users.
2222
- **Deployments blade** shows the history of ARM template or Bicep deployments targeted to that resource group (which includes portal deployments).
2323
- **Policy blade** provides information related to the policies enforced on the resource group.
2424
- **Diagnostics settings blade** provides errors and warnings to review.

articles/azure-resource-manager/management/move-resource-group-and-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Move Azure resources to a new resource group or subscription
33
description: Learn how to move resources to a new resource group or subscription, and understand the steps to ensure a successful move operation.
44
ms.topic: conceptual
5-
ms.date: 01/24/2025
5+
ms.date: 01/23/2025
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template, devx-track-python
77
content_well_notification:
88
- AI-contribution

articles/azure-resource-manager/management/move-support-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure resource types for move operations
33
description: Lists the Azure resource types that can be moved to a new resource group, subscription, or region.
44
ms.topic: conceptual
5-
ms.date: 01/24/2025
5+
ms.date: 01/23/2025
66
ms.custom: tbd
77
---
88

articles/azure-resource-manager/management/request-limits-and-throttling.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ The subscription limits apply per subscription, per service principal, and per o
5959

6060
The limits might be smaller for free or trial customers.
6161

62-
6362
For example, suppose you have a bucket size of 250 tokens for read requests and refill rate of 25 tokens per second. If you send 250 read requests in a second, the bucket is empty and your requests are throttled. Each second, 25 tokens become available until the bucket reaches its maximum capacity of 250 tokens. You can use tokens as they become available.
6463

6564
Reading metrics using the `*/providers/microsoft.insights/metrics` API contributes significantly to overall Azure Resource Manager traffic and is a common cause of subscription throttling events. If you use this API heavily, we recommend that you switch to the `getBatch` API. You can query multiple resources in a single REST request, which improves performance and reduces throttling. For more information about converting your operations, see [How to migrate from the metrics API to the getBatch API](/azure/azure-monitor/essentials/migrate-to-batch-api).
@@ -123,10 +122,8 @@ When you reach the limit, you receive the HTTP status code **429 Too many reques
123122

124123
If you're using an Azure SDK, the SDK might have an auto retry configuration. For more information, see [Retry guidance for Azure services](/azure/architecture/best-practices/retry-service-specific).
125124

126-
127125
Some resource providers return 429 to report a temporary problem. The problem could be an overload condition that your request didn't cause. Or, it could be a temporary error about the state of the target resource or dependent resource. For example, the network resource provider returns 429 with the **RetryableErrorDueToAnotherOperation** error code when another operation locks the target resource. To determine if the error comes from throttling or a temporary condition, view the error details in the response.
128126

129-
130127
## Remaining requests
131128

132129
You can determine the number of remaining requests by examining response headers. Read requests return a value in the header for the number of remaining read requests. Write requests include a value for the number of remaining write requests. The following table describes the response headers you can examine for those values:
@@ -136,12 +133,12 @@ You can determine the number of remaining requests by examining response headers
136133
| x-ms-ratelimit-remaining-subscription-deletes |Subscription scoped deletes remaining. This value is returned on delete operations. |
137134
| x-ms-ratelimit-remaining-subscription-reads |Subscription scoped reads remaining. This value is returned on read operations. |
138135
| x-ms-ratelimit-remaining-subscription-writes |Subscription scoped writes remaining. This value is returned on write operations. |
139-
| x-ms-ratelimit-remaining-tenant-reads |Tenant scoped reads remaining |
140-
| x-ms-ratelimit-remaining-tenant-writes |Tenant scoped writes remaining |
136+
| x-ms-ratelimit-remaining-tenant-reads |Tenant scoped reads remaining. |
137+
| x-ms-ratelimit-remaining-tenant-writes |Tenant scoped writes remaining. |
141138
| x-ms-ratelimit-remaining-subscription-resource-requests |Remaining subscription scoped resource type requests.<br /><br />This header value is returned only if a service overrides the default limit. Resource Manager adds this value instead of the subscription reads or writes. |
142139
| x-ms-ratelimit-remaining-subscription-resource-entities-read |Remaining subscription scoped resource type collection requests.<br /><br />This header value is returned only if a service overrides the default limit. This value provides the number of remaining collection requests (list resources). |
143-
| x-ms-ratelimit-remaining-tenant-resource-requests |Remaining tenant scoped resource type requests.<br /><br />This header is added for requests at tenant level, and only if a service overrides the default limit. Resource Manager adds this value instead of the tenant reads or writes. |
144-
| x-ms-ratelimit-remaining-tenant-resource-entities-read |Tenant scoped resource type collection requests remaining.<br /><br />This header is only added for requests at tenant level, and only if a service overrides the default limit. |
140+
| x-ms-ratelimit-remaining-tenant-resource-requests |Remaining tenant scoped resource type requests.<br /><br />This header is added for requests at tenant level and only if a service overrides the default limit. Resource Manager adds this value instead of the tenant reads or writes. |
141+
| x-ms-ratelimit-remaining-tenant-resource-entities-read |Tenant scoped resource type collection requests remaining.<br /><br />This header is only added for requests at tenant level and only if a service overrides the default limit. |
145142

146143
The resource provider can also return response headers with information about remaining requests. For information about response headers returned by the Compute resource provider, see [Call rate informational response headers](/troubleshoot/azure/virtual-machines/troubleshooting-throttling-errors#call-rate-informational-response-headers).
147144

@@ -162,7 +159,7 @@ $r = Invoke-WebRequest -Uri https://management.azure.com/subscriptions/{guid}/re
162159
$r.Headers["x-ms-ratelimit-remaining-subscription-reads"]
163160
```
164161

165-
For a complete PowerShell example, see [Check Resource Manager Limits for a Subscription](https://github.com/Microsoft/csa-misc-utils/tree/master/psh-GetArmLimitsViaAPI).
162+
For a complete PowerShell example, see [Check ARM Limits for a Given Subscription](https://github.com/Microsoft/csa-misc-utils/tree/master/psh-GetArmLimitsViaAPI).
166163

167164
To see the remaining requests for debugging, provide the **-Debug** parameter on your **PowerShell** cmdlet.
168165

0 commit comments

Comments
 (0)