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/virtual-machines/deprecated-images.yml
+19-17Lines changed: 19 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ sections:
19
19
questions:
20
20
- question: I got an email that my image is scheduled for deprecation, what does this mean?
21
21
answer: |
22
-
You might have received an email telling you that your Virtual machine is running on images that are scheduled for deprecation or already deprecated as seen in the diagram below. There are several reasons an image can be deprecated by the publisher which might be due to security issues or the image reaching end of life.
22
+
You might have received an email telling you that your Virtual machine is running on images that are scheduled for deprecation or already deprecated as seen in the diagram below. There are several reasons an image can be deprecated by the publisher, which might be due to security issues or the image reaching end of life.
23
23
24
24
25
25
26
26
An image can be deprecated on the version, plan or offer level:
27
27
- Deprecation of an image version - the removal of an individual VM image version
28
-
- Deprecation of a plan or SKU - the removal of a plan or SKU and subsequently all images within the plan
29
-
- Deprecation of an offer - the removal of an entire VM offer, including all plans within the offer and subsequently all images within each plan.
28
+
- Deprecation of a plan or SKU - the removal of a plan or SKU and all images within the plan
29
+
- Deprecation of an offer - the removal of an entire VM offer, including all plans within the offer and all images within each plan.
30
30
31
31
- question: I received an email that my workloads are running on images that are scheduled for deprecation. What does this mean and does deprecation impact my existing workloads?
32
32
answer: |
@@ -35,13 +35,13 @@ sections:
35
35
After the scheduled deprecation date, you won't be able to deploy new instances using the affected images. If the plan is scheduled for deprecation, all image versions within the plan will no longer be available and if the entire offer is scheduled for deprecation, all plans within the offer will no longer be available following deprecation.
36
36
37
37
- Active VM instances won't be impacted.
38
-
- New VM instances cannot be created from any of the impacted images.
39
-
- Existing virtual machine scale sets deployments cannot be scaled out if configured with any of the impacted images. When a plan or offer is being deprecated, all existing scale sets deployments pinned to any image within the plan or offer respectively cannot be scaled out.
38
+
- New VM instances can't be created from any of the impacted images.
39
+
- Existing virtual machine scale sets deployments can't be scaled out if configured with any of the impacted images. When a plan or offer is being deprecated, all existing scale sets deployments pinned to any image within the plan or offer respectively can't be scaled out.
40
40
41
41
42
42
**What do I need to do?**
43
43
44
-
If you want your scale set to scale out after the deprecation date, you will need to identify the scale set running on the deprecated image and then migrate your workload to a supported image. If you want to remain on the image after deprecation, you can create your own custom image and migrate to it (Steps outlined below). If you already have auto updates configured for your VM or scale set, you will only be impacted when an Offer or plan version is deprecated (No impact on image version deprecation).
44
+
If you want your scale set to scale out after the deprecation date, you'll need to identify the scale set running on the deprecated image and then migrate your workload to a supported image. If you want to remain on the image after deprecation, you can create your own custom image and migrate to it (Steps outlined below). If you already have auto updates configured for your VM or scale set, you'll only be impacted when an Offer or plan version is deprecated (No impact on image version deprecation).
45
45
46
46
47
47
@@ -159,34 +159,36 @@ sections:
159
159
160
160
Search for other plans under the same offer and then migrate to that plan.
You need to verify that your workloads are supported and will run properly on the new image before migrating your workloads to the new image.
192
194
@@ -215,7 +217,7 @@ sections:
215
217
You can check if an image is deprecated or scheduled for deprecation using the [REST API](/rest/api/compute/virtual-machine-images/get?tabs=HTTP).
216
218
217
219
218
-
If the image is deprecated, you will get a **VM Image is Deprecated** response. If the image is scheduled for deprecation, the response would show the date of the scheduled deprecation.
220
+
If the image is deprecated, you'll get a **VM Image is Deprecated** response. If the image is scheduled for deprecation, the response would show the date of the scheduled deprecation.
0 commit comments