Windows Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go ...
0
votes
0answers
9 views
log4net issue - Orchard on IIS8 Windows Server 2012
I'm deploying Orchard CMS onto an Azure VM (Windows Server 2012) with IIS8
I'm getting this error:
Could not load file or assembly 'log4net, Version=1.2.11.0, Culture=neutral, ...
0
votes
0answers
6 views
Diagnosing MobileServiceInvalidOperationException
I'm calling an Azure Mobile Service from a Windows Phone 8 emulator.
Sometimes I receive a MobileServiceInvalidOperationException with no InnerException property. In Fiddler, I see the response ...
0
votes
2answers
10 views
Can I make an HTTP post from Azure Mobile Services Script scheduler?
I am using the new scheduler service within Windows Azure Moblie Services. I wanted to know if I can do an HTTP post from the script?
Here is my scenario: I have built a service that goes out and ...
0
votes
0answers
10 views
Accessing the C:\ drive on azure VPS with ASP.NET
Basically I have a asp.net site hosted on windows azure, and I also have a virtual machine hosted there. Is it possible for me to read/write files to the disk on the virtual machine from my website?
...
0
votes
0answers
2 views
he type initializer for 'Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment' threw an exception
After moving my azure web app to sdk 2.1 i have started getting he type initializer for 'Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment' threw an exception. error.
The same is working fine in ...
0
votes
0answers
6 views
Uploading Blobs in Blocks using REST API times out on second chunk
What I'm trying to accomplish is to grab a SAS key from a service, modify the string key so that azure knows that I'm sending in blocks, and then send the individual blocks of the file with the sas ...
0
votes
0answers
18 views
How to connect a web service in Azure to a Azure SQL DB?
We have a SQL DB in Azure. We did a web service in .Net 4.0 that connects to the DB.
Locally works perfect (our local enviroment connects to the sql db in azure), but when we published our site in a ...
0
votes
0answers
4 views
upload existing project as is into window azure website instance
if I upload exsiting joomla project what changes i need to do to make it workiing. Is it possible??
I quickly make my site up & running i created a website instance using azure by choosing joomla ...
1
vote
1answer
21 views
How to scale effectively in windows azure?
I have been having some difficulties in identifying the right configurations for effectively scaling my cloud service. I am assuming we just have to use the scale section of the management portal and ...
0
votes
0answers
8 views
SignalR scaleout in Azure for high frequency scenario
From my reading on SignalR scaleout in Azure, the recommended way is to use Azure ServiceBus as a backplane. But in the same time there is limitation on using backplane for high frequency messaging.
...
0
votes
0answers
10 views
How do the rules for dead lettering work in the azure hosted servicebus?
We are seeing some behaviour that we can’t understand with the servicebus and deadletters, and wonder if someone can give us some insight into how the rules work.
If I create a topic with a TTL of 5 ...
0
votes
0answers
15 views
Error Installing Azure Mobile Services package in Windows Phone 8 application project
When installing Azure Mobile Services nuGet package into my Windows Phone 8 application project, I am getting an error.
Install-Package : Could not install package 'Newtonsoft.Json 5.0.6'. You are ...
3
votes
0answers
14 views
How to dynamically specify database credentials with Azure Reporting Services (SSRS)
Summary
I am using SQL Server Reporting Services on Azure. I want to dynamically specify the connection string including the credentials at runtime. I run the reports by embedding a ReportViewer ...
0
votes
0answers
10 views
In which sub-region is the Team Foundation Service hosted build controller?
Team Foundation Service offer a hosted build controller. I've got builds and unit tests up and working with this. Now I'd like to run integration tests that include a database. I would like to set up ...
0
votes
0answers
16 views
Powershell Set-AzureDeployment fails with a StorageException
I use the powershell script "PublishCloudService.ps1" from http://www.windowsazure.com/en-us/develop/net/common-tasks/continuous-delivery/ to deploy my cloud projects.
Somehow, one project doesn't ...