This section outlines the Windows Azure Web Sites support in the Windows Azure Command Line (Cross-Platform) tools.
waws-dev$ azure site
| command |
options |
description |
| browse [options]
[name]
|
- -s, --subscription <id>
- execute command against the provided subscription
|
launch the website [name] in the default browser |
| list [options]
|
- -s, --subscription <id>
- execute command against the provided subscription
|
list all of the provisioned websites |
| create [options]
[name]
|
-h, --help
show usage information
-s, --subscription <id>
execute command against the provided subscription
-l, --location <location>
the geographic region to create the website
--hostname
custom hostname to associate to the web site
--git
configure git on web site and local folder -pu, --publishingUsername
the publishing username for git --github
configure github on web site and local folder
--githubusername <username>
the github username
--githubpassword <password>
the github password
--githubrepository
the full name (eg. username/repository) of the github repository
-v, --verbose
use verbose output
--json
use json output
|
create a new, or associate a local directory to an existing web site |
| delete [options]
[name]
|
- -h, --help
- show usage information
- -s, --subscription <id>
- execute command against the provided subscription
- -q, --quite
- quite mode, do not ask for confirmation
- -v, --verbose
- use verbose output
- --json
- use json output
|
delete the web site [name] |
| start [options]
[name]
|
- -h, --help
- show usage information
- -s, --subscription <id>
- execute command against the provided subscription
- -v, --verbose
- use verbose output
- --json
- use json output
|
start the Internet Information Services (IIS) site |
| stop [options]
[name]
|
-h, --help
show usage information
-s, --subscription <id>
execute command against the provided subscription
-v, --verbose
use verbose output
--json
use json output
|
stop the Internet Information Services (IIS) site |
| restart [options]
[name]
|
-h, --help
show usage information
-s, --subscription <id>
execute command against the provided subscription
-v, --verbose
use verbose output
--json
use json output
|
stop, then start the Internet Information Services (IIS) site |