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)

0
votes
0answers
4 views

Azure storage emulator cannot connect to LocalDB

I have a problem with the Azure storage emulator, which refuses to connect to LocalDb. It used to work just fine before I created an ODBC connection to it using the named pipe. What happened: I ...
0
votes
0answers
12 views

Azure virtual machine instance hangs in starting state

Today one of my virtual machine instances was in a stopped state at 11am this morning, restarting it just resulted in the same issue. I then deleted the vm and the disk - just not the vhd from the ...
0
votes
1answer
18 views

Periodic Email Notifications (Windows Azure .Net)

I have an application written in C# ASP.Net MVC4 and running on Windows Azure Website. I would like to write a service / job to perform following: 1. Read the user information from the website ...
0
votes
1answer
29 views

Azure VM - the operation cannot be performed because the virtual machine is faulted

Our VM has been running fine for a while but today it was in a stopped state and every attempt to restart it results in the error "The operation cannot be performed because the virtual machine is ...
0
votes
2answers
21 views

NServiceBus saga not working

I have a handler that looks like this: public class CreateNewUserHandler : Saga<UncorroboratedCreateNewUser>, IAmStartedByMessages<CreateNewUser>, ...
1
vote
0answers
16 views

Asp.Net WebAPI routes fail on Azure compute emulator

Context I have two asp.net mvc 4 apps, one is a standard CRUD-style app derived from the Visual Studio 2010 Internet App project template, the second comes from the Web API template, and is intended ...
2
votes
1answer
29 views

Downloading files from javascript

I have a .NET web application that houses a large number of downloadable documents. I want to move these files offsite to Azure storage. However, given a particular file's URL, I need a way to ...
0
votes
1answer
19 views

Azure Dedicated Cache Across Multiple Cloud Services

I have two cloud services one service also contain dedicated cache worker role from other cloud service how can I put data in dedicated cache on other cloud service?
1
vote
1answer
21 views

How to get the latest ID for a Windows Azure Table Insert

Is it possible to get the latest id which was insert into a table via windows azure? my code looks like this: private IMobileServiceTable<FooToo> MyTable = ...
1
vote
1answer
51 views

Adding WHERE adds 20+ seconds to SQL Azure query

I'm looking for some advice on speeding up queries in SQL Azure. This is an example of the two queries we're running, when we add a WHERE clause on there, the queries grind to a halt. Both columns, ...
1
vote
1answer
22 views

Issues uploading VHD in Azure Powershell with Add-AzureVHD commandlet

I'm attempting what should be a pretty basic task. I've created a local VHD of a workstation template that I want to upload for use in my Azure environment. I'm working from Azure Powershell. I've ...
0
votes
1answer
47 views

MS SQL Database with 10m rows, convert varchar to int on column

We've inherited a database, it's got 10m rows and a query like this, that runs quite often: SELECT SUM(CONVERT(INT,numSeconds)) AS total_dwell from [dbo].[Orders] where category='Shoes' AND ...
0
votes
0answers
11 views

How to use Node.js in windows 8 javascript app

I read both of these thread: http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/1639e5e9-d334-4bc4-8636-aaac4de9d26b ...
0
votes
0answers
18 views

Storing data Windows 8 App

I'm developing a Windows 8 Application (C#/XAML). A brief outline of the application: A user creates a match (Sport, League, Team1, Team2, Forecast_score). Another user can join the match and give ...
0
votes
0answers
12 views

Restore MySQL database from cancelled Azure free subscription

I've had a site, worked at free 90-day subscription. But now these 90 days are over and subscription is cancelled. There was MySQL database, as a linked resource to that site. How could I restore ...
0
votes
1answer
21 views

Azure - Running an http server on an VM

I have created a VM on Windows Azure with Ubuntu 12.04 running on it. I have two end-points End-point1 public port: 50348 private port: 22 End-point2 public port: 81 private port: 81 Now, I have a ...
0
votes
2answers
19 views

cloud_package.cspkg file was not created after installing “socket.io-servicebus”

