I was following Azure Tutorial and found error while trying to run the Azure SDK. Please refer the image below. Thanks.

I was following Azure Tutorial and found error while trying to run the Azure
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In you service configuration, the end point is defined to be type TCP and not http. As the emulator doesn’t know what is behind the tcp port it doesn’t open a browser to the url. If it was defined as http end point it will most probably start a browser window to connect to the endpoint.
As Java won’t probably never use web roles (I have only been able to find http end point pointed to web roles) you will probably not use http end point, so you will have to open your self the browser.