We are trying to achieve event-based communication between 2 microservices Currently we have created 2 microservices with .Net Core.
- Email Service http://xxxx.demoemailserviceapi.azurewebsites.net/swagger
- Product Service http://yyyy.azurewebsites.net/swagger
We have created Event Grid to handle the communication between them. When we try to add endpoints to eventgrid and proceed with deployment then we are getting error as follows
Deployment has failed with the following error: {"code":"Url validation","message":"The attempt to validate the provided endpoint https://xxx.azurewebsites.net/runtime/webhooks/EventGrid failed. For more details, visit https://aka.ms/esvalidation."}
How can I resolve this?