I have a reporting service generating alerts from KQL queries. I want to include a link in them so users can click it to view the query. While I can manually construct the URL, I'd like to simply call an official SDK method to generate the link. As input it would take the query, db, cluster.
I have a reporting service generating alerts from KQL queries. I want to include a link in them so users can click it to view the query. While I can manually construct the URL, I'd like to simply call an official SDK method to generate the link. As input it would take the query, db, cluster.