

Website content successfully deployed on Ccloud.

Publish-AzureWebsiteProject -Package E:\Azure\webapppublish.zip -Name azurewebapppsdemo zip file or website package file to publish as AzureWebApp ::CreateFromDirectory($source,$destination)Ĭreate a new directory, using the command zip file name as a destination.Īdd-Type -assembly "system.io.compression.filesystem" $destination = "E:\Azure\webapppublish.zip"Įnter new. Project published folder path as a source. Now, we will upload or publish the local folder to Cloud. If “Build Succeeded”, go to next step, else please check for the error. VisualStudioVersion=14.0 -> This project is developed, using Visual Studio 2015, so enter Visual Studio version.PublishProfile=WebApp -> Enter publish profile name.Start Visual Studio & create a New Project.Ĭhoose “Empty” ASP.NET Template & click OK button. Wait for a few seconds to create a Web app. New-AzureWebsite -Location "South India" -Name "azurewebapppsdemo"

To learn about how to Configure Azure subscription to PowerShell & how to create, check availability of the name, delete & run Web app on Microsoft Azure, please refer to:Īzure PowerShell Commands for Web App Deploying an Azure Web appĬreate an Azure Web app, using PowerShell.

Getting started with Azure PowerShell for Web app
