Questions tagged [azure-configuration]
144 questions
0
votes
1 answer
waiting for processing through bat file
I am writing a bat file to initialize web configuration for azure website using Azure command line.
here is an example of the command:
azure site config add testConfig=false
after writing this command in cmd, It will do some processing and then ask…

Mohamed Naguib
- 1,720
- 6
- 23
- 32
0
votes
0 answers
Unhealthy web role instance in azure cloud service deployment
My web role instance can't run after the deployment to azure, it tries to start it and then it reports the instance as "Unhealthy" and gives the following message: "The role could not be started (Role could not be started. System is initializing."…

Piblo
- 1
0
votes
1 answer
Where to get ServiceRuntime and Diagnostics v2.0.0.0?
Where do I get the following references for my project:
Microsoft.WindowsAzure.ServiceRuntime v2.0.0.0
Microsoft.WindowsAzure.Diagnostics v2.0.0.0
I only have version 1.8.0.0 of these and I cannot find newer versions.
I have tried installing the…

Dave New
- 38,496
- 59
- 215
- 394
0
votes
1 answer
Azure ServiceRuntime and Diagnostics v2.0.0.0?
I am getting the following error when running my web role:
Could not load file or assembly
'Microsoft.WindowsAzure.ServiceRuntime, Version=2.0.0.0
In my references, I see that I am using version 1.8.0.0 of the ServiceRuntime (as well as…

Dave New
- 38,496
- 59
- 215
- 394
0
votes
1 answer
Azure publish can't use saved RDP password?
Every time we publish our Azure project (all machines in our team/at home as well) it always asks us to re-enter our RDP password.
This is a bit annoying as it means the files check out and we have to keep entering the password.
The error message is…

GraemeMiller
- 11,973
- 8
- 57
- 111
0
votes
1 answer
Attempting to make an existing SQL Server database compatible with the Windows Azure platform using SSDT
I'm attempting to make my existing SQL Server 2008 database compatible with the Windows Azure platform by using SSDT, however I am getting a whole bunch of errors when I build the project due to TVFs and views looking for an external database that…

ImaginationBarrier
- 13
- 3
0
votes
2 answers
Apply configuration to worker role instances from web role
Good day,
I would like to ask a conceptual question that has been tearing my mind for a while. There is no right or wrong answer here, probably, but I hope to get better understanding of my options.
Situation:
I have a Windows Azure Application. It…

Andrey Zh.
- 47
- 6
0
votes
2 answers
Guidelines for reading from Excel on Windows Azure Web Role
My requirement is to have the user upload a CSV or Excel file for import purposes on a web application running on Windows Azure. There is associated Excel column to Field Mapping requirement as well. My environment is C#, ASP.NET, SQL Server 2010.
I…
0
votes
1 answer
How do I create a copy of my application in Windows Azure?
I have made a small application in Windows Azure. For research purposes they asked me to research this scenario, and I can't seem to find any good information on it.
In short scenario (not real):
The application works fine for 1 company but because…

Yunieke
- 43
- 2
- 9