What is the query to check DB availability of all DBs within a cluster?
I came across few HTTP methods but no direct Kusto Query to directly run on the explorer
What is the query to check DB availability of all DBs within a cluster?
I came across few HTTP methods but no direct Kusto Query to directly run on the explorer
from your original question, it's not fully clear what you define as 'DB availability'.
if you want to see which databases are available to query (in terms of existence, and the caller being authorized as a 'viewer' or a higher privilege) - you can run the .show cluster databases
control command: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/show-cluster-database