AZ-400 · Question #377
AZ-400 Question #377: Real Exam Question with Answer & Explanation
The correct answer is C: Service1 and Service2 only. Webhooks provide a way to send a JSON representation of an event to any service. All that is required is a public endpoint (HTTP or HTTPS). Q: Can I send webhooks to non HTTPS endpoints? A: Yes. However, it's recommended that you only use HTTPS endpoints for your webhooks. Using
Question
You have the services shown in the following table. You manage a project by using Azure Boards. You need to notify the services Of build Status changes. Which services can be notified by using a webhook?
Options
- AService1 only
- BService2 only
- CService1 and Service2 only
Explanation
Webhooks provide a way to send a JSON representation of an event to any service. All that is required is a public endpoint (HTTP or HTTPS). Q: Can I send webhooks to non HTTPS endpoints? A: Yes. However, it's recommended that you only use HTTPS endpoints for your webhooks. Using HTTP means there is the potential for private data being sent unencrypted. This includes any authentication headers in your webhook. https://learn.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks
Community Discussion
No community discussion yet for this question.