Tagged Questions
0
votes
1answer
13 views
Connect internally to a Virtual Machine with SQL Server from Web Sites using Windows Azure
I am using Windows Azure Web Sites to host my web application and also have a Windows Azure Virtual Machine with SQL Server on it. I would like to connect internally from Windows Azure Web Sites to my ...
1
vote
2answers
34 views
Can webapp in virtual machine access a cache role in azure?
the question is very simple. I've got a website deployed on azure's virtual machine, also there's a dedicated cache role deployed on cloud service. The question is, how can I make the website in ...
1
vote
1answer
42 views
Show internal server error?
I have the following output when running my web application:
The page cannot be displayed because an internal server error has occurred.
Screenshot:
In my web.config, the following are set:
...
0
votes
2answers
34 views
Runtime error only when running in Compute Emulator
I have a runtime error which is occurring only when I run my web application in the Compute Emulator:
Could not load file or assembly 'Microsoft.VisualStudio.Profiler' or
one of its ...
1
vote
1answer
16 views
Do internal Azure WCF services require security
Really simple (possibly stupid) question for the Azure experts out there.
I am currently in the process of building an application which uses web and worker roles and in the back end connects to WCF ...
0
votes
1answer
40 views
How can I determine what sort of role architecture would benefit my Window Azure application?
What architectural considerations should I make when developing Windows Azure solution designed as a silverlight frontend to a dataservice backed by SQLAzure?
In short, I have a Silverlight interface ...
1
vote
1answer
32 views
Azure storage sdk v1.3 to v2 => SetConfigurationSettingPublisher
How could you convert this in Azure storage v2.0 since "SetConfigurationSettingPublisher" was deleted ?
CloudStorageAccount.SetConfigurationSettingPublisher(
( configName, configSetter ) =>
{
...
1
vote
1answer
20 views
How to deploy a Node.js web role along with a .NET web role in azure cloud service project?
I have a cloud service with a web role in .NET. But I am also using socket.io for some functionalities of my project. What i have been doing all this while is that am putting the socket.io node.js ...
0
votes
3answers
36 views
Azure ServiceBus Queue. I receive the same message several times
I invoke client.Send(brokeredMessage); once, but I receive the message several times. For handle queue I use this code
private static void HandleQueue(string queueName, MessageHandler messageHandler)
...
0
votes
1answer
60 views
SSL Certificate for Azure
I want to set a SSL Certificate to my Azure Website. The CA, Gandi, gave me a .crt file.
However, Azure wants a .pfx file with private key.
I must say that I'm not used to deal with SSL Certificates ...
0
votes
0answers
17 views
Windows azure webapp with spatial data
Exploring windows azure atm for a weekend project involving storing location data.
What is the best way to be able to store and process spatial data on windows azure using .net ?
Is processing ...
0
votes
1answer
48 views
Windows Azure Active Directory Authentication - Visual Studio 2012 tools
I've been struggling with this one now for a good week or so. I need to connect via Azure (not ACS, the Active Authentication Provider) up to Office 365. Literally the only way I've seen to do this ...
0
votes
0answers
19 views
EntityEvent of Azure Resource Provider for Windows Azure Store
I'm implementing azure store provider like here https://github.com/MetricsHub/AzureStoreRP. Also I'm using SDK https://github.com/WindowsAzure/azure-resource-provider-sdk. There is sample request in ...
-1
votes
1answer
14 views
DataCacheException when publishing package to cloud service
When deploying my package to a cloud service in the Azure Portal, I have found the following problem:
All the instances are waiting for the role to start, with the following exception occurring:
...
0
votes
1answer
37 views
Azure Mobile Services vs web sockets for device as a server
I have in mind a scenario where a Windows 8 app will act as a server, receiving messages from diverse clients (other Windows 8 apps or Excel Web Apps). Those messages need to arrive at a low latency ...