Jenkins deploy website to Azure Platform as a Service
NickName:Peter PitLock Ask DateTime:2016-11-16T15:14:03

Jenkins deploy website to Azure Platform as a Service

I have successfully implemented Jenkins to deploy to a server hosted locally, but now I need to create a job to deploy to a Azure hosted website running on PaaS. Both the Jenkins host and Website hosts are Windows machines.

I have found a link for setting up a virtual machine template for Azure Slave plugin, but there is no VM because it is IaaS and I dont have additional slaves in this case.

I am asking about the plug ins and process flow please.

Which Azure Plugin should I use in Jenkins (if any)? E.g. Azure PublisherSettings Credentials plugin

Do I use the Get-AzurePublishSettingsFile and Import-AzurePublishSettingsFile ? Would these contain all the relevant details required for Jenkins to know where to copy to?

Would I create a zip file of the build, upload the zip to BLOB storage, and then extract it to the website?

Is it possible to upload a zip file and then proceeding to extract the files once the whole file has been uploaded? If the connection is interrupted at any stage while uploading 1000 individual files then the website will be unstable and therefore I need to investigate a single file upload with extraction thereafter.

Copyright Notice:Content Author:「Peter PitLock」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40626106/jenkins-deploy-website-to-azure-platform-as-a-service

More about “Jenkins deploy website to Azure Platform as a Service” related questions

Jenkins deploy website to Azure Platform as a Service

I have successfully implemented Jenkins to deploy to a server hosted locally, but now I need to create a job to deploy to a Azure hosted website running on PaaS. Both the Jenkins host and Website h...

Show Detail

How do I deploy the Jenkins .WAR file as an Azure Website?

I have found a few tutorials for building a .WAR file that can be deployed as an Azure website from scratch, but I'm wondering how (if possible) to deploy the Jenkins .WAR file as an Azure website....

Show Detail

Azure solution architecture - Website or Cloud Service?

I'm currently migrating all of our company's applications to the Azure platform. We have 4 Web Applications and a single Windows Service. I'm not sure whether i should use deploy each website to ...

Show Detail

Deploy an ASP.NET WebSite on an Azure Cloud Service

Can i deploy an ASP.NET WebSite (not ASP.NET WebApplication) on an Microsoft Azure Cloud Service WebRole? Or must I deploy it on Azure WebSite?

Show Detail

How to deploy a java WAR file(.war) from Jenkins to Azure app service home/site/wwwroot/webapps folder

I'm using Jenkins for the CI/CD here I'm trying to deploy .war file to the home\\site\\wwwroot\\webapps folder of my azure app service via jenkins. But, after deployment In my home\\site\\wwwroot\\

Show Detail

deploy jenkins on azure kubernetes

ingress and service PLEASE CLICK THE LINK TO VIEW THE IMAGE As a beginner, I tried to deploy Jenkins on azure Kubernetes. but I could not able to access the dashboard from the outside location.

Show Detail

how to host service and website on windows azure platform

we have a service built in azure environment. and a website which consume webservice we need to host it in windows azure platform. we have tried a lot but not succeeded. And little bit we are confu...

Show Detail

Can I deploy an Azure Mobile Service .NET backend to an Azure Website

I guess the question is kind of double barreled, but can I deploy an azure mobile service .net backend to an azure website and if so how (can anyone point me to any resources regarding this or is i...

Show Detail

Visual Studio Team Service web deploy to NON azure website

I have shared hosting account which support web deploy. I'm able to import publish profile into Visual Studio project and I can do web deploy through Visual Studio. As Visual Studio Team Service D...

Show Detail

Jenkins azure deploy error: az login error issuer

I have my groovy script to deploy a simple api(nodejs) on azure app service. pipeline { agent none environment { //app service DEV_SERVICE_NAME = 'xxxxxx' ... ... AZURE_DEV_U...

Show Detail