Skip to content

Commit c7f4f72

Browse files
Merge pull request #273966 from maud-lv/patch-9
Use generic ID
2 parents b7b98fc + 5a6b5e4 commit c7f4f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You've triggered the event, and Event Grid sent the message to the endpoint you
105105

106106
```json
107107
[{
108-
"id": "deb8e00d-8c64-4b6e-9cab-282259c7674f",
108+
"id": "00000000-0000-0000-0000-000000000000",
109109
"topic": "/subscriptions/{subscription-id}/resourceGroups/eventDemoGroup/providers/microsoft.appconfiguration/configurationstores/{appconfig-name}",
110110
"subject": "https://{appconfig-name}.azconfig.io/kv/Foo",
111111
"data": {

0 commit comments

Comments
 (0)