Skip to content

Commit 06a0cbe

Browse files
committed
updates
1 parent 4a6a850 commit 06a0cbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/windows/tutorial-automate-vm-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.collection: windows
77
ms.topic: tutorial
88
ms.workload: infrastructure
9-
ms.date: 04/04/2023
9+
ms.date: 04/07/2023
1010
ms.author: cynthn
1111
ms.custom: mvc, devx-track-azurepowershell
1212

@@ -32,9 +32,9 @@ To open the Cloud Shell, select **Open Cloudshell** from the upper right corner
3232

3333
## Custom script extension overview
3434

35-
The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post-deployment configuration, software installation, or any other configuration or management task. Scripts can be downloaded from Azure storage or GitHub, or they can be provided to the Azure portal at extension run time.
35+
The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post-deployment configuration, software installation, or any other configuration or management task. You can download scripts from Azure storage or GitHub, or you can provide scripts to the Azure portal at extension run time.
3636

37-
The Custom Script extension integrates with Azure Resource Manager templates and can also be run by using the Azure CLI, PowerShell, Azure portal, or the Azure Virtual Machine REST API.
37+
The Custom Script extension integrates with Azure Resource Manager templates and can be run by using the Azure CLI, PowerShell, Azure portal, or the Azure Virtual Machine REST API.
3838

3939
You can use the Custom Script Extension with both Linux and Windows VMs.
4040

0 commit comments

Comments
 (0)