azure-configuration Questions

9

When I log into the Windows Azure Portal it sets my default subscription to a friend's account that I no longer have access to. I would like to set the account to my account as the default. If I c...
Displacement asked 23/12, 2013 at 18:16

2

Solved

I have an app service in Azure operating as an API for a system I'm designing. As the API is responsible for accessing the database directly, I obviously don't want to be storing connection strings...

1

Solved

When you have an app service, it has a "configuration" tab, which allows you to define key-value pairs that are treated as environment variables by your application. Azure also has "...
Appendicectomy asked 10/8, 2021 at 21:30

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...

6

Solved

In my Windows Azure Management Portal, I still see the "3-Month Free Trial" subscription although it has already expired and been canceled automatically. I've deleted both the hosted service in it ...
Calderon asked 1/6, 2012 at 23:16

2

I am having my database and other storage on azure cloud storage.i am using Entity Code first appoach but problem is when i am trying to read connection string from cloud storage using CloudConfigu...

7

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...
Individualize asked 12/6, 2012 at 2:13

2

Solved

ConfigurationManager has AppSettings name-value collection but CloudConfigurationManager has only GetSetting(string) method where you can get the config settings 1 by 1 if you know the key. Is th...
Balkan asked 25/6, 2015 at 12:28

2

Solved

I found that making requests to our web role after periods on inactivity would result in a very slow request (up to 30 seconds). After that initial request, the role would perform as it shoul...
Rinse asked 10/7, 2014 at 12:8

3

Solved

Does anyone knows if obtaining a static IP address for a Web or Worker Role on Windows Azure is possible (possibly only in private beta)?

1

Solved

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 t...

3

Solved

This question may not relate specifically to Azure Virtual Machines, but I'm hoping maybe Azure provides an easier way of doing this than Amazon EC2. I have long-running apps running on multiple A...
Rubicund asked 12/7, 2012 at 15:16

1

Solved

Releasing before Azure: Before using Azure, we would just have read-only config files sitting in the different environments (test, staging and production, etc.). During a release, all application ...

3

Whenever a Windows Azure role is stopped its OnStop() method is invoked. Turns out that there's RoleEnvironment.Stopping event that is triggered before OnStop() is invoked. MSDN says this event is ...
Biflagellate asked 22/11, 2011 at 13:22

1

Solved

I am writing our Azure app to use Azure service configuration settings so we can change it in real time. I can test it by deploying and then changing them in the Azure web portal. How do I allow c...
Cleopatracleopatre asked 31/8, 2012 at 13:7

3

Solved

I have an application currently in Azure and whenever we push it into the Staging segment, we cannot truly test since the connection string is pointing to the prod database. Someone mentioned to ...

3

Solved

I have two Sites within my WebRole and have defined a Startup task. The first line works fine, it creates a new App pool for me: %WINDIR%\system32\inetsrv\appcmd.exe add apppool /name:"VCPool" /m...
Separate asked 27/11, 2011 at 16:35

2

Solved

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 ...
Keener asked 5/7, 2012 at 10:25

2

Solved

I am looking to use CloudConfigurationManager so I can take advantage of Azure configuration files. I want to use a connection string I added a string to my Cloud.cscfg to configure Entity Framewor...
Critter asked 26/6, 2012 at 2:17

2

Solved

When I run a worker role instance on Azure, is it a complete VM running in a shared host (like EC2)? Or is it running in a shared system (like Heroku)? For example, what happens if my application ...
Bilyeu asked 7/6, 2012 at 3:17

2

Solved

I'm looking into moving an existing app to Azure. It will have an MVC app in one web role and some WCF services in another web role. When live, the site will live at http://www.myapp.com and the se...
Ashley asked 16/7, 2011 at 18:54

1

Solved

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 : <Sites> ... <Site name="sample.com" physi...
Joelynn asked 23/6, 2011 at 20:38

3

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 th...
Diaphone asked 15/1, 2011 at 9:17
1

© 2022 - 2024 — McMap. All rights reserved.