Skip to content

Commit ebde43e

Browse files
Merge pull request #229645 from ericd-mst-github/patch-21
Update custom-script-windows.md
2 parents 5647c20 + d1537e1 commit ebde43e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-machines/extensions/custom-script-windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.service: virtual-machines
66
ms.subservice: extensions
77
ms.author: gabsta
88
author: GabstaMSFT
9+
ms.reviewer: erd
910
ms.collection: windows
10-
ms.date: 08/31/2020
11+
ms.date: 03/06/2023
1112
ms.custom: devx-track-azurepowershell
1213

1314
---
@@ -68,6 +69,7 @@ If your script is on a local server, you might still need to open additional fir
6869
* Be aware of non-default directory locations that your scripts or commands might rely on. Have logic to handle this situation.
6970
* The Custom Script Extension runs under the LocalSystem account.
7071
* If you plan to use the `storageAccountName` and `storageAccountKey` properties, these properties must be collocated in `protectedSettings`.
72+
* You can have only one version of an extension applied to the VM. To run a second custom script, you can update the existing extension with a new configuration. Alternatively, you can remove the custom script extension and reapply it with the updated script
7173

7274
## Extension schema
7375

0 commit comments

Comments
 (0)