Skip to content

Commit 891b887

Browse files
authored
Merge pull request #80102 from avanigupta/patch-1
Add syncToken to Event Grid data
2 parents a28744c + c8cf3ae commit 891b887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-app-configuration/howto-app-configuration-event.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ You've triggered the event, and Event Grid sent the message to the endpoint you
111111
"subject": "https://{appconfig-name}.azconfig.io/kv/Foo",
112112
"data": {
113113
"key": "Foo",
114-
"etag": "a1LIDdNEIV6wCnfv3xaip7fMXD3"
114+
"etag": "a1LIDdNEIV6wCnfv3xaip7fMXD3",
115+
"syncToken":"zAJw6V16=Njo1IzMzMjE3MzA=;sn=3321730"
115116
},
116117
"eventType": "Microsoft.AppConfiguration.KeyValueModified",
117118
"eventTime": "2019-05-31T18:59:54Z",

0 commit comments

Comments
 (0)