Skip to content

Commit

Permalink
fix example (Azure#11631)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashraf Hamad <[email protected]>
  • Loading branch information
2 people authored and giromm2ms committed Dec 20, 2020
1 parent 9343113 commit 391fae2
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 391fae2

Please sign in to comment.