Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to connect to azure cloud service?
    primarykey
    data
    text
    <p>I have created an azure cloud service and published to it using Visual studio 2012. The cloud service consists of a worker and web role. I have enabled remote desktop and can see that both are running as expected. </p> <p>I know the worker role is running because I can see its hitting my sql azure database. </p> <p>However the web role doesn't seem to me able connect. Using chrome I get the error "Oops! Google Chrome could not connect". Same happens if I use Internet Explorer.... </p> <p>However If I log on to the box, and tried it using localhost, it all works? I can access my site. But if I attempt to connect to this server using another pc, I cant seem to get passed "Oops! Google Chrome could not connect..."</p> <p>Any ideas on what I have done wrong?</p> <p>Contents of my .csdef file are:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;ServiceDefinition name="SalahTimesAzureCloudService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-03.2.0"&gt; &lt;WorkerRole name="SalahTimesWorkerRole" vmsize="Small"&gt; &lt;Imports&gt; &lt;Import moduleName="Diagnostics" /&gt; &lt;Import moduleName="RemoteAccess" /&gt; &lt;Import moduleName="RemoteForwarder" /&gt; &lt;/Imports&gt; &lt;/WorkerRole&gt; &lt;WebRole name="Igss.SalahTimes.Web" vmsize="Small"&gt; &lt;Sites&gt; &lt;Site name="Web"&gt; &lt;Bindings&gt; &lt;Binding name="Endpoint1" endpointName="Endpoint1" /&gt; &lt;/Bindings&gt; &lt;/Site&gt; &lt;/Sites&gt; &lt;Endpoints&gt; &lt;InputEndpoint name="Endpoint1" protocol="http" port="8080" /&gt; &lt;/Endpoints&gt; &lt;Imports&gt; &lt;Import moduleName="Diagnostics" /&gt; &lt;Import moduleName="RemoteAccess" /&gt; &lt;/Imports&gt; &lt;/WebRole&gt; &lt;/ServiceDefinition&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload