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.

csrun

Similar Posts:

Tags:



One Comment to “How To Determine Status Of a Service Within The Dev Fabric?”

  1. How To Determine Status Of a Service Within The Dev Fabric? - ISV | May 31st, 2010 at 01:37

    [...] Posted on maor.Blogging() – http://blog.maordavid.com/how-to-determine-status-of-a-service-within-the-dev-fabric/ [...]

Leave a Comment