How to publish an Azure web site (xxx.azurewebsites.net) with PowerShell?
问题 I have my web site built ready in a folder. And I know how to use Azure PowerShell to create a site. In Azure management portal, I just need to copy the site files through FTP. But I don't know how to use PowerShell to push my web site files to Azure. Could someone shed some light? 回答1: You can use the Publish-AzureWebsiteProject cmdlet to do this. For example, suppose you have your Azure Website already created at contosows.azurewebsites.net . On your local computer running Visual Studio