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

learn more… | top users | synonyms (1)

1
vote
0answers
40 views

Azure subscription type handling

I am currently in a pickle with how to handle in my application a unique scenario which is to offer a specific subscription type that will last only say 3 months and then after that time switch users ...
1
vote
0answers
53 views

How can I find the WCF error information in Azure?

We are getting this exception when I have hosted the WCF service in Azure for few operation contract methods. It is returning List of known object from server. If I return the string or bool instead ...
1
vote
0answers
51 views

Error when publishing to Azure

I just started playing around with Azure platform. I tried to upload a simple application to Azure cloud to see how it works. For that I m using Eclipse Indigo and the eclipse plug-in for Azure. ...
1
vote
0answers
62 views

Sending SQL Reporting server login username & password inside query/post/header

I need to load Report manually in XML to be able to draw custom diagrams from it. I would be able to load XML but Azure SQL Reporting Server asks for username and password before returning XML. Is ...
1
vote
0answers
187 views

Azure failing to find Certificates on Windows Server 2012 Worker Role

I am currently trying to upgrade our Azure Cloud Service (Web and Worker roles) to .Net 4.5 Framework. For this, we must change our Azure deployment from Windows Server 2008 to Windows Server 2012. ...
1
vote
0answers
29 views

Is there a way to install seotoaster CMS on azure?

Any information on how to install seotoaster to windows azure?
1
vote
0answers
103 views

Azure InstanceEndpoints Not Populated in RoleEntryPoint's OnStart (SDK 1.8)

