-
Type:
Change Request
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Hello, I was recently trying to monitor our Azure SQL elastic pool DBs but I found that the Azure by HTTP template does not support this
To fix this, I have duplicated and adjusted the existing "Azure Microsoft SQL Serverless Database by HTTP" template and saved it as "Azure Microsoft SQL Elastic Pool Database by HTTP" (see attached)
Once that template has been uploaded, I then modified the "Azure by HTTP" template under discovery --> Microsoft SQL databases discovery --> Overrides
I changed it to look like this
1: Serverless
2: Elastic Pool
3: Server
The regex for the Elastic Pool one is: "^.*pool$" (minus the quotes)
And then the host prototype links to the new "Azure Microsoft SQL Elastic Pool Database by HTTP" template
I also adjusted the regex for Server to the following: "^((?!serverless|pool).)*$" (minus the quotes)
Please could these changes be added to the next release?
I'm sure other people would find this useful as this means you can easily monitor all types of Azure SQL DBs through a single template