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
Copy file name to clipboardExpand all lines: articles/cloud-services/cloud-services-guestos-family1-retirement.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Guest OS family 1 retirement notice | Microsoft Docs
3
-
description: Provides information about when the Azure Guest OS Family 1 retirement happened and how to determine if you are affected
3
+
description: Provides information about when the Azure Guest OS Family 1 retirement happened and how to determine if its retirement affects you.
4
4
services: cloud-services
5
5
ms.subservice: auto-os-updates
6
6
author: raiye
7
7
manager: timlt
8
8
ms.service: cloud-services
9
9
ms.topic: article
10
-
ms.date: 02/21/2023
10
+
ms.date: 07/23/2024
11
11
ms.author: raiye
12
12
ms.custom: compute-evergreen
13
13
---
@@ -16,18 +16,18 @@ ms.custom: compute-evergreen
16
16
17
17
The retirement of OS Family 1 was first announced on June 1, 2013.
18
18
19
-
**Sept 2, 2014** The Azure Guest operating system (Guest OS) Family 1.x, which is based on the Windows Server 2008 operating system, was officially retired. All attempts to deploy new services or upgrade existing services using Family 1 will fail with an error message informing you that the Guest OS Family 1 has been retired.
19
+
**Sept 2, 2014** The Azure Guest operating system (Guest OS) Family 1.x, which is based on the Windows Server 2008 operating system, was officially retired. All attempts to deploy new services or upgrade existing services using Family 1 fail with an error message informing you that the Guest OS Family 1 is retired.
20
20
21
-
**November 3, 2014** Extended support for Guest OS Family 1 ended and it is fully retired. All services still on Family 1 will be impacted. We may stop those services at any time. There is no guarantee your services will continue to run unless you manually upgrade them yourself.
21
+
**November 3, 2014** Extended support for Guest OS Family 1 ended. Guest OS Family 1 is retired. This retirement affects all services still on Family 1. We may stop those services at any time. There's no guarantee your services continue to run unless you manually upgrade them yourself.
22
22
23
-
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/).
23
+
If you have other questions, visit the [Microsoft Question & Answer page for Cloud Services](/answers/topics/azure-cloud-services.html) or [contact Azure support](https://azure.microsoft.com/support/options/).
24
24
25
25
## Are you affected?
26
26
27
-
Your Cloud Services are affected if any one of the following applies:
27
+
This retirement affects your cloud services if any one of the following applies:
28
28
29
29
1. You have a value of "osFamily = "1" explicitly specified in the ServiceConfiguration.cscfg file for your Cloud Service.
30
-
2. You do not have a value for osFamily explicitly specified in the ServiceConfiguration.cscfg file for your Cloud Service. Currently, the system uses the default value of "1" in this case.
30
+
2. You don't have a value for osFamily explicitly specified in the ServiceConfiguration.cscfg file for your Cloud Service. Currently, the system uses the default value of "1" in this case.
31
31
3. The Azure portal lists your Guest Operating System family value as "Windows Server 2008".
32
32
33
33
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. For more information on the script, see [Azure Guest OS Family 1 End of Life: June 2014](/archive/blogs/ryberry/azure-guest-os-family-1-end-of-life-june-2014).
@@ -42,9 +42,9 @@ foreach($subscription in Get-AzureSubscription) {
42
42
}
43
43
```
44
44
45
-
Your cloud services will be impacted by OS Family 1 retirement if the osFamily column in the script output is empty or contains a "1".
45
+
The OS Family 1 retirement affects your cloud services if the osFamily column in the script output is empty or contains a "1".
46
46
47
-
## Recommendations if you are affected
47
+
## Recommendations
48
48
49
49
We recommend you migrate your Cloud Service roles to one of the supported Guest OS Families:
50
50
@@ -63,7 +63,7 @@ We recommend you migrate your Cloud Service roles to one of the supported Guest
63
63
1. Ensure that your application is using SDK 1.3 and above with .NET framework 3.5 or 4.0.
64
64
2. Set the osFamily attribute to "2" in the ServiceConfiguration.cscfg file, and redeploy your cloud service.
65
65
66
-
## Extended Support for Guest OS Family 1 ended Nov 3, 2014
66
+
## Extended Support for Guest OS Family 1 ended November 3, 2014
67
67
68
68
Cloud services on Guest OS family 1 are no longer supported. Migrate off family 1 as soon as possible to avoid service disruption.
0 commit comments