Questions tagged [azure-deployment-slots]
167 questions
0
votes
1 answer
Azure Functions: Proxy + Deployment Slot + Querystring parameter
I'm trying to implement a home-made "API gateway" for my Azure Functions using proxies to forward requests to different deployment slots depending on a query string parameter:
myapi.azurewebsites.net/customer/123?organizationId=1 ---->…

Federico Berasategui
- 43,562
- 11
- 100
- 154
0
votes
1 answer
Do Azure Functions deployment slots implement x-ms-routing-name?
I've been testing deployment slots for web apps. By attaching x-ms-routing-name to the query parameters you can redirect a call to a deployment slot (although you first need to manually change the traffic % for it to work).
Now I'm setting up…

Jean-Paul Smit
- 300
- 4
- 17
0
votes
1 answer
Appservice and slots deployment issues with ARM template
I have a ARM template code to deploy the webapp and slot creating along with app with respective the environment based on the condition. When i try to deploy the resource using the template it only deploys the web app and the slot is not created…

Vready
- 25
- 1
- 8
0
votes
1 answer
TF400813: Azure DevOps is not authorized
az devops login --organization https://dev.azure.com/XXXX
token
able to login
AZ Login - Successfully connected to Azure
Try to run
az devops project list
TF400813: The user '1a6dbb80-5290-4fd1-a938-0ad7795dfd7a\xx.yyyy@abc.com' is not authorized…

Venkat Swaminathan
- 1
- 1
- 1
0
votes
1 answer
Azure webapi warmup
When reading the docs: https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots#swap-operation-steps, step 4, this is specified:
If auto swap is enabled with custom warm-up, trigger Application
Initiation by making an HTTP request…

mslot
- 4,959
- 9
- 44
- 76
0
votes
1 answer
Static hosting - multiple websites in a single blob storage account
I want to be able to host multiple versions of the website in a single $web container and use some routing method to specify the default folder.
I have tried creating 2 folders (WEB1 and WEB2) inside the $web container and uploaded a different…

sh007
- 131
- 1
- 9
0
votes
1 answer
Creating a testing/staging db for my testing/staging slot in Azure app service
New to Azure and app services. If I create a deployment slot for testing, is there a way to create a "slot" for a testing/staging db as well? So that if I change data in the testing/staging slot it only changes the data in the testing/staging db and…

chuckd
- 13,460
- 29
- 152
- 331
0
votes
1 answer
how can we transform entire web.config from staging slot to production slot in azure?
I have created multiple slots(test, stage and prod) in my azure app service. Similarly I have created respective web.config files for each environment. I am deploying my application through octopus deployment tool in test environment slot, so…

Ajay
- 247
- 1
- 5
- 15
0
votes
1 answer
Web.config transform and Azure App Service slot swap
As I understand, when we swap the slot, we can choose which appSetting key value to be stayed, but if the staging slot got the new key value which is not in the existing production slot web.config, how can we map the new key value in production…

user2376512
- 885
- 1
- 10
- 21
0
votes
1 answer
Azure Devops Pipeline to deploy one repository to multiple Azure services
I am trying to create a pipeline to deploy one solution on multiple Azure services.
Let's say I have a solution 'TemberSolution' with following projects
FunctionsProject -> should be deployed on 'AppFunctions'
SupportProject -> should be deployed…

Asad Mehmood
- 514
- 2
- 12
0
votes
1 answer
Don't swap if warmup fails
I have a deployment slot for my app and I have this section in the web.config:
I have…

xyious
- 1,065
- 4
- 13
- 29
0
votes
1 answer
Visual Studio 2017 deploying all projects in solution when publishing to Azure App Service
Before adding an additional Publish profile in Visual Studio, everything worked great. When I right-clicked on the relevant project and selected 'Publish', I was able to deploy just that single VS project to my Azure app service.
After adding a 2nd…

Tracy
- 680
- 7
- 16
0
votes
1 answer
How can I have different style for different slots?
In my app I have styles.css. Right now I'm setting up slots for the team where we have dev, test and production slots.
How can I have a different styles.css for dev, and another one for test? What I want to do is to simply have dev and test with…

fUrious
- 434
- 5
- 14
0
votes
1 answer
What is the proper way to deploy to an Azure production slot that has deployment slots
I have an Azure App Service that I created in November of 2017. The App Service is called ManifestAPI.
I created a QA deployment slot for the app service, called ManifestAPI-QA and have been happily deploying my code updates for the API to the QA…

whiskytangofoxtrot
- 927
- 1
- 13
- 41
0
votes
0 answers
azure slot swapping not respecting 'sticky' settings for webjobs
I have an Azure production app slot and a staging app slot. Ive set the app specific items as 'sticky' in production and staging (connection strings, keys, etc)
when I flip between production and staging, my webjob settings are taking the staging…

proteus
- 545
- 2
- 12
- 36