A colleague of mine has the following working against SDK 1.7: foreach (RoleInstance ri in RoleEnvironment.CurrentRoleInstance.Role.Instances) { ...
1
vote
0answers
161 views

How to start Azure emulator at custom domain?

Every time I launch the Azure emulator, it points to http://127.0.0.1. This doesn't work for me because I use Facebook log in, which doesn't support numbers. So what I've done is this: I set ...
1
vote
0answers
27 views

I'm getting an error in opendatainstaller.com using windows azure

Trying to install drupal7 and data public distro using the automated installation using opendatainstaller.com I'm getting an error at the end of the steps. It says There is not enough space on ...
1
vote
0answers
90 views

AutoscalerDatapoints table limit with Wasabi

I am using WASABI in my Azure project. My autoscaler is set correctly and works fine. The problem I have is that after some days, the autoscaler is stuck on old values. For instance, it would say that ...
1
vote
0answers
269 views

Windows Azure ETag for concurrency control - incorrect ETag format?

The following code has been written for a Windows Azure table storage service: var context = GetTableServiceContext(); context.AttachTo(_tableName, entity, eTag); context.UpdateObject(entity); var ...
1
vote
0answers
51 views

WF Service on Azure, need to change/increase maxStringContentLength on basicHttpBinding

Somewhat of a newbie with this, but I've spent the whole day trying to figure this out.. I have a WF Service1.xamlx in an Azure WebRole, with a web.config ServiceModel section that includes: ...
1
vote
0answers
129 views

504 Gateway timeout when using Azure Service Bus relay

I'm using Windows Azure Service Bus relay to expose a WCF service that lives on premises using basicHttpRelayBinding. For every request, the web service will just get some data out of a SQL Database ...
1
vote
0answers
285 views

Azure tools - Object reference not set to an instance of an object

I am trying to create a new project that uses the "Windows Phone Empty Cloud Application" template(Windows Azure Tools) in Visual Studio 2010. When creating a new project it opens a small window with ...
1
vote
0answers
220 views

windows azure diagnostics agent stopped working

I get this error when I'm trying to start up web role in the emulator in debug mode. Checked this in several machines but the issue is remains the same. Any help will be great? I'm using Visual Studio ...
1
vote
0answers
562 views

Chrome refuses to load some PDFs in the browser

Our web application lets users upload forms in pdf format (which are then stored in a Windows Azure Blob) and also lets them view them afterwards. What we want to is embed the pdf in a lightbox sort ...
1
vote
0answers
70 views

Azure Web Application Architecture

I am building a webapplication which will be deployed on Microsoft Azure. Part of my site will be SSL protected and the rest will not. I am not interested in SSL securing my entire site. The SSL ...
1
vote
0answers
108 views

Long Running Outbound HTTP Request from Azure Worker Role

Given the fact that Azure will remove your instance from your Role and shut it down from time to time, is there any way to execute long-running HTTP requests from inside Azure? Typically, these will ...
1
vote
0answers
69 views

How to prevent Azure queue backlog

I have an Azure web application that sends messages to a Azure queue and I have workers that poll the queue and process the messages as they become available. For the most part, this is working fine ...
1
vote
0answers
143 views

The type initializer for 'Lucene.Net.Store.FSDirectory' threw an exception' error

I'm using the Azure Library for Lucene.net (ALL) to create and search indexes on my test Azure account. Have setup blob storage and am able to access it using the Azure Portal and the Azure Storage ...
1
vote
0answers
157 views

Integration Orchard CMS in existing ASP.NET MVC app

I created a Azure Web Role site and now have to integrate Orchard CMS into my existing Web site. Can any buddy help me steps how to do it. Regards, Rakesh
1
vote
0answers
106 views

ServiceBus WorkerRole DiagnosticMonitor Error

I have a WebRole and 2 ServiceBus WorkerRoles running, During the OnStart of the roles I get the following Exception: [System.ArgumentOutOfRangeException] invalid syntax for container log4net ...
1
vote
0answers
84 views

WebApi hosted on Azure isn't returning content on 401

I have an action in my AuthController that returns status code 202/401/403 depending on the user's status (ok, not yet approved or unexistent). public HttpResponseMessage GetAuthenticate(string ...
1
vote
0answers
155 views

FileUpload with WCF and streaming works locally but fails in Azure

I have implemented a fileupload in my ASP.NET 4.0 WebSite which runs in Azure. The AJAX Call to the WCF-Service works fine locally, but when i deploy it to Azure it fails with the following Exception: ...
1
vote
0answers
233 views

Restricting access to Azure web role

I've deployed RavenDB to Azure and run it under IIS in one web role. Now I would like to restrict access to it to either another web roles / worker roles or certain admin users. What are the ...
1
vote
0answers
535 views

Statement contains an OUTPUT clause without INTO clause error

I have a trigger that updates one of the inserted fields (RootId) with the value of the identity primary key (MessageId) of the same inserted record. The update should only happen when the RootId ...
1
vote
0answers
227 views

Unable to connect to Azure Service Management API from Azure Websites

I'm trying to connect to Azure Service Management API (this is an WCF https call with a certificate attached). Getting the "Could not establish secure channel for SSL/TLS with authority ...
1
vote
0answers
52 views

Can not find TimeStamp

in my Azure project with TableStorage I get the following Exception: Run-Time Error in Microsoft JScript: Sys.WebForms.PageRequestManagerServerErrorException: A field or property with name ...
1
vote
0answers
211 views

cannot access windows azure virtual machine

While configuring one of the subnet IP address (for virtual machine in windows azure), deleted Microsoft Virtual Machine Network Bus adapter and now cannot access the Virtual machine via RDP. Before ...
1
vote
0answers
146 views

windows azure wcf problems using an asmx file with logic in an svc

Currently in the company there is a service that is running in windows azure, I did some changes that needs to go to production but the service is not working properly when I run this in the Azure ...
1
vote
0answers
150 views

SQL Azure: Get Table Name on CREATE TABLE TRIGGER

In SQL Server 2008, I had a DDL Trigger that was getting the table name of a table being created with the following trigger: CREATE TRIGGER [tr_getName] ON DATABASE FOR CREATE_TABLE AS DECLARE ...
1
vote
0answers
131 views

Retrieving DNS URL for Azure (worker) role

My service is deployed to a few different environments (multiple dev environments as well as production). The service code needs to find out the URL of the current deployment at runtime. Is there an ...
1
vote
0answers
178 views

Custom error page on HTTP 400 Error not working on Azure ASP.Net MVC

I'm trying to have a custom error page working on Azure for all HTTP Errors. On my dev machine everything is working fine, on Windows Azure it works for HTTP404 but I still have a YSOD for HTTP400. ...
1
vote
0answers
56 views

How to add/edit a virtual network by REST API

I can add a new virtual network in management portal. But how can I do it programmatically? http://msdn.microsoft.com/en-us/library/windowsazure/jj157182 the api here confused me, I can only set the ...
1
vote
0answers
110 views

Web.config Vandalized Mystically During Azure Deployment

I know this is super weird, so to make you believe me and help me, I provide lots of evidence here. Problem: the web.config file under site/1/views has been changed during Azure Deployment. Facts: ...
1
vote
0answers
234 views

java.lang.NullPointerException while publishing windows azure to cloud

Im using eclipse juno-j2ee (32-bit) and apache tomcat server 6.0 (32-bit) on my laptop. I wrote simple jsp which display's hello world and packaged that project for windows azure. Now when im running ...
1
vote
0answers
234 views

Azure Website with RavenDb on Azure Virtual Machine - 401 Unauthorized

I'm trying to setup a website with RavenDb on windows Azure. I first setuped a virtual machine and started RavenDb on it. The configuration is made with IIS and Windows Authentication. I made the ...
1
vote
0answers
83 views

Accessing OnPremises Active Directory from WebRole running in Azure

I am trying to access the onpremises active directory from the web application running on Azure. We have selected Azure Connect as it best fits our requirement (authenticate user as well as fetch user ...
1
vote
0answers
227 views

WP7 - using Linq To SQL queries with DataServiceQuery<> filtering issue

I'm communicating with Windows Azure through a service I created (hosted locally). It currently retrieves data from my word database successfully but I'm having trouble filtering it. This is the code ...
1
vote
0answers
385 views

Windows Azure Cache Service using old configuration

The weirdest thing. I am switching over to SDK v1.7 and a new ACS and I get this weird error after I successfully login. It appears to be related to the SessionState provider for the Azure Cache ...
1
vote
0answers
236 views

Being Throttled by Azure Service Bus

I'm getting the below exception in Windows Azure when I attempt to retrieve messages from the service bus. Microsoft.ServiceBus.Messaging.ServerBusyException: The request was terminated because ...
1
vote
0answers
509 views

Unable to enable gzip compression for XHR responses in Azure Web Role

Strangely I read tons of posts regarding the exact problem and many resolutions with it, but couldn't figure this out. So please read the following just to clarify what my problem is and what I have ...
1
vote
0answers
553 views

Is Heroku hosting incompatible with .net?

I have a Facebook application hosted in Azure coded in c#. But configuration in my Facebook application asks for Hosting URL: that must be hosted in Heroku. So my application can't post actions to ...
1
vote
0answers
103 views

windows azure: exception while setting a filter for a subscription

I try to create a subscription and set a filter for that subscription, but the createRule method raise an exception. Any idea about how to fix it? Thanks. SubscriptionInfo subInfo1 = new ...
1
vote
0answers
248 views

Exception:“The value for one of the HTTP headers is not in the correct format”

Hello guys I have a problem .... I have already created a queue but I need to create another queue so I write this code: CloudStorageAccount storageAccount = CloudStorageAccount.parse ...
1
vote
0answers
186 views

TransientFaultHandling: ApplicationConfiguration class missing?

On all these links: http://michaelwasham.com/2011/11/14/handy-library-for-dealing-with-transient-connectivity-in-the-cloud/ ...
1
vote
0answers
783 views

How to access data from Hyper Terminal using C#?

Hi I have a GSM modem through which i am sending a SMS which comes in Hyper Terminal. What i want is...for Click Event of button1... When i click on the button. It runs an AT Read command (say 'CTRM ...
1
vote
0answers
227 views

Detect Azure Stage or Production by Microsoft.WindowsAzure.ServiceRuntime

I know this question has been asked before, like this one. But they all very old, the method is very complex and I tried cannot really get it work. So I wonder if the new Azure SDK gives something ...
1
vote
0answers
243 views

Azure Web role with Multiple services

I have a Azure web role WCF service deployed that has 3 services in it. However, when I try to get add service references for the 3 services in my client app, only 1 service gets the populated ...
1
vote
0answers
583 views

Windows Azure and System.Data.SQLite issues

I am trying to locally test a Windows Azure (SDK 1.6) deployment on a Windows 7 x64 and I am getting the following error: Could not load file or assembly 'System.Data.SQLite' or one of its ...

1 2 3 4 5 41