Skip to content

Commit b9b46f1

Browse files
committed
Update custom-script-windows.md
1 parent bfd11f4 commit b9b46f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Set-AzVMExtension -ResourceGroupName <resourceGroupName> `
265265

266266
### Running a custom script more than once by using the CLI
267267

268-
The Custom Script Extension handler prevents rerunning a script if the *exact* same settings have been passed. This behavior prevents accidental rerunning, which might cause unexpected behaviors if the script isn't idempotent. To confirm whether the handler blocked the rerunning, look at *C:\WindowsAzure\Logs\Plugins\Microsoft.Compute.CustomScriptExtension\<HandlerVersion>\CustomScriptHandler.log*. Searching for a warning like this one:
268+
The Custom Script Extension handler prevents rerunning a script if the *exact* same settings have been passed. This behavior prevents accidental rerunning, which might cause unexpected behaviors if the script isn't idempotent. To confirm whether the handler blocked the rerunning, look at ```C:\WindowsAzure\Logs\Plugins\Microsoft.Compute.CustomScriptExtension\<HandlerVersion>\CustomScriptHandler.log*```. Searching for a warning like this one:
269269

270270
```output
271271
Current sequence number, <SequenceNumber>, is not greater than the sequence number

0 commit comments

Comments
 (0)