Lesson Learned #321:Useful Kusto Monitoring Queries for Azure SQL Database and Elastic Database Pool

You could find here useful Kusto queries to monitor Elastic Database Pool and Azure SQL Databases standalone. 
 
CPU Percentage
 
 
 
AzureMetrics
| where ResourceProvider == “MICROSOFT.SQL”
| where TimeGenerated >= ago(1d)
Continue reading Lesson Learned #321:Useful Kusto Monitoring Queries for Azure SQL Database and Elastic Database Pool

Lesson Learned #320:Database ‘XXX’ on server ‘xyz’ is not currently available using ServerLess tier.

Today, we got a new service request that our customer faced the following error message: Database ‘XXX’ on server ‘xyz.database.windows.net’ is not currently available. Please retry the connection later. If the problem persists, contact customer s… Continue reading Lesson Learned #320:Database ‘XXX’ on server ‘xyz’ is not currently available using ServerLess tier.

Ultimate Polling and Quiz Experience with Polls app: The Replacement for Forms app in Teams meeting

Initially Forms app was launched in Teams – for different experiences based on the sync vs async user scenarios, as it points to polling experience in meetings for quick creation to launch, while it points to survey experience in the context of Teams c… Continue reading Ultimate Polling and Quiz Experience with Polls app: The Replacement for Forms app in Teams meeting