Questions tagged [azure-configuration]

144 questions
6
votes
7 answers

Windows Azure Tools for Visual Studio csdef and cscfg do not match

I am completely losing my mind over this as I have a lot of work to do and I can't accomplish anything right now. Something happened and now every time I try to run our project in the Windows Azure emulator via Visual Studio it pops up the error as…
Kyle Sawatsky
  • 175
  • 1
  • 10
5
votes
3 answers

Windows Azure, addressing instances and sticky sessions

For a proof of concept paper, I collected facts about Windows Azure. There are 2 topics remaining I could not find a definitive answer for. Sticky sessions/sticky load balancing is not possible, am I right? Maybe there is a possibility with the…
alapeno
  • 2,724
  • 6
  • 36
  • 53
5
votes
1 answer

Getting the name and location of the deployment the webrole belongs to

I want to be able to get the name (named when the hosted service was created) and the location (North Europe, Asia Anywere, etc) of the deployment from within a running web role. I don't want to rely on a certificate and the subscription ID.…
5
votes
1 answer

Webrole - Multiple hostHeader on a single Binding?

Is it possible in Azure to have multiple hostHeader on a single Binding or is it mandatory to create one Binding for each hostheader ? Example : ...
kdstack
  • 197
  • 2
  • 11
5
votes
3 answers

Number of instances needed for windows azure application

I'm fairly new to Windows Azure and want to host a survey application that will be filled out by appr. 30.000 users simultaniously. The application consists of 1 .aspx page that will be sent to the client once, asks 25 questions and will give a…
5
votes
1 answer

Setting Up And Using Web Deploy with Azure WebRole in Visual Studio (One-Click partial update)

I am using Windows Azure, and find it a lot difficult and useless make a new "Package" each time you make a small change, and want to test it on the Cloud. I heard about the opportunity to update the web roles without re-deploy the whole instance…
5
votes
1 answer

Retrieving DNS URL for Azure (worker) role

My service is deployed to a few different environments (multiple dev environments as well as production). The service code needs to find out the URL of the current deployment at runtime. Is there an easy way to retrieve the external-facing URL for…
Omri Gazitt
  • 3,428
  • 2
  • 21
  • 27
5
votes
2 answers

How to calculate or estimate cost per user on Azure Application (SaaS)?

I believe there is no magic formula to get to a precise number and probably it will depend on a series of different aspects of the application and users. But here is the thing: I'm building a software that will allow churches to manage their…
CodeMaster2008
  • 921
  • 2
  • 13
  • 25
5
votes
2 answers

Azure Powershell cmdlets for 1.7, June 2012: what's happened to Get-OperationStatus?

The new Powershell cmdlets (documented here: http://msdn.microsoft.com/en-us/library/windowsazure/jj152841) look lovely, but there's one that appears missing: Get-OperationStatus -WaitToComplete Without this my Azure operations (e.g.…
Jeremy McGee
  • 24,842
  • 10
  • 63
  • 95
4
votes
1 answer

TCP communication on Windows Azure

Is it possible to create a service on Azure that handles a socket (ip:port) to get raw tcp data from clients and send some data back to them? I am a little bit confused in this topic, somewhere I read it is possible, other pleces say it is…
Tom
  • 3,899
  • 22
  • 78
  • 137
4
votes
2 answers

Where do I store my Azure role settings that are not to be stored as plain text?

Looks like the standard way of storing settings of Azure roles is under tag in the .cscfg file. Looks convenient, but the file is not encrypted in any way - it is an XML that is uploaded to the Azure portal as plain text and…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
4
votes
1 answer

Azure set hostHeader according to project configuration

hostHeader can be set in ServiceDefinition.csdef file as How can I change this setting…
ajay_whiz
  • 17,573
  • 4
  • 36
  • 44
4
votes
3 answers

Setting Values in Azure App Configuration from ARM Templates

You can create Azure KeyVault secrets from ARM templates. Can you also create settings in Azure App Configuration from ARM templates in the same way? I can't find any documentation for it if this feature exists.
4
votes
1 answer

Azure - How to fix "Web application should only be accessible over HTTPS" warning?

In an Azure app service > security, the following warning is displayed: Question How to set the application for https only? Already tried: edit the web.config in app service editor (XML) to create a redirection rule, which seems to be working but…
evilmandarine
  • 4,241
  • 4
  • 17
  • 40
4
votes
2 answers

How to find an Azure instance role size programmatically?

Is there an API in azure to find the properties of a role (and an instance role)? I'm looking for the instance size, and it is not available in the Azure Management API.
1
2
3
9 10