File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/ResourceManager/Compute/Stack/Commands.Compute/help Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,15 @@ The **Set-AzureRmVMBGInfoExtension** cmdlet adds the BGInfo extension to a virtu
23
23
24
24
## EXAMPLES
25
25
26
- ### Example 1: Add the BGInfo extension for a virtual machine
26
+ ### Example 1: Add the BGInfo extension to a virtual machine
27
27
```
28
- PS C:\> Set-AzureVMBGInfoExtension -ResrouceGroupName "ContosoRG" -VMName "ContosoVM" -Name "ExtensionName" -TypeHandlerVersion "2.1" -Location "West Europe"
28
+ PS C:\> Set-AzureRmVMBgInfoExtension -ResourceGroupName "ContosoRG" -VMName "ContosoVM"
29
+ ```
30
+ This command adds the BGInfo extension to a virtual machine named ContosoVM in the resource group ContosoRG.
31
+
32
+ ### Example 2: Add a specific version of BGInfo extension to a virtual machine
33
+ ```
34
+ PS C:\> Set-AzureRmVMBgInfoExtension -ResourceGroupName "ContosoRG" -VMName "ContosoVM" -Name "ExtensionName" -TypeHandlerVersion "2.1" -Location "West Europe"
29
35
```
30
36
31
37
This command adds the BGInfo extension to virtual machine named ContosoVM.
You can’t perform that action at this time.
0 commit comments