Hello Michael-5260 ,
In addition to @MikeUrnun's update, take a peek at this solution that addresses a similar scenario.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to create an event subscription with powershell command such that the endpoint is an Azure function. Does anybody know what I am supposed to put as the endpoint for the Azure fucntion?. I tried both the masterkey and systemkey URL of the function but the command failed.
Here are my details
resourcegroupname: nigrgp
topic name: nigtopic
function name: nigfunction
endpont: azltrialfuncapp.azurewebsites.net/runtime/webhooks/EventGrid?functionName=nigfunction&code=W/KKKKKKKKKKKKKKKKKEEEEEEEEEEEEEEEEEEEEEEYYYYYYYYYYYYYYYYYYYY==
subscription name: nigSubscription
New-AzEventGridSubscription -ResourceGroup nigrgp -TopicName nigtopic -Endpoint azltrialfuncapp.azurewebsites.net/runtime/webhooks/EventGrid?functionName=nigfunction&code=W/KKKKKKKKKKKKKKKKKEEEEEEEEEEEEEEEEEEEEEEYYYYYYYYYYYYYYYYYYYY== -EventSubscriptionName nigSubscription
Hello Michael-5260 ,
In addition to @MikeUrnun's update, take a peek at this solution that addresses a similar scenario.
I have similar case