Skip to content

Commit

Permalink
fix example (#11631)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashraf Hamad <ahamad@ntdev.microsoft.com>
  • Loading branch information
ahamad-MS and Ashraf Hamad authored Nov 12, 2020
1 parent 7c8fd7f commit 41bdc09
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"eventSubscriptionInfo": {
"properties": {
"destination": {
"endpointType": "EventHub",
"endpointType": "WebHook",
"properties": {
"resourceId": "/subscriptions/55f3dcd4-cac7-43b4-990b-a139d62a1eb2/resourceGroups/TestRG/providers/Microsoft.EventHub/namespaces/ContosoNamespace/eventhubs/EH1"
"endpointUrl": "https://azurefunctionexample.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=PASSWORDCODE"
}
},
"filter": {
Expand All @@ -25,7 +25,7 @@
"properties": {
"destination": {
"properties": {
"endpointBaseUrl": "https://requestb.in/15ksip71"
"endpointBaseUrl": "https://azurefunctionexample.azurewebsites.net/runtime/webhooks/EventGrid"
},
"endpointType": "WebHook"
},
Expand Down

0 comments on commit 41bdc09

Please sign in to comment.