I'd like to use the "socket.io-servicebus" module to my node.js application. But I encountered that a problem. After installing the "socket.io-servicebus", cloud_package.cspkg file was not created by ...
2
votes
0answers
31 views

IIS Application Initialization in Azure shows 500's periodically after an Upgrade Deployment

Recently, I implemented Application Initialization in one of our Azure projects in order to minimise the time it takes for each of the sites to warm up. I essentially have implemented near exactly ...
0
votes
0answers
3 views

Unable to allocate the required address spaces

While deploying a new Web Role on Windows Azure i am getting this error: Unable to allocate the required address spaces for the deployment in a new or predefined >subnet that is contained within ...
-2
votes
0answers
20 views

Will I be charged for deploying cloud service into production rather than staging in Windows Azure free trial [closed]

I have subscribed for Windows Azure Free trial offer.Will my cloud service be charged if I change it from staging to production?
0
votes
1answer
20 views

Run aspx site backed by MySQL on Azure

I'm completely new on Azure, I have a aspx.net site that talks to a MySQL db, I would like to run both, site and db on Azure, what would be the bext way to do so? Thanks
2
votes
0answers
27 views

Include TypeScript files in azure git deploy

I'm trying to include TypeScript files in my automatic git deploy so I can showcase code for a framework I'm building. However, whenever I deploy to azurewebsites the deployments do not include the ...
-1
votes
1answer
20 views

How many tables can you put in one windows azure storage account? [closed]

The documentation I see says that there can be "Many" tables in one storage account. Does anyone actually know the limit?
1
vote
0answers
8 views

How to deploy a node app to azure if the node app is buried in repo directory

I am trying to deploy a project to azure, via the "remote git repo" method. But in my repo, the actual node application is a few directories in. Thus, Azure does not do anything when the repo is ...
-2
votes
1answer
22 views

No admin privilege for the only user (Windows Azure) [closed]

I'm going nuts here. I have created a server and a user for it when I was prompted to do so. That first (and only, so far) user should have admin rights automatically, right? His username is even ...
0
votes
1answer
18 views

Is there a way to delete a pending message from a Service Bus Queue in Azure?

I am currently queuing messages to be run at a future date with .scheduledEnqueueTime. Sometimes the events that the messages are relaying data about change or are deleted, and when this happens I ...
0
votes
1answer
20 views

Can't create multiple striped disk volume in Azure VM

I created an Azure Medium instance Windows 2012 Server and I'm having a problem striping together multiple Azure data disks into a single volume using the Server Manager tool. In Azure I provisioned ...
2
votes
0answers
32 views

Session dropped using combination of Azure, Https, and Remote HTTP calls

We have an ASP.NET MVC web role running on Azure. The entire site requires https, using the [RequireHttps] attribute. As part of the site, we have integration with a credit card payment gateway. A ...
0
votes
1answer
13 views

Windows azure cache error - “Cache referred to does not exist. Contact administrator or use the Cache administration tool to create a Cache.”

I have one application on Windows Azure cloud and I'm using Windows Azure Co-Located Cache. Some times, when I publish the website/webservice, this error appears when I call the ...
2
votes
0answers
10 views

The deployment is transitioning since 2 hours

After a deploy started from VS2012, my deployment stuck in status "transitioning". Actually, my services are working properly, and all instances are running. I cant update, delete, or stop my ...
1
vote
1answer
31 views

Migrating SQL Server database from AWS to Azure

I have a large database in an AWS instance running SQL Server 2008 on a Windows Server 2008 R2. The database is constantly changing and writing information, and its size is about ~100GB I wish to ...
1
vote
1answer
18 views

Azure Website to use Classic Application Pipeline

I'm moving 10 sites to Azure Website(s), they need to use Classic Application Pipeline, not integrated. How can I set that?
1
vote
1answer
32 views

implementing out-of-process cache using Redis in windows azure

I've been working on a webpage that displays a table from a database I have in my azure cloud. In order to reduce calls to the DB directly for performance improvement I would like to build a cache for ...
1
vote
1answer
16 views

