Questions tagged [azure-configuration]

144 questions
0
votes
1 answer

How to use nested values from secrets.json Azure's App Service Configuration

In my app's secrets.json file, I have the following section. "Serilog": { "WriteTo": [ { "Name": "AzureTableStorage", "Args": { "storageTableName": "Logging", "connectionString":…
0
votes
1 answer

Azure App Service Application Settings not overriding appsettings.json values

I have a React SPA with .Net Core WebAPI backend being deployed to Azure App Service. When developing locally i use a appsettings.json file to configure the WebAPI backend. I am setting a key/value pair for an external api called "XyzApi". { …
Mike Murphy
  • 910
  • 2
  • 11
  • 27
0
votes
1 answer

Unable to fetch key vault values through azure app config in spring boot app

Issue Description We need to fetch key vault secret values provided as a key reference in Azure app config. We are able to fetch values present in app config but not the key references to key vault secrets. Platform Spring Boot OS: Windows (running…
0
votes
1 answer

Azure portal. What is the best practise way to store and make deal with not single line application settings

Could someone advise, what is the best way to work with big application configurations which look like xml/json data? These data contain diff information(mostly static, but rarely it can be changed), but all of these data don't have security value.…
dododo
  • 3,872
  • 1
  • 14
  • 37
0
votes
3 answers

What is a "node" in OMS/Log Analytics?

I am currently evaluating OMS & Log Analytics and the cost is always given as "per node" but I am not really sure what a node is. For example if I have an SQL-Server with 5 databases and I go into the Azure portal and add logging to the OMS…
ThisWillDoIt
  • 380
  • 6
  • 24
0
votes
1 answer

system.applicationHost entry in Azure Log Stream

I have an App Service which is happily running on Azure and everything works fine however when I view the Log Stream I have the following entries after Application Logs gets connected: As you can see in above logs I get 2017-07-28T10:42:42 :(6,10),…
MHOOS
  • 5,146
  • 11
  • 39
  • 74
0
votes
0 answers

Azure connection idle timeout

Could you please show me how to manipulate Azure connection idle timeout? Now I am using Azure VM and host my web application in IIS. My App calls rest service from the outside network and it takes 5-10 minutes to get the response back. I have read…
0
votes
2 answers

Connecting to MongoDB using Azure services

Can I make an MongoDB instance running on my OnPremise server interact with azure hosted service. I have seen this https://azure.microsoft.com/en-in/documentation/articles/web-sites-dotnet-store-data-mongodb-vm/ But the above one and most of the…
0
votes
1 answer

When using Azure Batch Processing, what is the best way to create and use a configuration file which can change per instance?

So I'm new to Azure and currently working on a project in which I will be using azure batch processing to run an application in several instances with different configurations. I was wondering what is the best practice for doing this, with reference…
gn12345
  • 335
  • 1
  • 3
  • 11
0
votes
1 answer

enable custom configuration section in service definition csdef, service configuration cscfg in azure

I am moving my .NET MVC application to Microsoft Azure cloud services. I planning to move configurations from web.config to csdef/cscfg in azure. My web.config file has few custom configuration sections.
0
votes
2 answers

How can I Programatically edit the NetworkConfiguration node of the ServiceConfiguration file for my Azure Worker Roles?

I have been reading about blocking Ip addresses from launching attacks against my published service, in this case a Worker Role. I have added a NetworkConfiguration to help achieve this goal and it appears to work just fine. Now my question is…
Adam Heeg
  • 1,704
  • 1
  • 14
  • 34
0
votes
2 answers

List of wordpress Sites on Azure cloud

closingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosingclosing
Wing Tin
  • 11
  • 2
0
votes
1 answer

Azure Cloud Service Shared Settings File

We currently have an asp.net website and windows service with a separated config file with custom sections in for each pluggable project in our solution. The files are loaded based on the machine name and the configured customer so if the machine…
user351711
  • 3,171
  • 5
  • 39
  • 74
0
votes
2 answers

Understanding colocated caching with localCache

Below is the dataCacheClient entry in web.config:
0
votes
2 answers

Azure ReservedIP endpoints

I'm trying to provision a new Azure VM from an image via PowerShell and I need to use ReservedIP (which is why I'm using PowerShell - ReservedIP functionality isn't available from the management portal). I'm running the following…
1 2 3
9
10