We are trying to connect from Azure Alert to Service Now.
We want to create Incident once alert is generated through AppInsight Query.
We are utilizing webhook for that purpose.
We have Rest Api link which can be triggered along with Basic Authentication. We have used following documentation to connect using Basic Auth.
https://<username>:<password>@<instance-name>.service-now.com/api/sn_em_connector/em/inbound_event?source=azuremonitor.
But, this is not working.