How To Determine Status Of a Service Within The Dev Fabric?
Posted on maor.Blogging() - http://blog.maordavid.com/how-to-determine-status-of-a-service-within-the-dev-fabric/
We can use the CSRun command-line tool (CSRun.exe) which deploys a service to the development fabric and manages the running service. The CSRun tool can be found at C:\Program Files\Windows Azure SDK\v1.0\bin\csrun.exe.
For example, to determine the service endpoint and port I can run:
[c]:\Program Files\Windows Azure SDK\v1.1\bin\csrun.exe /status and get the status information about the running deployments to standard output.
