Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
168 votes
3 answers
62k views

Why does Azure deployment take so long?

I'm trying to understand why it can take from 20-60min to deploy a small application to Azure (using the configuration/package upload method, not from within VS). I've read through this situation and ...
emptyset's user avatar
  • 3,214
56 votes
6 answers
27k views

Clean Windows Azure Website

My ASP.NET MVC project pushed to a Azure website with an extra DLL which is invalid. This is keeping the project from running correctly. If a new website is created it works perfectly. Cleaning the ...
Joshcodes's user avatar
  • 8,751
52 votes
3 answers
28k views

Where do I get my actual Azure Website Deployment password?

In Visual studio 2015, when I Publish my Website/Webapp to Azure, I'm able to create a new publishing profile automatically (by entering my personal Azure account credentials), this creates the ....
Dai's user avatar
  • 150k
36 votes
2 answers
59k views

How to delete a deployment / image in kubernetes

I'm running kubernetes in azure. I want to delete a specific deployment, with AZ AKS or kubectl. The only info I've found is how to delete pods, but this is not what I'm looking for, since pods will ...
Carlo Luther's user avatar
  • 2,462
35 votes
5 answers
16k views

Getting site under construction message after azure webapp deployment

I had a network failure while publishing (using visual studio webdeploy ) my webapp to azure. Later i tried again, Then i got the below error message. Error 5 Web deployment task failed. (...
Manu Mohan's user avatar
  • 1,744
30 votes
5 answers
18k views

How do I set an ADO.NET Entity Framework connection string via the Windows Azure (Preview) Management Portal?

In the Windows Azure (Preview) Management Portal you can change the configuration options for web sites (see http://www.windowsazure.com/en-us/manage/services/web-sites/how-to-configure-websites/#...
Frank van Eykelen's user avatar
26 votes
4 answers
30k views

Azure cloud deployment fails : Certificate with thumbprint was not found

I am developing a Web API based web service to be hosted on Azure. I am using Azure 1.8 SDK. When I try to deploy my cloud service, it takes a very long time to upload after which I get an error ...
Aadith Ramia's user avatar
  • 10.2k
26 votes
2 answers
2k views

Web Deploy to Azure doesn't force Web App to pickup new changes

I have an automatic deployment configured from my GIT to Azure App using Web Deploy. Every time when new code pushed to the repo, build is started, then deployed to the Azure with Web Deploy. The ...
Mando's user avatar
  • 11.7k
25 votes
5 answers
51k views

Could not load file or assembly 'System.IdentityModel.Tokens.Jwt after deploying on Azure

my web app is working fine on localhost, but when I publish it on Azure, I get the following error: Could not load file or assembly 'System.IdentityModel.Tokens.Jwt' or one of its dependencies. ...
Sandi Horvat's user avatar
24 votes
6 answers
9k views

Disable IIS Idle Timeouts in Azure Web Role

To prevent AppPool recycling every 20 minutes, I'd like to remove IIS AppPool Idle Timeouts when my Azure Web Role starts. My website is a Web Application Project. How do I do this?
Albert Bori's user avatar
  • 9,952
24 votes
6 answers
19k views

Azure App Service Getting error while deploying REACT JS application

Getting error while deploying to azure app services from the editor. 4:48:55 pm ppdedsrftwu2-appservice1: Starting deployment... 4:48:56 pm ppdedsrftwu2-appservice1: Creating zip package... 4:49:00 pm ...
Prateek Naik's user avatar
  • 2,702
21 votes
1 answer
9k views

Deploy Azure Website via MSBuild & WebDeploy, but with which credentials?

I have a very simple ASP.NET MVC 4 application and I can publish it easily to my local or inhouse IIS via WebDeploy. Deployment to Azure Websites works as expected on my local machine and with ...
Robert Muehsig's user avatar
20 votes
2 answers
5k views

Avoid deleting folder on Web Publish

I'm deploying my application to an Azure Website. I've configured the Publishing Profile succesfuly and setup tfspreview.com to publish automatically using continuous integration on each code commit. ...
amhed's user avatar
  • 3,659
19 votes
2 answers
2k views

How does Jetty deployment on Azure App Service work?

I have a Java web app that I run on an Azure App Service instance. To deploy it, I use a Bitbucket repo with a .war file inside it. When I commit a new .war file to this repo, it is supposed to be ...
halileohalilei's user avatar
18 votes
4 answers
13k views

Where is the list of deployment template schema api versions?

We are authoring Azure Resource Manager templates. We are using the following deployment template schema, because it is the one that we saw in an example. http://schema.management.azure.com/schemas/...
Shaun Luttin's user avatar
17 votes
8 answers
12k views

WebJob cannot be added from portal if deployment form source control is configured

Today we experienced the following message in Azure Portal WebJob cannot be added from portal if deployment form source control is configured. We assume that this is a new feature hence the ...
Daniel's user avatar
  • 9,739
16 votes
1 answer
3k views

Precompile during publish for Azure Web Services

We are using Azure Web Services (not Web-sites) and run ASP.Net MVC 5.1 application inside it. When I publish web-sites through Web-deploy, I have an option to "Precompile during publishing": When ...
trailmax's user avatar
  • 34.9k
14 votes
6 answers
14k views

Deploy Angular 2 with Azure Webapp

How can can I deploy an angular 2 webapp to azure? I guess I need some type of final compilation script. Thanks in advance.
Daniel Golub's user avatar
14 votes
3 answers
47k views

AADSTS7000222: The provided client secret keys are expired

Am using Azuredevops & Azure cloud, my deployment got failed with this error AADSTS7000222: The provided client secret keys are expired. Am not sure where to check this , can someone help me on ...
Arun Kumar's user avatar
14 votes
5 answers
4k views

Can't find node_modules after deployment

This title might be a bit misleading but please bear with me for a while. I have made a simple Angular2 app on visual studio 2015 and now I have published it on Azure. Having node_modules in the ...
Aakash Thakur's user avatar
12 votes
11 answers
16k views

The web publishing extension is not installed which is required to publish

I was tring to deploy an ASP.NET Web Application to a Windows Azure Web Site by following the tutorial through this link: https://www.windowsazure.com/en-us/develop/net/tutorials/get-started/ After ...
Chong Wang's user avatar
12 votes
1 answer
2k views

Windows Azure Extra Small Instance Harddisk Size

We have a Windows Azure Web Role on two extra-small instances that has been running for weeks without problems. This morning, we unintentionally passed some spending limit, which resulted in Windows ...
Jonas Sourlier's user avatar
11 votes
3 answers
16k views

Deploy FastAPI and uvicorn on Azure app service

I want to deploy a simple FastAPI/uvicorn onto an Azure app service. Everytime I deploy everything seems to work smoothly, but the moment I type in the URL for my webapp, I get following error message:...
Bloody Beginner's user avatar
11 votes
2 answers
4k views

What is the YAML equivalent to release pipelines?

I've been looking into Azure DevOps and I'm puzzled by something: Microsoft seem to be strongly recommending the use of YAML pipelines instead of classic ones; fair enough, but they need to replace ...
Jez's user avatar
  • 29.2k
11 votes
2 answers
4k views

How to deploy multiple apps with Azure DevOps?

I have a .NET solution that contains several projects. I want to set up a deployment pipeline in Azure DevOps but I'm not sure how to do this. I want to have 1 pipeline that deploys the following ...
Leon Cullens's user avatar
  • 12.4k
11 votes
2 answers
2k views

Automating deployment of .Net Web App to Azure & SQL Azure & Azure Blobs

Nutshell : I'd like some help / info / resources r.e. setting up a Team Build, MsBuild, TFS 2010 automated deployment for my Web App to Azure (inc. all the DB bits). Ideally I'd like to have a ...
MemeDeveloper's user avatar
11 votes
1 answer
511 views

Receiving "Deployment Role Instances Not In Started State After 30 seconds" Azure PHP

I keep receiving this message when trying to deploy a test php application into my Azure Emulator Using session id 1 Warning : Remapping public port 80 to 81 to avoid conflict during emulation. ...
user1332709's user avatar
10 votes
2 answers
16k views

No packages found with specified pattern

I am using Deploy azure app service to slot build step in Team Services, I want to be able to build my solution with PackageAsSingleFile set to False. However when I try to release the package with ...
ruffen's user avatar
  • 1,711
10 votes
4 answers
5k views

Web deployment task failed. The maximum number of connections for this site has been exceeded. Azure

I am get error below on publish to azure using web deploy profile i downloaded from azure website Web deployment task failed. (The maximum number of connections for this site has been exceeded. ...
Juvenalis Gitau's user avatar
10 votes
1 answer
5k views

How to use sticky staging slots in Azure Arm Templates

How can you deploy sticky settings to a production app slot in azure web apps using ARM templates without overwriting the existing app settings? I'm using Azure ARM templates to deploy my environment ...
shinybluesphere's user avatar
10 votes
1 answer
4k views

How to achieve zero downtime deployment to Azure web app with database updates?

I'm trying to achieve zero downtime deployments of an Azure web app where database schema updates need to be applied as part of the deployment. I have the following setup: Production web app with ...
Ted Nyberg's user avatar
  • 7,319
9 votes
5 answers
27k views

How to run npm command on azure app service after deployment success by VSTS?

Now I can deploy from VSTS to azure, but I can't run npm after deploy is successful. Now it is work like -> run npm install for branch files => zip => copy to azure => deploy. I want to add npm run ...
Mediator's user avatar
  • 15.2k
9 votes
3 answers
3k views

Deploy website to azure with bower dependencies

I have an ASPNET mvc project using both Nuget and Bower for dependencies. Now I need to either trigger bower to install components upon deployment or as fallback include the packages by allowing them ...
Rasmus Christensen's user avatar
9 votes
3 answers
5k views

Azure git deployment - missing references in 2nd assembly

I'm trying to setup Bitbucket deployment to an Azure website. I successfully have Bitbucket and Azure linked, but when I push to Bitbucket, I get the following error on the Azure site: If I click on '...
Dan's user avatar
  • 5,922
9 votes
3 answers
9k views

Using MSBuild and CSPack task to package Azure roles

I am working on a build script for an Azure web role project. The script will run on a build server, so using VS is a non-starter. I can build the project using MSBuild and use CmdLets for Azure to ...
Erick T's user avatar
  • 7,309
9 votes
3 answers
2k views

Approaches for (re)deploying code/bin files to (multiple) Windows Azure Virtual Machines

This question may not relate specifically to Azure Virtual Machines, but I'm hoping maybe Azure provides an easier way of doing this than Amazon EC2. I have long-running apps running on multiple ...
Hairgami_Master's user avatar
9 votes
2 answers
4k views

Windows Azure and Continuous Integration

We would like to set up continuous integration (CI) environment for developing an Azure web application. It would be great if: We could use any popular CI server (Atlassian Bamboo, for example). ...
alexey's user avatar
  • 8,440
9 votes
1 answer
327 views

Edeliver Starting Phoenix/Elixir App on Random TCP Port

We are trying to deploy our Phoenix Web App to a Linux VM (in our case on Azure) using edeliver We have deployed a "basic" Blog App to Azure using edeliver and documented the steps: https://github....
nelsonic's user avatar
  • 32.5k
9 votes
1 answer
3k views

Why the same files are copied to /Approot and /Siteroot in Windows Azure WebRole?

I found that approot and sitesroot are used for: \Approot - The customer’s code, aspx pages, DLLs, etc. \Sitesroot\ – This is the folder where the full IIS site is run from. When the role is ...
Ilian Iliev's user avatar
  • 1,886
8 votes
6 answers
6k views

How to make a continuous delivery of a python function app deployed in Azure?

For the first time I deployed a Python function app to Azure using a deployment pipeline: https://learn.microsoft.com/bs-latn-ba/azure/azure-functions/functions-how-to-azure-devops The package is ...
Anthony Brenelière's user avatar
8 votes
4 answers
3k views

Could not load type 'Microsoft.Cct.Services.Sqm.IWatSqmService'

When publishing my cloud service from Visual Studio 2015 I get this error: 10:11:26 AM - Instance 0 of role MySite is ready 10:11:26 AM - Instance 1 of role MySite is ready 10:11:27 AM - Starting... ...
UserControl's user avatar
  • 15.1k
8 votes
2 answers
2k views

Azure web deploy/publish keeps getting stuck

every time I try to publish my web app to azure it gets stuck, how can I determine what the problem is? logs etc, I cant see anything but the output but thats not enough to diagnose the issue.
Farhad-Taran's user avatar
  • 6,402
8 votes
3 answers
2k views

SQL Azure schema upgrade strategy

i'm currently working on a asp.mvc application with entity framework as db backend which will be running on ms azure platform. on my development machine i'm running a sqlexpress instance which hosts ...
Matthias's user avatar
  • 361
8 votes
2 answers
9k views

Run Post Deployment Action on Azure App Service

I am trying - with no success - to run a post-deployment script on my webapp in Azure. I've created .sh and .cmd files, and placed them in site\deployments\tools\PostDeploymentActions, but the files ...
George Rodman's user avatar
8 votes
3 answers
5k views

How to get a React.js app running on Azure App Services?

I have a simple React.js app that works 100% perfectly fine on my localhost. e.g. - clone git repo - go to the root folder of the cloned repo - npm install - npm start and the browser opens up on ...
Pure.Krome's user avatar
  • 86.2k
8 votes
3 answers
5k views

Git philosophy: how to get "master" branch to "production" branch?

Pretty sure I'm misunderstanding git. My goal I have a private repo on github with a "master" branch. I would like to also have a production branch, which I will push all my changes from master to. ...
SeanKilleen's user avatar
  • 8,897
8 votes
3 answers
6k views

What is the best way to automate windows azure deployment?

Newbie to automated azure deployment here! I have the happy task of automating our deployment to the cloud. I have also done some reading and discovered that the 2 main tools are MSbuild and ...
Dan Fritz's user avatar
8 votes
5 answers
5k views

Central Directory Corrupt deploying Python Azure function

I was previously able to deploy an Azure function written in Python using the command func azure functionapp publish <FunctionAppName> from my project directory, building it remotely. It ...
Richard Jonas's user avatar

1
2 3 4 5
26