Thursday, 18 February 2021

Show all databases row count

 

.show databases details
| project DatabaseName, TotalSize
| order by TotalSize desc

Python - Get invocation id in azure function

After finding the  right part in the documentation  it was surprisingly easy: def main ( mytimer: func.TimerRequest, context: func.Context ...