entity framework - How to monitor queries in Azure mobile services? -
the following video demonstrates how monitor sql queries done ef in mvc application: http://channel9.msdn.com/series/implementing-entity-framework-with-mvc/01
they recommend glimpse mvc5: https://www.nuget.org/packages/glimpse.mvc5/
i can not find glimpse azure mobile services best way monitor sql queries in azure mobile services?
open azure management portal database, login , open performance tab. there basic monitoring data queries.
you can query sys.dm_exec_query_stats table in database too, create custom reports queries.
Comments
Post a Comment