Skip to content

Commit 903ba01

Browse files
committed
Acrolinx
1 parent 4fe9c34 commit 903ba01

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

articles/cloud-services/cloud-services-guestos-family234-retirement.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Guest OS family 2, 3, and 4 retirement notice | Microsoft Docs
3-
description: Information about when the Azure Guest OS Family 2, 3, and 4 retirement happened and how to determine if you are affected.
3+
description: Information about when the Azure Guest OS Family 2, 3, and 4 retirement happened and how to determine if you're affected.
44
services: cloud-services
55
ms.subservice: auto-os-updates
66
author: raiye
@@ -14,18 +14,18 @@ ms.custom: compute-evergreen
1414

1515
# Guest OS Family 2, 3, and 4 retirement notice
1616

17-
The retirement of Azure Guest OS Families 2, 3, and 4 was announced in July 2024, with the following end-of-life (EOL) dates:
17+
The retirement of Azure Guest OS Families 2, 3, and 4 was announced in July 2024, with the following end-of-life dates:
1818
- **Windows Server 2008 R2:** December 2024
1919
- **Windows Server 2012 and Windows Server 2012 R2:** February 2025
2020

21-
If you have additional questions, visit the [Microsoft Q&A question page for Cloud Services](/answers/topics/azure-cloud-services.html) or [contact Azure support](https://azure.microsoft.com/support/options/).
21+
If you have questions, visit the [Microsoft Q&A question page for Cloud Services](/answers/topics/azure-cloud-services.html) or [contact Azure support](https://azure.microsoft.com/support/options/).
2222

2323
## Are you affected?
2424

2525
Your Cloud Services or [Cloud Services Extended Support](../cloud-services-extended-support/overview.md) are affected if any one of the following applies:
2626

27-
1. You have a value of "osFamily = "2", "3", or "4" explicitly specified in the ServiceConfiguration.cscfg file for your Cloud Service.
28-
1. The Azure portal lists your Guest Operating System family value as "Windows Server 2008 R2", “Windows Server 2012, or Windows Server 2012 R2.
27+
1. You have a value of "osFamily = "2", "3", or "4" explicitly specified in the `ServiceConfiguration.cscfg` file for your Cloud Service.
28+
1. The Azure portal lists your Guest Operating System family value as *Windows Server 2008 R2*, *Windows Server 2012*, or *Windows Server 2012 R2*.
2929

3030
To find which of your cloud services are running which OS Family, you can run the following script in Azure PowerShell, though you must [set up Azure PowerShell](/powershell/azure/) first.
3131

@@ -39,29 +39,27 @@ foreach($subscription in Get-AzureSubscription) {
3939
}
4040
```
4141

42-
Your cloud services will be impacted by OS Family 2, 3, and 4 retirement if the osFamily column in the script output is empty (as default will change) or contains a "2", "3", or "4".
42+
Your cloud services will be impacted by this retirement if the `osFamily` column in the script output is empty or contains a "2", "3", or "4".
4343

44-
## Recommendations if you are affected
44+
## Recommendations
4545

46-
We recommend you migrate your Cloud Service or [Cloud Services Extendeed Support](../cloud-services-extended-support/overview.md) roles to one of the supported Guest OS Families:
46+
If you're affected, we recommend you migrate your Cloud Service or [Cloud Services Extended Support](../cloud-services-extended-support/overview.md) roles to one of the supported Guest OS Families:
4747

4848
**Guest OS family 7.x** - Windows Server 2022 *(recommended)*
4949

50-
1. Ensure that your application is using Visual Studio 2019 and above with Azure Development Workload as selected and your application is targeting .NET framework version 4.8 and above.
51-
1. Set the osFamily attribute to "7" in the ServiceConfiguration.cscfg file, and redeploy your cloud service.
50+
1. Ensure that your application is using Visual Studio 2019 or newer with Azure Development Workload as selected and your application is targeting .NET framework version 4.8 or newer.
51+
1. Set the osFamily attribute to "7" in the `ServiceConfiguration.cscfg` file, and redeploy your cloud service.
5252

5353
**Guest OS family 6.x** - Windows Server 2019
5454

55-
1. Ensure that your application is using SDK 2.9.6 or later and your application is targeting .NET framework 3.5 or 4.7.2 and above.
56-
1. Set the osFamily attribute to "6" in the ServiceConfiguration.cscfg file, and redeploy your cloud service.
55+
1. Ensure that your application is using SDK 2.9.6 or later and your application is targeting .NET framework 3.5 or 4.7.2 or newer.
56+
1. Set the osFamily attribute to "6" in the `ServiceConfiguration.cscfg` file, and redeploy your cloud service.
5757

58-
## Important clarification regarding Cloud Services support
59-
60-
As we continue our commitment to providing the best possible support and services, we would like to clarify the distinction between the retirement of Azure Guest OS Families 2, 3, and 4, and the broader support strategy for Azure Cloud Services.
58+
## Important clarification regarding support
6159

6260
The announcement of the retirement of Azure Guest OS Families 2, 3, and 4, effective May 2025, pertains specifically to the operating systems within these families. This retirement doesn't extend the overall support timeline for Azure Cloud Services (classic) beyond the scheduled deprecation in August 2024. [Cloud Services Extended Support](../cloud-services-extended-support/overview.md) continues support with Guest OS Families 5 and newer.
6361

64-
Customers currently using Azure Cloud Services who wish to continue receiving support beyond August 2024 are encouraged to transition to [Cloud Services Extended Support](../cloud-services-extended-support/overview.md). This separate service offering ensures continued assistance and support. Cloud Servives Extended Suport requires a distinct enrollment and isn't automatically included with existing Azure Cloud Services subscriptions.
62+
Customers currently using Azure Cloud Services who wish to continue receiving support beyond August 2024 are encouraged to transition to [Cloud Services Extended Support](../cloud-services-extended-support/overview.md). This separate service offering ensures continued assistance and support. Cloud Services Extended Support requires a distinct enrollment and isn't automatically included with existing Azure Cloud Services subscriptions.
6563

6664
## Next steps
6765

0 commit comments

Comments
 (0)