Questions tagged [azure-deployment-slots]

167 questions
0
votes
1 answer

Azure app service slot settings - using them in web.config

We'd like to slightly alter our web.config file in different slots. For example, we'd like to redirect and proxy to different urls in different slots. I was thinking about using app settings, which can be read as env variables, but I couldn't find a…
0
votes
1 answer

Umbraco, Azure deployment slots and Connection Strings

We're trying to leverage Azures deployment slots for an Umbraco site we've built. By default Umbraco uses a DSN defined in the connectionStrings sections of the web.config and we want it to use the connection string for the deployment slot it's…
Jag
  • 723
  • 8
  • 21
0
votes
0 answers

Azure Web App on Linux bitbucket deployment failed

Start from yesterday, I am not able to deploy any changes from bitbucket on Azure Web App on Linux. I tried with new slot, and I am getting the following errors, any advice from MS expert on solving this issue? Failed to set up deployment source…
0
votes
0 answers

Restrict publishing code to deployment slot

We have multiple slots for the same app service. We would like to restrict users by not allowing them to publish code to staging and production slots from visual studio. I gave reader access to the staging and prod slots but the user is still able…
0
votes
3 answers

Angular 2 configuration issues with Azure Slot deployments

I'm having a problem with Angular environment variables and Azure Slots We want to use an app service providing static Angular files and we also want to use Azure slots to make our deployments safer. The reasons we want to use slots are: Ensure…
0
votes
1 answer

Azure deployment slot setup and questions

I just stumbled across this blog post about deployment slots. I've been wondering for over a year how I could minimize downtime when pushing new versions of code into production...I never knew/realized what could be done with deployment slots. So, I…
ganders
  • 7,285
  • 17
  • 66
  • 114
0
votes
2 answers

Set a monitoring alert for all the slots of an azure app

The title says it all. I have some azure apps with 3 to 4 deployment slots each, I want to set monitoring alerts for server errors for all of them by making a somekind of global alert rule instead of define a rule for each slot and app. Is it…
0
votes
1 answer

Azure WebApp Deployment Slot: Pre-Swap Job

Hy We have two app services: RESTService (Azure App Service Web App -> ASP.NET) WebApplication (Azure App Service Web App -> Angular.JS SPA) The RESTService has a web.config and the WebApplication a appconfig.json as their configuration-file. On…
Peter Wyss
  • 395
  • 2
  • 16
0
votes
1 answer

Azure Powershell: Website slot swapping not working predictably

I have found azure slot swapping via powershell seems to be unrealiable (I imagine it is giving an error response that I can't see or is silently failing but claiming success). The slots being swapped are between two non production slots as shown in…
Dessus
  • 2,147
  • 1
  • 14
  • 24
0
votes
2 answers

Deployment slots on Azure WebApp

What exactly are deployment slots on Azure WebApp's? Are they separate websites on the same VM/IIS hosting the main webapp? We currently use them and I understand what they do. Just want to understand what's behind the scenes.
Sam
  • 26,817
  • 58
  • 206
  • 383
0
votes
1 answer

Setup different environments in Azure using GitFlow and slots: Best practice

We have a web application on Azure and we use development slots. We already set up a dev slot using the development branch in our GIT and using Continuous Build. And we have a test slot using the master branch and our GIT and using Continuous…
Paul Meems
  • 3,002
  • 4
  • 35
  • 66
0
votes
1 answer

Not able to deploy in Azure Production Slot

I have a Linux Virtual Machine, I am able to deploy the app in the cloud service staging slot but not able to deploy it in the production. I am deploying the app through Eclipse, getting the following error Failed : BadRequest: This operation…
Ronald Randon
  • 1,141
  • 3
  • 13
  • 19
-1
votes
1 answer

Restart during swap of deployment slots

I’m trying to reduce the downtime during a deployment to prod without stopping the functions by adding a staging slot. During a swap between production and staging slots, do the functions get automatically restart?
user989988
  • 3,006
  • 7
  • 44
  • 91
-1
votes
1 answer

Add slots using ARM templates

I would like to create same named slots on two different environments. The difference is that on Integration I want to have autoswap enabled. I tried doing this using condition like below but this does not pass validation because I have two…
-1
votes
1 answer

Swap slots after app full initialization

Is there a way to swap slots only after app full initialization? I have a web app on Azure and swapping slots process is pretty fast, but after that, the application had to do the initialization which in my app takes a few minutes, since there are…
Trxplz0
  • 371
  • 1
  • 2
  • 13
1 2 3
11
12