I want to send a message to a ServiceBus queue from ADO PR policy status menu extension.
I thought of below options:
Get user token from ADO, then get user impersonation token for ServiceBus and send message. Is this possible?
Create a service endpoint for ServiceBus connection string, but can't get connection string as this is a secret.
Any suggestions?