Skip to content

Commit 154e56d

Browse files
Merge pull request #221063 from adwilso/main
Adding note on scheduled event delays
2 parents 71216fa + 529b119 commit 154e56d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/virtual-machines/windows/scheduled-events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ The following JSON sample is expected in the `POST` request body. The request sh
205205

206206
The service will always return a 200 success code in the case of a valid event ID, even if it was already approved by a different VM. A 400 error code indicates that the request header or payload was malformed.
207207

208+
> [!Note]
209+
> Events will not proceed unless they are either approved via a POST message or the NotBefore time elapses. This includes user triggered events such as VM restarts from the Azure portal.
208210
209211
#### Bash sample
210212
```

0 commit comments

Comments
 (0)