Skip to content

Commit e433d28

Browse files
authored
Merge pull request #2723 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-compute-docs (branch main)
2 parents a56571b + 475c0f8 commit e433d28

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/virtual-machines/deprecated-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sections:
3535
Before the scheduled deprecation date, you can continue to deploy new VM or scale set instances up until the deprecation date.
3636
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.
3737
38-
- Active VM instances aren't impacted.
38+
- Existing VM instances aren't impacted.
3939
- New VM instances can't be created from any of the impacted images.
4040
- 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

articles/virtual-machines/maintenance-and-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The Azure platform triggers live migration in the following scenarios:
5555

5656
Some planned-maintenance scenarios use live migration, and you can use Scheduled Events to know in advance when live migration operations will start.
5757

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.
5959

6060

6161

articles/virtual-machines/maintenance-configurations-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ az maintenance assignment list \
202202
--provider-name Microsoft.Compute \
203203
--resource-group myMaintenanceRG \
204204
--resource-name myVMSS \
205-
--resource-type virtualMachines \
205+
--resource-type "virtualMachineScaleSets" \
206206
--query "[].{resource:resourceGroup, configName:name}" \
207207
--output table
208208
```
@@ -265,7 +265,7 @@ az maintenance update list \
265265
--resource-name myHost \
266266
--resource-type hosts \
267267
--provider-name Microsoft.Compute \
268-
--resource-parentname myHostGroup \
268+
--resource-parent-name myHostGroup \
269269
--resource-parent-type hostGroups \
270270
--output table
271271
```
@@ -317,7 +317,7 @@ az maintenance applyupdate create \
317317

318318
## Check the status of applying updates
319319

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`.
321321

322322
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`.
323323

@@ -337,7 +337,7 @@ Type : Microsoft.Maintenance/applyUpdates
337337
### Isolated VM
338338

339339
```azurecli-interactive
340-
az maintenance applyupdate get \
340+
az maintenance applyupdate show \
341341
--subscription {subscriptionID} \
342342
--resource-group myMaintenanceRG \
343343
--resource-name myVM \
@@ -351,7 +351,7 @@ az maintenance applyupdate get \
351351
### Dedicated host
352352

353353
```azurecli-interactive
354-
az maintenance applyupdate get \
354+
az maintenance applyupdate show \
355355
--subscription {subscriptionID} \
356356
--resource-group myMaintenanceRG \
357357
--resource-name myHost \
@@ -367,7 +367,7 @@ az maintenance applyupdate get \
367367
### Virtual machine scale sets
368368

369369
```azurecli-interactive
370-
az maintenance applyupdate get \
370+
az maintenance applyupdate show \
371371
--subscription {subscriptionID} \
372372
--resource-group myMaintenanceRG \
373373
--resource-name myVMSS \

0 commit comments

Comments
 (0)