Skip to content

Commit cf71bcc

Browse files
authored
Update troubleshoot.md
1 parent abb3e72 commit cf71bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/extensions/troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Once the extension has been removed, the template can be re-executed to run the
7373

7474
### Trigger a new GoalState to the VM
7575
You might notice that an extension hasn't been executed, or is failing to execute because of a missing "Windows Azure CRP Certificate Generator" (that certificate is used to secure the transport of the extension's protected settings).
76-
That certificate will be automatically re-generated by restarting the Windows Guest Agent from inside the Virtual Machine:
76+
That certificate will be automatically regenerated by restarting the Windows Guest Agent from inside the Virtual Machine:
7777
- Open the Task Manager
7878
- Go to the Details tab
7979
- Locate the WindowsAzureGuestAgent.exe process
@@ -82,18 +82,18 @@ That certificate will be automatically re-generated by restarting the Windows Gu
8282

8383
You can also trigger a new GoalState to the VM, by executing a "VM Reapply". VM [Reapply](https://docs.microsoft.com/rest/api/compute/virtualmachines/reapply) is an API introduced in 2020 to reapply a VM's state. We recommend doing this at a time when you can tolerate a short VM downtime. While Reapply itself does not cause a VM reboot, and the vast majority of times calling Reapply will not reboot the VM, there is a very small risk that some other pending update to the VM model gets applied when Reapply triggers a new goal state, and that other change could require a restart.
8484

85-
Azure Portal:
85+
Azure portal:
8686

8787
In the portal, select the VM and in the left pane under the **Support + troubleshooting**, select **Redeploy + reapply**, then select **Reapply**.
8888

8989

90-
Azure PowerShell *(replace the RGName and VMName with your values)* :
90+
Azure PowerShell *(replace the RGName and VMName with your values)*:
9191

9292
```azurepowershell
9393
Set-AzVM -ResourceGroupName <RGName> -Name <VMName> -Reapply
9494
```
9595

96-
Azure CLI *(replace the RGName and VMName with your values)* :
96+
Azure CLI *(replace the RGName and VMName with your values)*:
9797

9898
```azurecli
9999
az vm reapply -g <RGName> -n <VMName>

0 commit comments

Comments
 (0)