Skip to content

Commit c8cf3ae

Browse files
authored
Add syncToken to Event Grid data
1 parent 3746716 commit c8cf3ae

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)