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
title: Azure virtual machine extensions and features
3
-
description: Learn more about Azure VM extensions
3
+
description: Learn more about Azure VM extensions that provide post-deployment configuration and automation on Azure VMs.
4
4
ms.topic: article
5
5
ms.service: virtual-machines
6
6
ms.subservice: extensions
7
7
ms.author: gabsta
8
8
author: GabstaMSFT
9
9
ms.reviewer: erd
10
-
ms.date: 03/06/2023
10
+
ms.date: 03/29/2023
11
11
12
12
---
13
13
14
14
# Azure virtual machine extensions and features
15
-
Extensions are small applications that provide post-deployment configuration and automation on Azure VMs. The Azure platform hosts many extensions covering VM configuration, monitoring, security, and utility applications. Publishers take an application, wrap it into an extension, and simplify the installation. All you need to do is provide mandatory parameters.
15
+
16
+
Extensions are small applications that provide post-deployment configuration and automation on Azure VMs. The Azure platform hosts many extensions covering VM configuration, monitoring, security, and utility applications. Publishers take an application, wrap it into an extension, and simplify the installation. All you need to do is provide mandatory parameters.
16
17
17
18
## How can I find what extensions are available?
18
-
You can view available extensions by selecting a VM, the selecting **Extensions** in the left menu. To pull a full list of extensions, see [Discovering VM Extensions for Linux](features-linux.md) and [Discovering VM Extensions for Windows](features-windows.md).
19
+
20
+
You can view available extensions by selecting a VM, then selecting **Extensions + applications** in the left menu. To pull a full list of extensions, see [Discovering VM Extensions for Linux](features-linux.md) and [Discovering VM Extensions for Windows](features-windows.md).
19
21
20
22
## How can I install an extension?
21
-
Azure VM extensions can be managed using the Azure CLI, PowerShell, Resource Manager templates, and the Azure portal. To try an extension, go to the Azure portal, select the Custom Script Extension, then pass in a command or script to run the extension.
23
+
24
+
Azure VM extensions can be managed by using the Azure CLI, PowerShell, Resource Manager templates, and the Azure portal. To try an extension, go to the Azure portal and select the Custom Script Extension by doing the following:
25
+
26
+
1. In the portal, go to the **Overview** page for a VM.
27
+
1. Go to **Settings** and select **Extensions + Applications**.
28
+
1. On the **Extensions** tab, select **+ Add**.
29
+
1. Select **Custom Script Extension**, and then select Next.
30
+
31
+
You can then pass in a command or script to run the extension. You should see the Custom Script Extension item. Select the item, then select Next.
22
32
23
33
For more information, see [Windows Custom Script Extension](custom-script-windows.md) and [Linux Custom Script Extension](custom-script-linux.md).
24
34
25
35
## How do I manage extension application lifecycle?
26
-
You do not need to connect to a VM directly to install or delete an extension. The Azure extension lifecycle is managed outside of the VM and integrated into the Azure platform.
36
+
37
+
You don't need to connect to a VM directly to install or delete an extension. The Azure extension lifecycle is managed outside of the VM and integrated into the Azure platform.
27
38
28
39
## Anything else I should be thinking about for extensions?
29
-
Some individual VM extension applications may have their own environmental prerequisites, such as access to an endpoint. Each extension has an article that explains any pre-requisites, including which operating systems are supported.
40
+
41
+
Some individual VM extension applications might have their own environmental prerequisites, such as access to an endpoint. Each extension has an article that explains any prerequisites, including which operating systems are supported.
30
42
31
43
## Troubleshoot extensions
32
44
33
-
If you are looking for general troubleshooting steps for Windows VM extensions, please refer to [Troubleshooting Azure Windows VM extension failures
45
+
If you're looking for general troubleshooting steps for Windows VM extensions, refer to [Troubleshooting Azure Windows VM extension failures
34
46
](troubleshoot.md).
35
47
36
-
Otherwise, specific troubleshooting information for each extension can be found in the **Troubleshoot and support** section in the overview for the extension. Here is a list of the troubleshooting information available:
48
+
Otherwise, specific troubleshooting information for each extension can be found in the **Troubleshoot and support** section in the overview for the extension. Here's a list of the troubleshooting information available:
37
49
38
50
| Namespace | Troubleshooting |
39
51
|-----------|-----------------|
@@ -54,10 +66,9 @@ Otherwise, specific troubleshooting information for each extension can be found
54
66
| microsoft.recoveryservices.vmsnapshot |[Snapshot for Linux](vmsnapshot-linux.md#troubleshoot-and-support)|
55
67
| microsoft.recoveryservices.vmsnapshot |[Snapshot for Windows](vmsnapshot-windows.md#troubleshoot-and-support)|
56
68
57
-
58
69
## Next steps
59
-
* For more information about how the Linux Agent and extensions work, see [Azure VM extensions and features for Linux](features-linux.md).
60
-
* For more information about how the Windows Guest Agent and extensions work, see [Azure VM extensions and features for Windows](features-windows.md).
61
-
* To install the Windows Guest Agent, see [Azure Windows Virtual Machine Agent Overview](agent-windows.md).
62
-
* To install the Linux Agent, see [Azure Linux Virtual Machine Agent Overview](agent-linux.md).
63
70
71
+
* For more information about how the Linux Agent and extensions work, see [Azure VM extensions and features for Linux](features-linux.md).
72
+
* For more information about how the Windows Guest Agent and extensions work, see [Azure VM extensions and features for Windows](features-windows.md).
73
+
* To install the Windows Guest Agent, see [Azure Windows Virtual Machine Agent Overview](agent-windows.md).
74
+
* To install the Linux Agent, see [Azure Linux Virtual Machine Agent Overview](agent-linux.md).
0 commit comments