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
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.
182
180
183
-
Scale sets, in general, support image reference replacement (https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-upgrade-scale-set#os-updates) but VMs do not.
181
+
Scale sets, in general, support [image reference replacement](../virtual-machine-scale-sets/virtual-machine-scale-sets-upgrade-scale-set#os-updates.md) but VMs do not.
184
182
185
183
186
184
@@ -201,7 +199,7 @@ sections:
201
199
Generally, yes. However, it is recommended to confirm against the list of valid versions in a Plan using Virtual Machine Images - List - REST API (Azure Compute) | Microsoft Docs
202
200
203
201
How can I check if a specific image is deprecated or scheduled for deprecation:
204
-
You can check if an image is deprecated or scheduled for deprecation using the API (see image below): https://docs.microsoft.com/en-us/rest/api/compute/virtual-machine-images/get?tabs=HTTP.
202
+
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).
205
203
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.
0 commit comments