Questions tagged [azure-configuration]
144 questions
1
vote
2 answers
Can you run a standard Website and a Cloud Service on a single VM in Azure
Can you run a standard Website and a Cloud Service on a single VM in Azure? I'm trying to figure out if I can run a website with a worker role for background jobs in a single Large VM instance.
Note: Large was chosen mainly for RAM requirements of…

Daniel Little
- 16,975
- 12
- 69
- 93
1
vote
1 answer
Change ServiceConfiguration.csfg from an other role
I have several roles in my azure deployment, and one of them is kinda "admin" role, which provides a web
interface to see trace and exception logs, etc.
In my roles I use the dafault azure dianostic tools. I set up an initial config in every role's…

Tamás Varga
- 635
- 5
- 17
1
vote
1 answer
Need ServiceConfiguration.cscfg to populate web.config sessionstate and connection strings
I need to propagate connection string changes for entity framework, asp.net membership (which are both in the connectionstrings section of web.config) and session state (which is in sessonstate's sqlconnectionstring) in web.config when I adjust…

DkDev
- 547
- 5
- 14
1
vote
2 answers
Deploy to azure with roles split over different instance in different configurations?
We have a few different roles in Azure. Currently these are each deployed to separate instances so they can scale separately (and in production this is what we want), but for testing this seems wasteful and we would like to be able to deploy all…

Sam Holder
- 32,535
- 13
- 101
- 181
1
vote
0 answers
Web Role configuation for EF connectionstring
I hear a lot of people talking about storing EF connection string in Role configuration settings (.cscfg).
EF connection string could only be stored as a plain string there as the "Connection String" option is for storage connection.
In my project…

Blue Clouds
- 7,295
- 4
- 71
- 112
1
vote
1 answer
Strategy for porting a web app to Azure
We are moving a web app over to Azure and would like some feedback on our strategy. Azure is new to us and so we want to make sure that we are going down the right path. Note that we're using VS 2010.
Our current app has two parts: 1) a standard…

Jon Leach
- 821
- 2
- 10
- 21
1
vote
2 answers
Upgrading an application deployed to hosted service using REST API
Would like to know how can i upgrade a single role of deployment application on hosted service using REST API.let say I have 2 web and 1 worker role and i would like to update/upgrade only one webrole out of 2 .I know that we can do it Azure…

Soni
- 23
- 4
1
vote
2 answers
Application startup task failed with exit code 1 when Deploy on azure
I'm newbie on azure.I try to following article from :
http://msdn.microsoft.com/en-us/library/windowsazure/hh690944(VS.103).aspx
first as beginner to create helloworld app with JSP
I have uploading both of file to blob storage using azure storage…

troya_adromeda
- 647
- 4
- 15
- 33
1
vote
1 answer
How to specify which ports my Worker Role needs?
How to tell Azure I want my worker role to accept external (from the Internet) connections on port x?
Do I have to RDP in and modify the Windows Firewall to allow incoming connections on port x?
Will the IP address of my Worker Role VM change?

markmnl
- 11,116
- 8
- 73
- 109
0
votes
3 answers
Calling WCF service from Azure ServiceConfig
I added WCF Servicereference to my webapplication ,the following entries got created to my web.config .

Lee
- 665
- 3
- 7
- 16
0
votes
1 answer
Connection string not available in azure app via environment
I have a connection string I entered into the App Settings for my application. This setting was retrieving as expected up until today. Now, when I try to publish my application, the environment variable is not in the list of environment variables…

WayneRoseberry
- 41
- 10
0
votes
0 answers
Unable to read section saved in Azure configuration in blazor
I am trying to read an object stored in azure configuration on azure portal in blazor server app.
and the code in program.cs file is
var appEnvironment = builder.Configuration["AppSettings_Environment"].ToString();
var userRolePolicySection =…

Saurav Kumar
- 1
- 1
0
votes
1 answer
How can I get the variable list and their value using azure connection string?
I have a azure connection string Endpoint=https://******.azconfig.io;Id=******;Secret=******.
I would like to fetch and print (write in a file) all the variables using above string. Is there an API/ way to acheive this?
I looked for many solution.…

Piyush Gandhi
- 1
- 3
0
votes
0 answers
Azure App Configuration not updated when Sentinel value changes
I have a problem related to updating values in Azure Configuration Manager.
What is not clear to me is whether the update occurs only when the specified cache period elapses or if it should also occur when the value of the sentinel key is…

skysurfer
- 721
- 2
- 5
- 23
0
votes
1 answer
Is there a way for a WebJob to read in a custom configuration section, like AppSettings?
I am troubleshooting an Azure WebJob's custom configuration and trying to work out what the expected behaviour should be. I understand that for AppSettings, a webjob will read those from the AppService web.config. But for a custom configuration…

Jay Cummins
- 1,039
- 2
- 14
- 31