
By Adam Grocholski | Article Rating: |
|
September 25, 2013 11:00 AM EDT | Reads: |
1,242 |

In my last post http://thinkfirstcodelater.com/blog/?p=3115 I showed you how to stop a Windows Azure web site using the cross platform command line tools. In this post I’ll show you how to start a stopped site.
Once again, just a reminder that I’m using the command line tools on a MacBook Air with OSX (Mountain Lion) installed, and I’m using Google Chrome as my default browser. However, the experience should be identical on Windows and Linux as well.
First start by navigating to the Windows Azure management portal and verify you have a stopped site.
Next open an instance of your command line (Terminal, Bash, Command Prompt, etc.) and type the following:
azure site start -h
Like so many of the commands we’ve been looking at, this one is incredibly simple. All you need to provide is the name of the web site you want to start. Enter the following into your CLI, making the appropriate substitution:
azure site start “[YOUR WEB SITE NAME]“
In my case I entered the following:
azure site start “antares101″
Now execute the following command to get the details of your site, once again substituting where appropriate:
azure site show “[YOUR WEB SITE NAME]“
If you scroll through the output, you should come across Site State Running. You can also verify the site is running by going back to the Web Sites sections of the Windows Azure management portal.
That’s all there is to it. In the next post I’ll show you how to restart and Windows Azure web site, and, no, it’s not just combining the stop and start commands.
Did you know you can try Windows Azure for free for 30 days? Just go to http://aka.ms/thecloud and sign up.
Read the original blog entry...
Published September 25, 2013 Reads 1,242
Copyright © 2013 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Adam Grocholski
Hey there! My name is Adam Grocholski, and I'm a Technical Evangelist at Microsoft where I spend time focusing on Windows, Windows Phone, and Windows Azure. I live in the frozen tundra of Minnesota and run thinkfirstcodelater.com. You can also follow me on twitter at @codel8r.
![]() Jan. 4, 2017 09:00 AM EST Reads: 5,154 |
By Elizabeth White ![]() Jan. 4, 2017 08:15 AM EST Reads: 2,376 |
By Liz McMillan ![]() Jan. 4, 2017 08:15 AM EST Reads: 2,048 |
By Liz McMillan ![]() Jan. 4, 2017 07:15 AM EST Reads: 947 |
By Elizabeth White ![]() Jan. 4, 2017 06:15 AM EST Reads: 1,014 |
By Liz McMillan ![]() Jan. 4, 2017 06:00 AM EST Reads: 891 |
By Elizabeth White ![]() Jan. 4, 2017 06:00 AM EST Reads: 4,338 |
By Elizabeth White ![]() Jan. 4, 2017 02:15 AM EST Reads: 2,786 |
By Liz McMillan ![]() Jan. 4, 2017 02:15 AM EST Reads: 5,182 |
By Elizabeth White ![]() Jan. 4, 2017 12:15 AM EST Reads: 5,643 |
By Elizabeth White ![]() Jan. 4, 2017 12:00 AM EST Reads: 1,752 |
By Liz McMillan ![]() Jan. 3, 2017 11:45 PM EST Reads: 1,898 |
By Elizabeth White ![]() Jan. 3, 2017 09:45 PM EST Reads: 6,478 |
By Liz McMillan ![]() Jan. 3, 2017 09:15 PM EST Reads: 5,458 |
By Pat Romanski ![]() Jan. 3, 2017 09:15 PM EST Reads: 1,415 |
By Liz McMillan ![]() Jan. 3, 2017 08:15 PM EST Reads: 1,808 |
By Carmen Gonzalez ![]() Jan. 3, 2017 08:15 PM EST Reads: 2,625 |
By Liz McMillan ![]() Jan. 3, 2017 07:15 PM EST Reads: 384 |
By Carmen Gonzalez ![]() Jan. 3, 2017 07:15 PM EST Reads: 4,168 |
By Elizabeth White ![]() Jan. 3, 2017 05:45 PM EST Reads: 1,950 |