Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Azure   (RSS)
For a while now I have been using a class that wraps and adds extra functionality to the queue in the StorageLib sample in the Windows Azure SDK. There are a few benefits that this wrapper provides, so I thought it might be time to share: Strongly typed Read More...
We are running a couple of briefings on the Microsoft cloud technology stack for ISVs in the next few weeks. I’ll be doing a bit on Windows Azure but the Live Platform and SQL Services will also be on the agenda. If you are interested in finding out about Read More...
On a recent POC we found a bit of a problem with the time it was talking to deploy our application to Azure’s staging environment then deploy it into production. Now I must point out that we had a token that allowed us to have quite a lot of machine instances Read More...
One thing that you need to consider when designing your Azure application is " what is the minimum deployment "? If your application has 5 different queues with a worker role to read each queue, we are going to want at least 2 instances per Read More...
After the last 2 blog entries, we have our worker process's main loop feed back into Azure's heath checking system. If we go unhealthy, Azure will notice and will eventually restart the worker role. However, this is a bit heavy handed; what if the failure Read More...
Last week, for a Azure POC, we implemented something similar to the pattern shown in Part 1 . One revision, that I asked to be made, was to surround the DateTime access code with a lock statement; I was worried that updating a DateTime struct would not Read More...
Building a decoupled, queue based system is will give you the ability to scale and the opportunity to create a highly available application. By dispatching work to multiple back end worker roles we are building a system that can survive unfortunate events Read More...
If you are developing a queue based system in Windows Azure - and lets face it, if you want a highly scalable and reliable application, you going to be using queue - you are going to have to deal with poison messages. A poison message is a message that Read More...
If you want to see the raw requests that the storage client is sending to your developer storage, the rather disturbingly named Fiddle Tool is what you are looking for. Normally network monitoring tools aren't going to see traffic to 127.0.0.1, but fiddler Read More...
When you are using a Windows Azure queue, you have to be quite particular how you name it. The rules are: The queue name must be a valid Domain Name System (DNS) name, conforming to the following naming rules: A queue name must start with a letter or Read More...
Windows Azure provides two main things - a place to run your code and a place to store your data. When you are reading this keep in mind that Windows Azure is built for writing and hosting highly scalable and available applications - it is not about just Read More...
Ok, so the Channel 9 video we did is a too little long for an introduction to the MOB Guardian project . For a briefer overview and why AWS and the RNLI are looking to use Azure to help save lives at sea, have a look at: RNLI and AWS Mob Guardian Windows Read More...
This week I have been fortunate to attend the Professional Developers Conference in LA. The PDC is the main occasion when Microsoft reveal some of what the product groups have been working on and indicate the direction that the MS platform and dev stack Read More...
 
Page view tracker