Skip to content

Commit 5bd0638

Browse files
authored
Merge pull request #281537 from tomvcassidy/4CSDate
ms.date and acrolinx
2 parents 02f0100 + 9f343af commit 5bd0638

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/cloud-services/cloud-services-application-and-service-availability-faq.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: This article lists the frequently asked questions about application and service availability for Microsoft Azure Cloud Services.
55
ms.topic: faq
66
ms.service: cloud-services
7-
ms.date: 02/21/2023
7+
ms.date: 07/23/2024
88
author: hirenshah1
99
ms.author: hirshah
1010
ms.reviewer: mimckitt
@@ -13,7 +13,7 @@ title: 'Application and service availability issues for Azure Cloud Services (cl
1313
summary: |
1414
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
1515
16-
This article includes frequently asked questions about application and service availability issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services VM Size page](cloud-services-sizes-specs.md) for size information.
16+
This article includes frequently asked questions about application and service availability issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
1717
1818
[!INCLUDE [support-disclaimer](~/reusable-content/ce-skilling/azure/includes/support-disclaimer.md)]
1919
@@ -24,23 +24,23 @@ sections:
2424
- question: |
2525
My role got recycled. Was there any update rolled out for my cloud service?
2626
answer: |
27-
Roughly once a month, Microsoft releases a new Guest OS version for Windows Azure PaaS VMs. The Guest OS is only one such update in the pipeline. A release can be affected by many other factors. In addition, Azure runs on hundreds of thousands of machines. Therefore, it's impossible to predict the exact date and time when your roles will reboot. We update the Guest OS Update RSS Feed with the latest information that we have, but you should consider that reported time to be an approximate value. We are aware that this is problematic for customers and are working on a plan to limit or precisely time reboots.
27+
Roughly once a month, Microsoft releases a new Guest OS version for Microsoft Azure PaaS VMs. The Guest OS is only one such update in the pipeline. Many other factors can affect a release. In addition, Azure runs on hundreds of thousands of machines. Therefore, it's impossible to predict the exact date and time when your roles reboot. We update the Guest OS Update RSS Feed with the latest information that we have, but you should consider that reported time to be an approximate value. We're working on a plan to limit or precisely time reboots.
2828
2929
For complete details about recent Guest OS updates, see [Azure Guest OS releases and SDK compatibility matrix](cloud-services-guestos-update-matrix.md).
3030
31-
For helpful information on restarts and pointers to technical details of Guest and Host OS updates, see the MSDN blog post [Role Instance Restarts Due to OS Upgrades](/archive/blogs/kwill/role-instance-restarts-due-to-os-upgrades).
31+
For helpful information on restarts and pointers to technical details of Guest and Host OS updates, see the Microsoft Developer Network (MSDN) blog post [Role Instance Restarts Due to OS Upgrades](/archive/blogs/kwill/role-instance-restarts-due-to-os-upgrades).
3232
3333
- question: |
34-
Why does the first request to my cloud service after the service has been idle for some time take longer than usual?
34+
Why does the first request to my cloud service take longer than usual after the service idles for some time?
3535
answer: |
36-
When the Web Server receives the first request, it first recompiles the code and then processes the request. That's why the first request takes longer than the others. By default, the app pool gets shut down in cases of user inactivity. The app pool will also recycle by default every 1,740 minutes (29 hours).
36+
When the Web Server receives the first request, it first recompiles the code and then processes the request, which is why the first request takes longer than the others. By default, the app pool gets shut-down in cases of user inactivity. The app pool also recycles by default every 1,740 minutes (29 hours).
3737
3838
Internet Information Services (IIS) application pools can be periodically recycled to avoid unstable states that can lead to application crashes, hangs, or memory leaks.
3939
40-
The following documents will help you understand and mitigate this issue:
40+
The following documents help you understand and mitigate this issue:
4141
* [Fixing slow initial load for IIS](https://stackoverflow.com/questions/13386471/fixing-slow-initial-load-for-iis)
42-
* [IIS 7.5 web application first request after app-pool recycle very slow](https://stackoverflow.com/questions/13917205/iis-7-5-web-application-first-request-after-app-pool-recycle-very-slow)
42+
* [IIS 7.5 web application first request after app-pool recycle slow](https://stackoverflow.com/questions/13917205/iis-7-5-web-application-first-request-after-app-pool-recycle-very-slow)
4343
44-
If you want to change the default behavior of IIS, you will need to use startup tasks, because if you manually apply changes to the Web Role instances, the changes will eventually be lost.
44+
If you want to change the default behavior of IIS, you need to use startup tasks. If you manually apply changes to the Web Role instances, the changes are eventually lost.
4545
4646
For more information, see [How to configure and run startup tasks for a cloud service](cloud-services-startup-tasks.md).

0 commit comments

Comments
 (0)