I'm new to Azure. For our use case, we decided to work with Azure Service Bus in conjunction with Event Grid in order to receive messages.
I followed the documentation - https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-to-event-grid-integration-concept#azure-portal-instructions to connection function and namespace via Event Grid. While creating event subscription, I got error code - ResourceDeploymentFailure
. The attempt to validate the provided endpoint failed. Code:validation
.
What am I missing? I tried with javascript and java webhook functions. Does the function need to return validation code while creating a subscription with function URL?
TIA