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
VM Extensions enable post-deployment configuration of VM, such as installing and configuring software. VM extensions also enable recovery features such as resetting the administrative password of a VM. Without the Azure VM Agent, VM extensions cannot be run.
18
+
VM extensions enable post-deployment configuration of a virtual machine (VM), including installing and configuring software. VM extensions also enable recovery features, such as resetting the administrative password of a VM. Without the Azure VM Agent, VM extensions can't be run.
19
19
20
-
*The Windows VM Agent needs at least Windows Server 2008 SP2 (64-bit) to run, with the .NET Framework 4.0.
21
-
* The Linux agent runs on [multiple OSes](/azure/virtual-machines/extensions/agent-linux#requirements), however the extensions framework has a limit for the OSes that support extensions.
20
+
*In order to run, the Windows VM Agent requires at least Windows Server 2008 SP2 (64-bit) and .NET Framework 4.0.
21
+
* The Linux agent runs on [multiple OSes](/azure/virtual-machines/extensions/agent-linux#requirements). However, the extensions framework has a limit for the OSes that support extensions.
22
22
23
-
Some extensions are not supported across all OSes and may emit Error Code 51, 'Unsupported OS'. Check the individual extension documentation for supportability.
23
+
Some extensions are not supported across all OSes. They might return Error Code 51, 'Unsupported OS'. Check the individual extension documentation for supportability.
24
24
25
-
For a discussion of Windows and Linux extensions and how to troubleshoot extensions, see [Azure virtual machine extensions and features](/azure/virtual-machines/extensions/overview).
25
+
For a discussion about Windows and Linux extensions and how to troubleshoot extensions, see [Azure virtual machine extensions and features](/azure/virtual-machines/extensions/overview).
0 commit comments