Windows Azure Facebook Token

I am using Windows Azure Mobile Services to log in using facebook. Once the user logs in I have the token but when I try to use this token with the facebook client I get a bad signature exeption. ...
1
vote
1answer
27 views

Azure Cloud Service with SSL is not working

We want to configure SSL for our application in Windows Azure Cloud. As per the instructions in windows azure (ref: http://msdn.microsoft.com/en-us/library/windowsazure/ff795779.aspx), 1) we have ...
1
vote
0answers
21 views

Can I have a 'friendly name' in an ACS service namespace?

I am successfully using ACS to login to a web application using Windows Live, Facebook and Google. Google includes the service namespace in the confirmation message, as below: ...
0
votes
0answers
20 views

Windows Azure Ubuntu - 500 OOPS: priv_sock_get_cmd error while making an FTP connection

I have created a VM on Windows Azure and running Ubuntu on that I have been able to successfully communicate using the http protocol on port 80 However, I am not able to make a successful FTP ...
0
votes
1answer
20 views

APNS in windows azure

I have been implementing apple push notifications from windows azure. I have been able to connect to APNS server and get authenticated using the certificates. And I dont get any exception when i write ...
0
votes
0answers
16 views

Azure - when to use Exchange Webservice (EWS) vs. System.Net.Mail

I'm working on mvc3.0 asp.net project hosted in azure. One of the requirement is to be able to send the emails of work flow. While researching I came across EWS (Exchange Web Service) below: ...
0
votes
0answers
27 views

WebServiceHost connection aging, i.e. how to close incoming connections to WebServiceHost

My service runs in multiple worker role instances in Azure. I use WebServiceHost to listen for incoming client requests. I try to close some of the incoming connections after upgrade/restart of an ...
0
votes
1answer
37 views

For an Azure website running on the shared model what does “Up to 240 minutes of CPU/day”?

I have searched around as many places as I can find and I cant find anything that explains this clearly. So far what I think: On the shared tier you may only have your website consume 240 minutes ...
0
votes
0answers
22 views

Azure file upload

I'm using the standard file upload control on my site hosted with Azure: <input id="input-file" name="file" type="file" /> I'm uploading to: MySite/images/profiles. Whenever I try to upload I ...
2
votes
1answer
38 views

Windows 8 push notification without associting the application to windows store

I'm developing a windows 8 modern UI application which requires push notification to be implemented using via windows azure notification hub. All the sample implementation that I see requires windows ...
1
vote
1answer
17 views

Import MySQL db into MS Azure

I want to import a MySQL schema into a db in Microsoft Azure, I have read I need to have the file with the schema in BACPAC format, after that the file can be uploaded and imported in MS Azure. How ...
1
vote
1answer
42 views

Windows Azure REST API MediaLink

I'm trying to use the API REST of Windows Azure for creating a virtual machine deployment. However, I've got a problem when trying to specify an OS image in the following XML file: <Deployment ...
0
votes
1answer
15 views

Create Azure VM from image created under different subscription

Is there a way to take a backup of a VM (image capture following the sysprep method) and then make that image in the gallery visible to someone under their subscription. For example, I create a VM, ...
0
votes
1answer
15 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
25 views

Microsoft.SqlServer.Types, Version=11.0.0.0 missing

I have published the project on Azure websites and it throws exception: Microsoft.SqlServer.Types, Version=11.0.0.0 missing when I try to run report. Locally everything works fine. I have ...
0
votes
1answer
20 views

Re-numbering sub-sets of a table in SQL

I have a table which contains columns for: ComponentID, PartID, Position, Country and City. The primary key consists of ComponentID, PartID, Country and City. I am using MS SQL Azure. Potentially a ...
0
votes
0answers
29 views

Enable compression in Windows Azure

How to enable compression in Windows Azure? I am trying to deploy my web application developed in java (OfBiz) on Windows Azure Cloud. I am not using Apache. I am using tomcat only. How can I enable ...

1 2 3 4 5 165