Tuesday, May 10, 2016

Deploying and Managing Azure Websites with Powershell Commands

Extract from : MSDN

Name Description
Get-AzureWebsiteGets information about websites in Azure associated with the current subscription.
Get-AzureWebsiteDeploymentGets the deployments for a website in Azure.
Get-AzureWebsiteLocationGets all available website locations.
New-AzureWebsiteCreate a new website to run in Azure.
Remove-AzureWebsiteRemoves the specified website from Azure.
Restart-AzureWebsiteStops and then restarts the specified website.
Restore-AzureWebsiteDeploymentRedeploys a previous deployment of a website in Azure.
Save-AzureWebsiteLogDownloads and saves the logs for a specified website.
Set-AzureWebsiteConfigures a website running in Azure.
Show-AzurePortalShow the Azure Management Portal.
Show-AzureWebsiteOpens a browser on a specified website.
Start-AzureWebsiteStarts the specified website.
Stop-AzureWebsiteStops the specified website.

No comments:

Post a Comment