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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ sections:
35
35
Before the scheduled deprecation date, you can continue to deploy new VM or scale set instances up until the deprecation date.
36
36
After the scheduled deprecation date, you can't deploy new instances using the affected images. If the plan is scheduled for deprecation, all image versions within the plan are no longer available. If the entire offer is scheduled for deprecation, all plans within the offer are no longer available following deprecation.
37
37
38
-
- Active VM instances aren't impacted.
38
+
- Existing VM instances aren't impacted.
39
39
- New VM instances can't be created from any of the impacted images.
40
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.
Copy file name to clipboardExpand all lines: articles/virtual-machines/maintenance-and-updates.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The Azure platform triggers live migration in the following scenarios:
55
55
56
56
Some planned-maintenance scenarios use live migration, and you can use Scheduled Events to know in advance when live migration operations will start.
57
57
58
-
Live migration can also be used to move VMs when Azure Machine Learning algorithms predict an impending hardware failure or when you want to optimize VM allocations. For more information about predictive modeling that detects instances of degraded hardware, see [Improving Azure VM resiliency with predictive machine learning and live migration](https://azure.microsoft.com/blog/improving-azure-virtual-machine-resiliency-with-predictive-ml-and-live-migration/?WT.mc_id=thomasmaurer-blog-thmaure). Live-migration notifications appear in the Azure portal in the Monitor and Service Health logs as well as in Scheduled Events if you use these services.
58
+
Live migration can also be used to move VMs when Azure Machine Learning algorithms predict an impending hardware failure or VM allocations optimization. For more information about predictive modeling that detects instances of degraded hardware, see [Improving Azure VM resiliency with predictive machine learning and live migration](https://azure.microsoft.com/blog/improving-azure-virtual-machine-resiliency-with-predictive-ml-and-live-migration/?WT.mc_id=thomasmaurer-blog-thmaure). Live-migration notifications appear in the Azure portal in the Monitor and Service Health logs as well as in Scheduled Events if you use these services.
@@ -317,7 +317,7 @@ az maintenance applyupdate create \
317
317
318
318
## Check the status of applying updates
319
319
320
-
You can check on the progress of the updates by using `az maintenance applyupdate get`.
320
+
You can check on the progress of the updates by using `az maintenance applyupdate show`.
321
321
322
322
To see results for the last update, use `default` as the update name. Or replace `myUpdateName` with the name of the update that was returned when you ran `az maintenance applyupdate create`.
323
323
@@ -337,7 +337,7 @@ Type : Microsoft.Maintenance/applyUpdates
337
337
### Isolated VM
338
338
339
339
```azurecli-interactive
340
-
az maintenance applyupdate get \
340
+
az maintenance applyupdate show \
341
341
--subscription {subscriptionID} \
342
342
--resource-group myMaintenanceRG \
343
343
--resource-name myVM \
@@ -351,7 +351,7 @@ az maintenance applyupdate get \
351
351
### Dedicated host
352
352
353
353
```azurecli-interactive
354
-
az maintenance applyupdate get \
354
+
az maintenance applyupdate show \
355
355
--subscription {subscriptionID} \
356
356
--resource-group myMaintenanceRG \
357
357
--resource-name myHost \
@@ -367,7 +367,7 @@ az maintenance applyupdate get \
0 commit comments