Skip to content

Commit f04fe9a

Browse files
committed
ms.date and acrolinx for five articles
1 parent ded1086 commit f04fe9a

5 files changed

+38
-38
lines changed

articles/cloud-services/cloud-services-troubleshoot-constrained-allocation-failed.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hirenshah1
66
ms.author: hirshah
77
ms.service: cloud-services
88
ms.topic: troubleshooting
9-
ms.date: 02/21/2023
9+
ms.date: 07/24/2024
1010
ms.custom: compute-evergreen
1111
---
1212

@@ -15,7 +15,7 @@ ms.custom: compute-evergreen
1515

1616
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
1717

18-
In this article, you'll troubleshoot allocation failures where Azure Cloud services (classic) can't deploy because of allocation constraints.
18+
In this article, you troubleshoot allocation failures where Azure Cloud services (classic) can't deploy because of allocation constraints.
1919

2020
When you deploy instances to a Cloud service (classic) or add new web or worker role instances, Microsoft Azure allocates compute resources.
2121

@@ -30,21 +30,21 @@ In Azure portal, navigate to your Cloud service (classic) and in the sidebar sel
3030

3131
![Image shows the Operation log (classic) blade.](./media/cloud-services-troubleshoot-constrained-allocation-failed/cloud-services-troubleshoot-allocation-logs.png)
3232

33-
When you're inspecting the logs of your Cloud service (classic), you'll see the following exception:
33+
When you inspect the logs of your Cloud service (classic), you see the following exception:
3434

3535
|Exception Type |Error Message |
3636
|---------|---------|
37-
|ConstrainedAllocationFailed |Azure operation '`{Operation ID}`' failed with code Compute.ConstrainedAllocationFailed. Details: Allocation failed; unable to satisfy constraints in request. The requested new service deployment is bound to an Affinity Group, or it targets a Virtual Network, or there is an existing deployment under this hosted service. Any of these conditions constrains the new deployment to specific Azure resources. Retry later or try reducing the VM size or number of role instances. Alternatively, if possible, remove the aforementioned constraints or try deploying to a different region.|
37+
|ConstrainedAllocationFailed |Azure operation '`{Operation ID}`' failed with code Compute.ConstrainedAllocationFailed. Details: Allocation failed; unable to satisfy constraints in request. The requested new service deployment is bound to an Affinity Group, or it targets a Virtual Network, or there's an existing deployment under this hosted service. Any of these conditions constrains the new deployment to specific Azure resources. Retry later or try reducing the virtual machine (VM) size or number of role instances. Alternatively, if possible, remove the constraints or try deploying to a different region.|
3838

3939
## Cause
4040

4141
When the first instance is deployed to a Cloud service (in either staging or production), that Cloud service gets pinned to a cluster.
4242

