Questions tagged [azure-configuration]
144 questions
0
votes
0 answers
Azure Devops single solution multi tenant config
I'm fairly new to devops, and the concept, so bear with me.
Google and Microsoft is not helping me a lot.
We have a single solution with a website, an API and a common project (for logic and a database)
Which we are hosting on an IIS server, with…

Newnamtab
- 13
- 5
0
votes
1 answer
How to import azure app configuration to local visual studio?
This might be a silly question.
I have an azure web app and an azure function app running. Both are written in .net
I want to debug the application in the local visual studio with the configuration values from the Azure portal.
How can I download…

Vish
- 346
- 2
- 13
0
votes
1 answer
Azure connection string does not overwrite appsettings.json
I am using .NET 6.0, in the project I have appsettings.json file with the following line:
"ConnectionStrings": {
"SqlConnection": "Server=.\\SQLEXPRESS;Database=XXX;Trusted_Connection=True;MultipleActiveResultSets=true"
},
In Azure I have…

Shukhrat Raimov
- 2,137
- 4
- 21
- 27
0
votes
1 answer
How to prevent azure function from executing n-time simultaneously?
I have an external API which invokes my HTTP trigger azure function with the same query parameters 5 times at the same moment. So 5 requests are processed in the same time concurrently, each request adds a record to my google sheet and it causes…

Hawos
- 33
- 6
0
votes
1 answer
Cannot edit config after creating Azure app service yaml file
In Azure I created a container (Web App for containers) and under the docker tab added yaml file for the docker config. However after creating the container I cannot find anywhere to edit this yaml file. Is the only option to delete the container…

Afshin Ghazi
- 2,784
- 4
- 23
- 37
0
votes
1 answer
Terraform Error 'the number of path segments is not divisible by 2' creating Azure Configuration Keys
I'm trying to create an Azure App Configuration service and keys through Terraform, but when I run my Terraform through my pipeline I get an error running terraform plan. This is my tf script for creating the service and keys:
resource…

PhilPursglove
- 12,511
- 5
- 46
- 68
0
votes
1 answer
Dynamic configuration for a .NET 5 web app using Azure App Config not working
I have an issue trying to implement dynamic config for my .NET 5.0 simple web app (written in C#).
The problem: I run my app, then go to Azure App Config for this app and change some config setting (like the background color of the page), then…

Mary
- 131
- 2
- 10
0
votes
1 answer
.Net App in Docker - Startup Can't Find Azure App Configuration
I'm working to move my app from an app service into a docker container.
I've added a dockerfile and other standard docker requirements.
My app previously had been using Azure App Configuration to provide a good portion of the configuration settings…

A.Rowan
- 1,460
- 2
- 16
- 20
0
votes
1 answer
How to get and set Azure app service configuration settings from C# code?
I have an Azure app service. And I have C# application. I want to get and set configuration settings (appsettings) for my Azure app service from my C# application.
I can do it from PowerShell using az webapp config appsettings list and az webapp…

Claus Appel
- 1,015
- 10
- 28
0
votes
1 answer
Azure app settings task in Azure pipeline throws invalid JSON error when supplying with variable
Trying to update Azure Configuration using Azure Pipeline's Azure App Settings task as documented here: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-app-service-settings?view=azure-devops.
The link has a sample for…

user3900019
- 43
- 6
0
votes
1 answer
How to map on-premise server cores to vcores for Azure Sql Database?
We are migrating our database to Azure Sql database. We have chosen a vCore purchasing model. How to make the exact mapping of on-premise cores to vcores on Azure ?

Ashan
- 13
- 5
0
votes
1 answer
Az CLI to configure Azure Function App TLS/SSL "HTTPS Only" Setting
I am trying to use Az Cli to configure an Azure Function TLS/SSL Binding to switch the "HTTPS Only" setting from Off to On, as depicted below.
All attempts appear to have failed so far, using either of the below commands.
az webapp config set -g…

hitman126
- 699
- 1
- 12
- 43
0
votes
0 answers
Azure:Function App-CosmosDBTrigger - changes to the Connection String in KeyVault - restart/refresh Function App to pick up the new Connection String
We have a CosmosDBTrigger based function that we use for processing changes to any document in our Cosomos DB collections.
The function uses a connection string to the CosmosDB and we have the connection string stored in Azure KeyVault.
Recently,…

Athadu
- 854
- 7
- 13
0
votes
1 answer
change the value of instances count programmatically in azure
I downloaded AutoScale from
http://blog.maartenballiauw.be/post/2011/03/21/Windows-Azure-and-scaling-how-(NET).aspx
and followed the instructions there.
I added it as reference to my existing azure project. But I am not sure what exactly I…

bespectacled
- 2,801
- 4
- 25
- 35
0
votes
2 answers
Web App Azure Portal - Key Vault Reference shows not connected
We have configured the azure Key Vault reference via azure portal configuration settings. But the key vault reference sometimes shows tick and sometimes cross (x).
Can someone confirm if this is going to impact the web app or is it just portal not…

Nil Pun
- 17,035
- 39
- 172
- 294