Skip to content

Commit 8e5ac9c

Browse files
authored
Merge pull request #100041 from tfitzmac/0102quotas
move quotas and limits
2 parents e64fb9f + 7d14395 commit 8e5ac9c

File tree

181 files changed

+374
-370
lines changed

Some content is hidden

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

181 files changed

+374
-370
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15398,7 +15398,12 @@
1539815398
},
1539915399
{
1540015400
"source_path": "articles/mobile-engagement/mobile-engagement-send-personalized-notifications.md",
15401-
"redirect_url": "/azure/azure-subscription-service-limits#mobile-engagement-limits",
15401+
"redirect_url": "/azure/azure-resource-manager/management/azure-subscription-service-limits#mobile-engagement-limits",
15402+
"redirect_document_id": false
15403+
},
15404+
{
15405+
"source_path": "articles/azure-subscription-service-limits.md",
15406+
"redirect_url": "/azure/azure-resource-manager/management/azure-subscription-service-limits",
1540215407
"redirect_document_id": false
1540315408
},
1540415409
{

articles/active-directory/users-groups-roles/directory-service-limits-restrictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.reviewer: jeffsta
1919
ms.collection: M365-identity-device-management
2020
---
2121
# Azure AD service limits and restrictions
22-
This article contains the usage constraints and other service limits for the Azure Active Directory (Azure AD) service. If you’re looking for the full set of Microsoft Azure service limits, see [Azure Subscription and Service Limits, Quotas, and Constraints](../../azure-subscription-service-limits.md).
22+
This article contains the usage constraints and other service limits for the Azure Active Directory (Azure AD) service. If you’re looking for the full set of Microsoft Azure service limits, see [Azure Subscription and Service Limits, Quotas, and Constraints](../../azure-resource-manager/management/azure-subscription-service-limits.md).
2323

2424
[!INCLUDE [AAD-service-limits](../../../includes/active-directory-service-limits-include.md)]
2525

articles/aks/acs-aks-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Because additional virtual machines will be deployed into your subscription duri
8787

8888
You may need to request an increase for [Network quotas](https://docs.microsoft.com/azure/azure-supportability/networking-quota-requests) to ensure you don't exhaust IPs. See [networking and IP ranges for AKS](https://docs.microsoft.com/azure/aks/configure-kubenet) for additional information.
8989

90-
For more information, see [Azure subscription and service limits](https://docs.microsoft.com/azure/azure-subscription-service-limits). To check your current quotas, in the Azure portal, go to the [subscriptions blade](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade), select your subscription, and then select **Usage + quotas**.
90+
For more information, see [Azure subscription and service limits](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits). To check your current quotas, in the Azure portal, go to the [subscriptions blade](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade), select your subscription, and then select **Usage + quotas**.
9191

9292
## High Availability and Business Continuity
9393

articles/aks/configure-azure-cni.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can't change the maximum pods per node on an existing AKS cluster. You can a
8888

8989
When you create an AKS cluster, the following parameters are configurable for Azure CNI networking:
9090

91-
**Virtual network**: The virtual network into which you want to deploy the Kubernetes cluster. If you want to create a new virtual network for your cluster, select *Create new* and follow the steps in the *Create virtual network* section. For information about the limits and quotas for an Azure virtual network, see [Azure subscription and service limits, quotas, and constraints](../azure-subscription-service-limits.md#azure-resource-manager-virtual-networking-limits).
91+
**Virtual network**: The virtual network into which you want to deploy the Kubernetes cluster. If you want to create a new virtual network for your cluster, select *Create new* and follow the steps in the *Create virtual network* section. For information about the limits and quotas for an Azure virtual network, see [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-resource-manager-virtual-networking-limits).
9292

9393
**Subnet**: The subnet within the virtual network where you want to deploy the cluster. If you want to create a new subnet in the virtual network for your cluster, select *Create new* and follow the steps in the *Create subnet* section. For hybrid connectivity, the address range shouldn't overlap with any other virtual networks in your environment.
9494

articles/aks/quotas-skus-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article details the default resource limits for Azure Kubernetes Service (A
2121

2222
## Provisioned infrastructure
2323

24-
All other network, compute, and storage limitations apply to the provisioned infrastructure. For the relevant limits, see [Azure subscription and service limits](../azure-subscription-service-limits.md).
24+
All other network, compute, and storage limitations apply to the provisioned infrastructure. For the relevant limits, see [Azure subscription and service limits](../azure-resource-manager/management/azure-subscription-service-limits.md).
2525

2626
> [!IMPORTANT]
2727
> When you upgrade an AKS cluster, additional resources are temporarily consumed. These resources include available IP addresses in a virtual network subnet, or virtual machine vCPU quota. If you use Windows Server containers (currently in preview in AKS), the only endorsed approach to apply the latest updates to the nodes is to perform an upgrade operation. A failed cluster upgrade process may indicate that you don't have the available IP address space or vCPU quota to handle these temporary resources. For more information on the Windows Server node upgrade process, see [Upgrade a node pool in AKS][nodepool-upgrade].

articles/ansible/ansible-create-configure-route-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure automatically routes traffic between Azure subnets, virtual networks, and
3131

3232
## Create a route table
3333

34-
The playbook code in this section creates a route table. For information on route-table limits, see [Azure limits](/azure/azure-subscription-service-limits#azure-resource-manager-virtual-networking-limits).
34+
The playbook code in this section creates a route table. For information on route-table limits, see [Azure limits](/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-resource-manager-virtual-networking-limits).
3535

3636
Save the following playbook as `route_table_create.yml`:
3737

articles/app-service/containers/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
- name: Pricing
193193
href: https://azure.microsoft.com/pricing/details/app-service/
194194
- name: Quota Information
195-
href: ../../azure-subscription-service-limits.md#app-service-limits
195+
href: ../../azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits
196196
- name: Service Updates
197197
href: https://azure.microsoft.com/updates/?product=app-service
198198
- name: Migration Assistant guides

articles/app-service/deploy-staging-slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Deploying your application to a non-production slot has the following benefits:
1919
* Deploying an app to a slot first and swapping it into production makes sure that all instances of the slot are warmed up before being swapped into production. This eliminates downtime when you deploy your app. The traffic redirection is seamless, and no requests are dropped because of swap operations. You can automate this entire workflow by configuring [auto swap](#Auto-Swap) when pre-swap validation isn't needed.
2020
* After a swap, the slot with previously staged app now has the previous production app. If the changes swapped into the production slot aren't as you expect, you can perform the same swap immediately to get your "last known good site" back.
2121

22-
Each App Service plan tier supports a different number of deployment slots. There's no additional charge for using deployment slots. To find out the number of slots your app's tier supports, see [App Service limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#app-service-limits).
22+
Each App Service plan tier supports a different number of deployment slots. There's no additional charge for using deployment slots. To find out the number of slots your app's tier supports, see [App Service limits](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#app-service-limits).
2323

2424
To scale your app to a different tier, make sure that the target tier supports the number of slots your app already uses. For example, if your app has more than five slots, you can't scale it down to the **Standard** tier, because the **Standard** tier supports only five deployment slots.
2525

articles/app-service/environment/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
- name: Pricing
8484
href: https://azure.microsoft.com/pricing/details/app-service/
8585
- name: Quota Information
86-
href: ../../azure-subscription-service-limits.md#app-service-limits
86+
href: ../../azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits
8787
- name: Service Updates
8888
href: https://azure.microsoft.com/updates/?product=app-service
8989
- name: Best practices

articles/app-service/faq-availability-performance-application-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To see what is causing the error and to resolve the issue, follow the steps in [
8282

8383
## Where can I learn more about quotas and limits for various App Service plans?
8484

85-
For information about quotas and limits, see [App Service limits](../azure-subscription-service-limits.md#app-service-limits).
85+
For information about quotas and limits, see [App Service limits](../azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits).
8686

8787
## How do I decrease the response time for the first request after idle time?
8888

0 commit comments

Comments
 (0)