Tagged Questions
0
votes
1answer
18 views
Update Azure Staging deployment will create new url
I am using cloud service for my web application currently it is in development phase. My all updated code is on staging environment, I have create staging server on May 13, 2012. Now from last two ...
0
votes
1answer
66 views
Resource file is not included when packaging and publishing web role on windows azure
I want to deploy a web role on Windows Azure. The project contains a large resource file (in fact, a dictionary file with extension .dct).
After packaging with vs2010, I investigate the .cspkg file, ...
0
votes
2answers
95 views
Windows azure project architecture
I am new to windows azure plateform i want to ask a very basic question. I am doing a project on windows azure and due to some concurrency problems i want also my Browser GUI to be in the cloud which ...
1
vote
2answers
207 views
How can I automate publishing and referencing static content to Azure Blob Storage?
To optimise the speed of my MVC3 Azure site it has been suggested that I should host my JS, CSS and image files (basically any static content) in Azure public containers with CDN enabled. These should ...
2
votes
2answers
659 views
.Net Class Library Unit Test Setup Step for All Tests called only once
I have a class library and associated test library. The class library needs to have the Windows Azure Storage emulator started at the beginning of the run regardless of how many classes or tests are ...
0
votes
1answer
331 views
Read file from blob url container
Below is my blob url where my word file is located, and I want to read the file and show its content in my web form(C#).
...
2
votes
1answer
317 views
Windows Azure Storage Emulator and custom ports
I needed to customize my storage emulator ports to deal with a system process that uses the same default ports. That all works fine. Question is, how do I update my VS2010 projects to look at the ...