Skip to content

Commit 6a70b29

Browse files
committed
Acrolinx 2.0
1 parent 903ba01 commit 6a70b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ The retirement of Azure Guest OS Families 2, 3, and 4 was announced in July 2024
1818
- **Windows Server 2008 R2:** December 2024
1919
- **Windows Server 2012 and Windows Server 2012 R2:** February 2025
2020

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/).
21+
If you have questions, visit the [Microsoft 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.
27+
1. You have a value of `osFamily` = `2`, `3`, or `4` explicitly specified in the `ServiceConfiguration.cscfg` file for your Cloud Service.
2828
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.
@@ -39,7 +39,7 @@ foreach($subscription in Get-AzureSubscription) {
3939
}
4040
```
4141

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".
42+
Your cloud services are impacted by this retirement if the `osFamily` column in the script output is empty or contains a `2`, `3`, or `4`.
4343

4444
## Recommendations
4545

0 commit comments

Comments
 (0)