Skip to content

Commit 8cdeeaa

Browse files
author
Edewe Bolton
committed
Final improvements to deprecated-images.yml - standardize terminology and fix formatting
2 parents cddf004 + a373cad commit 8cdeeaa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/virtual-machines/deprecated-images.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sections:
3737
3838
- Active VM instances aren't impacted.
3939
- New VM instances can't be created from any of the impacted images.
40-
- 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+
- Existing Virtual Machine Scale Set 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.
4141
4242
4343
**What do I need to do?**
@@ -120,7 +120,7 @@ sections:
120120
121121
- Run [Get-AzVMImageDeprecationStatus.ps1](https://github.com/Azure/azure-support-scripts/tree/master/VMImages#readme) to list if any VMs or VM scale sets in a subscription were created from VM images that are scheduled for deprecation.
122122
123-
When an image is deprecated, there's no impact on existing VMs and no action is required. When an image is deprecated, only VMSS scale-out operations and new VM and VMSS create operations are impacted.
123+
When an image is deprecated, there's no impact on existing VMs and no action is required. When an image is deprecated, only Virtual Machine Scale Set scale-out operations and new VM and Virtual Machine Scale Set create operations are impacted.
124124
125125
- question: How do I migrate my workloads to another image?
126126
answer: |
@@ -200,16 +200,16 @@ sections:
200200
- If set to rolling, existing instances will be automatically upgraded and reimaged by batch.
201201
- Update image reference using the steps in [Modify an Azure virtual machine scale set](../virtual-machine-scale-sets/virtual-machine-scale-sets-upgrade-scale-set.md).
202202
- Ensure that all existing instances are upgraded and on the latest model. You can also scale out and migrate workload to the new instances then delete the old instances, instead of upgrading the existing instances.
203-
- Once the existing instances are all upgraded to the new image, change the upgrade policy back to what it was if needed. If you are using VMSS, we recommend enabling Automatic OS image upgrades so that the latest image published by image publishers is automatically applied to your scale set or VMSS without manual user intervention. Learn how to enable [Automatic OS Image Upgrade](https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade?toc=/azure/virtual-machines/toc.json)
203+
- Once the existing instances are all upgraded to the new image, change the upgrade policy back to what it was if needed. If you are using Virtual Machine Scale Sets, we recommend enabling Automatic OS image upgrades so that the latest image published by image publishers is automatically applied to your scale set without manual user intervention. Learn how to enable [Automatic OS Image Upgrade](https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade?toc=/azure/virtual-machines/toc.json).
204204
205205
- question: What happens when a paid Marketplace image with the Purchase Plan Information is deprecated?
206206
answer: |
207207
If you're using a Paid Marketplace Image, when the image is deprecated attempting to restore the VM from backups can fail for images with Plan information once the image is removed or deprecated from the marketplace. We recommend creating new VMs and migrating your workload to that image if you're using a Paid Marketplace Image with Plan Information.
208-
If the VM Image is Free (doesn't require plan info), you can continue using the single VM and should be able to restore from backups. This only impacts single VMs and not VMSS workloads.
208+
If the VM Image is Free, in that it doesn't require plan info, you can continue using the single VM and should be able to restore from backups. This only impacts single VMs and not Virtual Machine Scale Set workloads.
209209
210210
- question: What happens when a free Marketplace image is deprecated?
211211
answer: |
212-
There's no impact to existing VM or VMSS workloads when a free Marketplace Image is deprecated. However, you can't create new VMs or VMSS workloads from a deprecated free Marketplace Image.
212+
There's no impact to existing VM or Virtual Machine Scale Set workloads when a free Marketplace Image is deprecated. However, you can't create new VMs or Virtual Machine Scale Set workloads from a deprecated free Marketplace Image.
213213
214214
- question: Are all image versions lower than the indicated version also deprecated?
215215
answer: |
@@ -276,7 +276,8 @@ sections:
276276
Get-AzVMImage: VM Image from publisher: MicrosoftWindowsServer with - Offer: WindowsServer, Sku: 2016-Datacenter, Version: 14393.4169.2101090332 is deprecated.
277277
ErrorCode: ImageVersionDeprecated
278278
ErrorMessage: VM Image from publisher: MicrosoftWindowsServer with - Offer: WindowsServer, Sku: 2016-Datacenter, Version: 14393.4169.2101090332 is deprecated.
279-
ErrorTarget: StatusCode: 404
279+
ErrorTarget:
280+
StatusCode: 404
280281
ReasonPhrase: Not Found
281282
282283
- question: What happens to my SQL Server instance if a SQL Server Azure Marketplace image is deprecated?

0 commit comments

Comments
 (0)