You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool)
12
12
---
13
-
# Troubleshoot the AKSCapacityError error code
13
+
# Troubleshoot the AksCapacityHeavyUsage error code
14
14
15
-
This article discusses how to identify and resolve the `AKSCapacityError` error that might occur when you create or start a Microsoft Azure Kubernetes Service (AKS) cluster.
15
+
This article discusses how to identify and resolve the `AksCapacityHeavyUsage` error that might occur when you create a Microsoft Azure Kubernetes Service (AKS) cluster.
16
16
17
17
## Symptoms
18
18
19
-
When you try to create or start an AKS cluster, you receive one of the following error messages:
19
+
When you try to create an AKS cluster, you receive the following error message:
20
20
21
-
> **Code:**AKSCapacityError
21
+
> **Code:**AksCapacityHeavyUsage
22
22
>
23
-
> **Message 1:** Creating or starting a free tier cluster is unavailable at this time in region \<Region\>. To create a new cluster, we recommend using an alternate region, or create a paid tier cluster. For a list of all the Azure regions, visit <https://aka.ms/aks/regions>. For more details on this error, visit <https://aka.ms/akscapacityerror>.
24
-
>
25
-
> **Message 2:** Creating a new cluster or starting cluster is unavailable at this time in region \<Region>. To create a new cluster, we recommend using an alternate region. For a list of all the Azure regions, visit <https://aka.ms/aks/regions>. For more details on this error, visit <https://aka.ms/akscapacityerror>.
26
-
27
-
If you then try to do an operation on that cluster after it doesn't start, you receive the following error message:
28
-
29
-
> **"statusCode":** "InternalServerError",
30
-
>
31
-
> **"serviceRequestId":** null,
32
-
>
33
-
> **"statusMessage":** "{**\"code\":**\"KubernetesAPICallFailed\", **\"message\":**\"API call to Kubernetes API Server failed.\"}.
23
+
> **Message:** AKS is experiencing heavy usage in region \<Region>. We are working on adding new capacity. In the meantime, please consider creating new AKS clusters in a different region. For a list of all the Azure regions, visit https://aka.ms/aks/regions. For more details on this error, visit https://aka.ms/akscapacityheavyusage.
34
24
35
25
## Cause
36
26
37
-
You're trying to deploy a cluster in a region that has limited capacity.
27
+
You're trying to create a cluster in a region that has limited capacity.
38
28
39
-
When you create or start an AKS cluster, Microsoft Azure allocates compute resources to your subscription. You might occasionally experience the `AKSCapacityError` error because of significant growth in demand for Azure Kubernetes Service in specific regions.
29
+
When you create an AKS cluster, Microsoft Azure allocates compute resources to your subscription. You might occasionally experience the `AksCapacityHeavyUsage` error because of significant growth in demand for Azure Kubernetes Service in specific regions.
40
30
41
31
The `KubernetesAPICallFailed` error message indicates that the AKS cluster didn't start and doesn't have an associated control plane. Therefore, calls to the API server are failing. In this case, you have to retry the Start operation.
42
32
@@ -48,23 +38,23 @@ The easiest and quickest solution is to try to deploy to a different region (for
48
38
49
39
This approach might not be feasible if you already have existing resources in the requested region, but it's the preferred solution in a dev/test scenario.
50
40
51
-
### Solution 2: Try deploying a cluster that has different settings
41
+
### Solution 2: Deploy a cluster that has different settings
52
42
53
-
The infrastructure that hosts AKSmanaged clusters have different allocation reservations. Therefore, AKS might have more capacity for public clusters than for private clusters. If you encounter the `AKSCapacityError` error when you try to create a private cluster, try to create a public cluster instead or vice versa.
43
+
The infrastructure that hosts AKS-managed clusters have different allocation reservations. Therefore, AKS might have more capacity for public clusters than it has for private clusters. If you experience the `AksCapacityHeavyUsage` error when you try to create a private cluster, try to create a public cluster instead (or vice versa).
54
44
55
45
### Solution 3: Use an Azure Enterprise subscription
56
46
57
-
When capacity is running low, we limit free tier AKS clusters for customers who don't have an Enterprise Agreement (EA) subscription first in order to reserve resources for real production scenarios. Make sure that you use an EA subscription to create your AKS cluster.
47
+
When capacity is running low, non-Enterprise Agreement (EA) subscriptions are limited first in AKS cluster creation to reserve resources for real production scenarios. If you have an EA subscription, make sure that you use the EA subscription to create the AKS cluster.
58
48
59
49
### Solution 4: Retry the operation
60
50
61
51
Capacity is often reclaimed when other users stop or delete their AKS clusters. Therefore, the operation might succeed if you retry it later.
62
52
63
53
## More information
64
54
65
-
- Ensuring capacity for users is a top priority for Microsoft, and we're working around the clock to reach this goal. The increasing popularity of Azure services emphasizes the need for us to scale up our infrastructure even more rapidly. With that in mind, we're expediting expansions and improving our resource deployment process to respond to strong customer demand. We're also adding a large amount of compute infrastructure monthly.
55
+
- Ensuring capacity for users is a top priority for Microsoft, and we're working to scale up our infrastructure to accommodate the increasing popularity of Azure services.
66
56
67
-
We have identified several methods to improve how we load-balance under a high-resource-usage situation, and how to trigger the timely deployment of needed resources. Additionally, we're significantly increasing our capacity, and will continue to plan for strong demand across all regions. [This September 2021 Azure Blog article](https://azure.microsoft.com/blog/advancing-reliability-through-a-resilient-cloud-supply-chain/) discusses improvements that we're making toward delivering a resilient cloud supply chain.
57
+
For more information about improvements that we're making toward delivering a resilient cloud supply chain, see [this September 2021 Azure Blog article](https://azure.microsoft.com/blog/advancing-reliability-through-a-resilient-cloud-supply-chain/).
68
58
69
59
-[General troubleshooting of AKS cluster creation issues](troubleshoot-aks-cluster-creation-issues.md)
#Customer intent: As an Azure Kubernetes user, I want to troubleshoot the InUseRouteTableCannotBeDeleted error code so that I can successfully delete an Azure Kubernetes Service (AKS) cluster.
9
9
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool)
@@ -30,6 +30,6 @@ You tried to delete the AKS cluster while its associated route table was still i
30
30
31
31
## Solution
32
32
33
-
Remove the associated subnet in the route table. For instructions, see [Dissociate a route table from a subnet](/azure/virtual-network/manage-route-table#dissociate-a-route-table-from-a-subnet). Then, try again to delete the AKS cluster.
33
+
Remove the associated route table from the subnet. For instructions, see [Dissociate a route table from a subnet](/azure/virtual-network/manage-route-table#dissociate-a-route-table-from-a-subnet). Then, try again to delete the AKS cluster.
34
34
35
35
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
Copy file name to clipboardExpand all lines: support/windows-client/shell-experience/monitor-powers-off-when-pc-locked.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ This behavior is by design in Windows. By default, when the console is locked, W
34
34
35
35
Using the PowerCfg.exe utility, you can configure the display timeout used when the PC is in an unlocked state as well as when it is at a locked screen. From an administrative command prompt, the following commands can be used to control the display timeout:
36
36
37
-
-`powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOIDLE \<time in seconds>`
37
+
-`powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOIDLE <time in seconds>`
38
38
39
-
-`powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK \<time in seconds>`
39
+
-`powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK <time in seconds>`
Copy file name to clipboardExpand all lines: support/windows-server/remote/troubleshoot-rds-licensing-guidance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom:
12
12
---
13
13
# RDS Licensing troubleshooting guidance
14
14
15
-
<pclass="alert is-flex is-primary"><spanclass="has-padding-left-medium has-padding-top-extra-small"><aclass="button is-primary"href="https://vsa.services.microsoft.com/v1.0/?partnerId=7d74cf73-5217-4008-833f-87a1a278f2cb&flowId=DMC&initialQuery=31806373"target='_blank'><b>Try our Virtual Agent</b></a></span><spanclass="has-padding-small"> - It can help you quickly identify and fix common Active Directory replication issues</span>
15
+
<pclass="alert is-flex is-primary"><spanclass="has-padding-left-medium has-padding-top-extra-small"><aclass="button is-primary"href="https://vsa.services.microsoft.com/v1.0/?partnerId=7d74cf73-5217-4008-833f-87a1a278f2cb&flowId=DMC&initialQuery=31806373"target='_blank'><b>Try our Virtual Agent</b></a></span><spanclass="has-padding-small"> - It can help you quickly identify and fix common Remote Desktop licensing problems </span>
16
16
17
17
The listed resources in this article can help you resolve Remote Desktop Services (RDS) licensing issues.
0 commit comments