43-
Over time, the resources in this cluster may become fully utilized. If a Cloud service (classic) makes an allocation request for more resources when insufficient resources are available in the pinned cluster, the request will result in an allocation failure. For more information, see the [allocation failure common issues](cloud-services-allocation-failures.md#common-issues).
43+
Over time, the resources in this cluster may become fully utilized. If a Cloud service (classic) makes an allocation request for more resources when insufficient resources are available in the pinned cluster, the request results in an allocation failure. For more information, see the [allocation failure common issues](cloud-services-allocation-failures.md#common-issues).
4444

4545
## Solution
4646

47-
Existing cloud services are *pinned* to a cluster. Any further deployments for the Cloud service (classic) will happen in the same cluster.
47+
Existing cloud services are *pinned* to a cluster. Any further deployments for the Cloud service (classic) happen in the same cluster.
4848

4949
When you experience an allocation error in this scenario, the recommended course of action is to redeploy to a new Cloud service (classic) (and update the *CNAME*).
5050

@@ -76,4 +76,4 @@ For more allocation failure solutions and background information:
7676
> [!div class="nextstepaction"]
7777
> [Allocation failures - Cloud service (classic)](cloud-services-allocation-failures.md)
7878
79-
If your Azure issue isn't addressed in this article, visit the Azure forums on [MSDN and Stack Overflow](https://azure.microsoft.com/support/forums/). You can post your issue in these forums, or post to [@AzureSupport on Twitter](https://twitter.com/AzureSupport). You also can submit an Azure support request. To submit a support request, on the [Azure support](https://azure.microsoft.com/support/options/) page, select *Get support*.
79+
If your Azure issue isn't addressed in this article, visit the Azure forums on [the Microsoft Developer Network (MSDN) and Stack Overflow](https://azure.microsoft.com/support/forums/). You can post your issue in these forums, or post to [@AzureSupport on Twitter](https://twitter.com/AzureSupport). You also can submit an Azure support request. To submit a support request, on the [Azure support](https://azure.microsoft.com/support/options/) page, select *Get support*.

articles/cloud-services/cloud-services-troubleshoot-default-temp-folder-size-too-small-web-worker-role.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Default TEMP folder size is too small for a role | Microsoft Docs
33
description: A cloud service role has a limited amount of space for the TEMP folder. This article provides some suggestions on how to avoid running out of space.
44
ms.topic: troubleshooting
55
ms.service: cloud-services
6-
ms.date: 02/21/2023
6+
ms.date: 07/24/2024
77
author: hirenshah1
88
ms.author: hirshah
99
ms.reviewer: mimckitt
@@ -20,7 +20,7 @@ The default temporary directory of a cloud service worker or web role has a maxi
2020
[!INCLUDE [support-disclaimer](~/reusable-content/ce-skilling/azure/includes/support-disclaimer.md)]
2121

2222
## Why do I run out of space?
23-
The standard Windows environment variables TEMP and TMP are available to code that is running in your application. Both TEMP and TMP point to a single directory that has a maximum size of 100 MB. Any data that is stored in this directory is not persisted across the lifecycle of the cloud service; if the role instances in a cloud service are recycled, the directory is cleaned.
23+
The standard Windows environment variables TEMP and TMP are available to code that is running in your application. Both TEMP and TMP point to a single directory that has a maximum size of 100 MB. Any data stored in this directory isn't persisted across the lifecycle of the cloud service. If the role instances in a cloud service are recycled, the directory is cleaned.
2424

2525
## Suggestion to fix the problem
2626
Implement one of the following alternatives:

articles/cloud-services/cloud-services-troubleshoot-deployment-problems.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot cloud service (classic) deployment problems | Microsoft Docs
33
description: There are a few common problems you may run into when deploying a cloud service to Azure. This article provides solutions to some of them.
44
ms.topic: troubleshooting
55
ms.service: cloud-services
6-
ms.date: 02/21/2023
6+
ms.date: 07/24/2024
77
author: hirenshah1
88
ms.author: hirshah
99
ms.reviewer: mimckitt
@@ -18,7 +18,7 @@ When you deploy a cloud service application package to Azure, you can obtain inf
1818

1919
You can find the **Properties** pane as follows:
2020

21-
* In the Azure portal, click the deployment of your cloud service, click **All settings**, and then click **Properties**.
21+
* In the Azure portal, choose the deployment of your cloud service, select **All settings**, and then select **Properties**.
2222

2323
> [!NOTE]
2424
> You can copy the contents of the **Properties** pane to the clipboard by clicking the icon in the upper-right corner of the pane.
@@ -27,44 +27,44 @@ You can find the **Properties** pane as follows:
2727
2828
[!INCLUDE [support-disclaimer](~/reusable-content/ce-skilling/azure/includes/support-disclaimer.md)]
2929

30-
## Problem: I cannot access my website, but my deployment is started and all role instances are ready
31-
The website URL link shown in the portal does not include the port. The default port for websites is 80. If your application is configured to run in a different port, you must add the correct port number to the URL when accessing the website.
30+
## Problem: I can't access my website, but my deployment is started and all role instances are ready
31+
The website URL link shown in the portal doesn't include the port. The default port for websites is 80. If your application is configured to run in a different port, you must add the correct port number to the URL when accessing the website.
3232

33-
1. In the Azure portal, click the deployment of your cloud service.
33+
1. In the Azure portal, choose the deployment of your cloud service.
3434
2. In the **Properties** pane of the Azure portal, check the ports for the role instances (under **Input Endpoints**).
35-
3. If the port is not 80, add the correct port value to the URL when you access the application. To specify a non-default port, type the URL, followed by a colon (:), followed by the port number, with no spaces.
35+
3. If the port isn't 80, add the correct port value to the URL when you access the application. To specify a nondefault port, type the URL, followed by a colon (:), followed by the port number, with no spaces.
3636

3737
## Problem: My role instances recycled without me doing anything
38-
Service healing occurs automatically when Azure detects problem nodes and therefore moves role instances to new nodes. When this occurs, you might see your role instances recycling automatically. To find out if service healing occurred:
38+
Service healing occurs automatically when Azure detects problem nodes and therefore moves role instances to new nodes. When these moves occur, you might see your role instances recycling automatically. To find out if service healing occurred:
3939

40-
1. In the Azure portal, click the deployment of your cloud service.
40+
1. In the Azure portal, choose the deployment of your cloud service.
4141
2. In the **Properties** pane of the Azure portal, review the information and determine whether service healing occurred during the time that you observed the roles recycling.
4242

43-
Roles will also recycle roughly once per month during host-OS and guest-OS updates.
43+
Roles recycle roughly once per month during host-OS and guest-OS updates.
4444
For more information, see the blog post [Role Instance Restarts Due to OS Upgrades](/archive/blogs/kwill/role-instance-restarts-due-to-os-upgrades)
4545

46-
## Problem: I cannot do a VIP swap and receive an error
47-
A VIP swap is not allowed if a deployment update is in progress. Deployment updates can occur automatically when:
46+
## Problem: I can't do a VIP swap and receive an error
47+
A VIP swap isn't allowed if a deployment update is in progress. Deployment updates can occur automatically when:
4848

49-
* A new guest operating system is available and you are configured for automatic updates.
49+
* A new guest operating system is available and you configured for automatic updates.
5050
* Service healing occurs.
5151

5252
To find out if an automatic update is preventing you from doing a VIP swap:
5353

54-
1. In the Azure portal, click the deployment of your cloud service.
55-
2. In the **Properties** pane of the Azure portal, look at the value of **Status**. If it is **Ready**, then check **Last operation** to see if one recently happened that might prevent the VIP swap.
54+
1. In the Azure portal, choose the deployment of your cloud service.
55+
2. In the **Properties** pane of the Azure portal, look at the value of **Status**. If it's **Ready**, then check **Last operation** to see if one recently happened that might prevent the VIP swap.
5656
3. Repeat steps 1 and 2 for the production deployment.
5757
4. If an automatic update is in process, wait for it to finish before trying to do the VIP swap.
5858

5959
## Problem: A role instance is looping between Started, Initializing, Busy, and Stopped
60-
This condition could indicate a problem with your application code, package, or configuration file. In that case, you should be able to see the status changing every few minutes and the Azure portal may say something like **Recycling**, **Busy**, or **Initializing**. This indicates that there is something wrong with the application that is keeping the role instance from running.
60+
This condition could indicate a problem with your application code, package, or configuration file. In that case, you should be able to see the status changing every few minutes and the Azure portal may say something like **Recycling**, **Busy**, or **Initializing**. This fluctuation of status indicates that there's something wrong with the application that is keeping the role instance from running.
6161

6262
For more information on how to troubleshoot for this problem, see the blog post [Azure PaaS Compute Diagnostics Data](/archive/blogs/kwill/windows-azure-paas-compute-diagnostics-data) and [Common issues that cause roles to recycle](cloud-services-troubleshoot-common-issues-which-cause-roles-recycle.md).
6363

6464
## Problem: My application stopped working
65-
1. In the Azure portal, click the role instance.
65+
1. In the Azure portal, choose the role instance.
6666
2. In the **Properties** pane of the Azure portal, consider the following conditions to resolve your problem:
67-
* If the role instance has recently stopped (you can check the value of **Abort count**), the deployment could be updating. Wait to see if the role instance resumes functioning on its own.
67+
* If the role instance recently stopped (you can check the value of **Abort count**), the deployment could be updating. Wait to see if the role instance resumes functioning on its own.
6868
* If the role instance is **Busy**, check your application code to see if the [StatusCheck](/previous-versions/azure/reference/ee758135(v=azure.100)) event is handled. You might need to add or fix some code that handles this event.
6969
* Go through the diagnostic data and troubleshooting scenarios in the blog post [Azure PaaS Compute Diagnostics Data](/archive/blogs/kwill/windows-azure-paas-compute-diagnostics-data).
7070

articles/cloud-services/cloud-services-troubleshoot-fabric-internal-server-error.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: hirenshah1
66
ms.author: hirshah
77
ms.service: cloud-services
88
ms.topic: troubleshooting
9-
ms.date: 02/21/2023
9+
ms.date: 07/24/2024
1010
ms.custom: compute-evergreen
1111
---
1212

1313
# Troubleshoot FabricInternalServerError or ServiceAllocationFailure when deploying a Cloud service (classic) to Azure
1414

1515
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
1616

17-
In this article, you'll troubleshoot allocation failures where the fabric controller cannot allocate when deploying an Azure Cloud service (classic).
17+
In this article, you troubleshoot allocation failures where the fabric controller can't allocate when deploying an Azure Cloud service (classic).
1818

1919
When you deploy instances to a Cloud Service or add new web or worker role instances, Microsoft Azure allocates compute resources.
2020

@@ -29,7 +29,7 @@ In Azure portal, navigate to your Cloud service (classic) and in the sidebar sel
2929

3030
![Image shows the Operation log (classic) blade.](./media/cloud-services-troubleshoot-fabric-internal-server-error/cloud-services-troubleshoot-allocation-logs.png)
3131

32-
When you're inspecting the logs of your Cloud service (classic), you'll see the following exception:
32+
When you inspect the logs of your Cloud service (classic), you see the following exception:
3333

3434
|Exception |Error Message |
3535
|---------|---------|
@@ -54,9 +54,9 @@ Follow the guidance for allocation failures in the following scenarios.
5454

5555
### Not pinned to a cluster
5656

57-
The first time you deploy a Cloud service (classic), the cluster hasn't been selected yet, so the cloud service isn't *pinned*. Azure may have a deployment failure because:
57+
The first time you deploy a Cloud service (classic), the cluster is unselected, so the cloud service isn't *pinned*. Azure may have a deployment failure because:
5858

59-
- You've selected a particular size that isn't available in the region.
59+
- You selected a particular size that isn't available in the region.
6060
- The combination of sizes that are needed across different roles isn't available in the region.
6161

6262
When you experience an allocation error in this scenario, the recommended course of action is to check the available sizes in the region and change the size you previously specified.
@@ -70,7 +70,7 @@ When you experience an allocation error in this scenario, the recommended course
7070

7171
### Pinned to a cluster
7272

73-
Existing cloud services are *pinned* to a cluster. Any further deployments for the Cloud service (classic) will happen in the same cluster.
73+
Existing cloud services are *pinned* to a cluster. Any further deployments for the Cloud service (classic) happen in the same cluster.
7474

7575
When you experience an allocation error in this scenario, the recommended course of action is to redeploy to a new Cloud service (classic) (and update the *CNAME*).
7676

@@ -102,4 +102,4 @@ For more allocation failure solutions and background information:
102102
> [!div class="nextstepaction"]
103103
> [Allocation failures - Cloud service (classic)](cloud-services-allocation-failures.md)
104104
105-
If your Azure issue isn't addressed in this article, visit the Azure forums on [MSDN and Stack Overflow](https://azure.microsoft.com/support/forums/). You can post your issue in these forums, or post to [@AzureSupport on Twitter](https://twitter.com/AzureSupport). You also can submit an Azure support request. To submit a support request, on the [Azure support](https://azure.microsoft.com/support/options/) page, select *Get support*.
105+
If your Azure issue isn't addressed in this article, visit the Azure forums on [the Microsoft Developer Network (MSDN) and Stack Overflow](https://azure.microsoft.com/support/forums/). You can post your issue in these forums, or post to [@AzureSupport on Twitter](https://twitter.com/AzureSupport). You also can submit an Azure support request. To submit a support request, on the [Azure support](https://azure.microsoft.com/support/options/) page, select *Get support*.

0 commit comments

Comments
 (0)