How to monitor Seed method in an Azure Deployment? -


i have seed method - time around - quite bit of work. takes 10 minutes locally , has been running in azure (website) 20 minutes.

the feedback have 1) monitoring azure database changes reflect successful seed - difficult addorupdate, , 2) fact package manager console still says "running seed method".

is there other way more insight stage / method / etc seed method on, while it's running part of migration?

if application running on windows azure websites, can instrument seed , migration methods calls system.diagnostics.trace , can stream log command line:

azure site log tail mysite 

for details on procedure refer streaming diagnostics trace logging azure command line (plus glimpse!) , how debug application in windows azure web sites.

you can view log stream in visual studio. described in announcing release of windows azure sdk 2.0 .net, can done in server explorer, connecting web site , selecting view streaming logs in output window command.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -