azure-deployment-slots Questions
5
Solved
I'm trying to get into that Visual Studio Resource Group template.
So far it's looking good, and I have added some appsettings for a web app, but my question is, how can I make them deployment slot...
Utopianism asked 30/10, 2016 at 19:50
4
Solved
Azure: Pricing of deployment slots for an Azure App Service.
Using an S1 App Service Plan, my web site has up to 5 slots for web app staging.
How are those slots charged? Are they billed only if u...
Phyllisphylloclade asked 19/2, 2016 at 18:29
3
Solved
I have an app with 2 slots. I have stored connection strings in the key vault. I have enabled MSI on the app and 2 slots. Also, within the vault's access policy, I have added the app (production sl...
Ignominy asked 6/7, 2018 at 11:53
2
I have an App Service app and a development slot
I see them too on Vs Code
But when I publish I can not select the slot
Any idea please?
Regards
Extensity asked 4/10, 2019 at 12:1
1
Do I have to set WEBSITE_CONTENTSHARE value in app settings when having multiple deployment slots? What does this value indicate? Can I provide some random values for WEBSITE_CONTENTSHARE in produc...
Nnw asked 15/4, 2022 at 22:34
5
Solved
I've got two Azure Function apps that use deployment slots, stage and production. These two Azure Function apps have about 50~ key:value pairs in Application Settings to define various API keys, ap...
Peashooter asked 17/12, 2019 at 23:0
1
Solved
For a given web app service, when multiple deployment slots are setup, e.g.:
myapp
myapp/staging
and I create an appSetting that is marked as a "deployment slot setting" on myapp, what ha...
Malachy asked 20/5, 2021 at 20:28
1
Solved
In my web app when the user logs in to the app, their browser opens a Websocket to the server so that updates can be pushed down to the browser.
It's an ASP.NET Core Web App (self-hosted) running ...
Briefcase asked 16/3, 2018 at 12:20
1
Solved
Can a function know if it's running in a slot?
I would like to prevent a function to be executed if in "staging" slot.
Updated
Base on the answer from Bruce (thanks again buddy), I wrote...
Ventriculus asked 6/9, 2017 at 22:21
2
Solved
I'm currently running a webApp with several deployment slots (e.g. dev, staging, production). Every Slot is connected to a database (db_dev, db_staging, db_production). I want to deploy to the stag...
Larose asked 28/7, 2016 at 13:24
2
Solved
I need to understand Slot Application Settings better for Azure App Services. When they apply and how to use them correctly.
I have 2 App Services set up each running 2 slots as below.
Site 1 wi...
Strategy asked 15/6, 2016 at 13:22
1
Solved
I'm using a staging slot in Azure, where I just allow some IP's to have access to it. I have written the below rule in the web.config file:
<rule name="Block unauthorized traffic to staging sit...
Fribble asked 14/3, 2016 at 22:47
2
I am trying to get my slot info through azure powershell.
To retrieve the info i used
Get-AzureWebsite -Name mywebsite -Slot staging
but azure powershell throws the below error:
Get-AzureWebs...
Remillard asked 14/12, 2015 at 14:17
1
I have an MVC website that is connected to an azure web app and has continuous deployment to a staging site set up. It works great! After I check in, the successful build is automatically deployed ...
Spiroid asked 6/1, 2016 at 2:56
1
Solved
I'm using Octopus Deploy to deploy a web application to Azure web apps. I'm using the deployment slots with auto-swap feature to warm the app up before making it accessible.
Now Octopus Deploy is...
Lezley asked 14/10, 2015 at 15:22
1
Solved
I'm using a deployment slot called warmup on my Azure web app with the auto-swap feature. My deployment process is as follows:
Octopus Deploy creates a release and deploys to the warmup slot
Auto...
Unkind asked 14/10, 2015 at 9:17
1
© 2022 - 2024 — McMap. All rights reserved.