//
archives

Cloud

This category contains 23 posts

SQL Azure – Programmatically set your firewall settings

One of the latest features introduced on SQL Azure is the abillity to apply firewall settings on your database and allow only specific IP ranges to connect to it. This can be done through SQL Azure Portal or through code using stored procedures. If you want to take a look at which rules are active … Continue reading »

Windows Azure – Upgrade your Service without disruption (VIP Swap)

Performing an in-place upgrade on Windows Azure to change your service definition file it’s not possible unless you stop the service, upgrade and then start it again. Otherwise you can do a VIP Swap. VIP stands for Virtual IP and VIP swaps can be either done by the Developer portal or using the Service Management … Continue reading »

Windows Azure–Custom persistence service for WF 4 saving information on Windows Azure Blob

Recently, I’ve been looking a way to persist the status of an idling Workflow on WF4. There is a way to use SQL Azure to achieve this, after modifying the scripts because they contain unsupported T-SQL commands, but it’s totally an overkill to use it just to persist WF information, if you’re not using the … Continue reading »

Cloud computing – Most common concerns and my thoughts

Every single time something new emerges in the IT market, there are three distinct categories of people: Early adopters, Late majority, Skeptics. Each one of them has its own reasons and its own concerns about when, why and if they are going to adapt to this new technology, either completely or in a hybrid mode. … Continue reading »

Windows Azure Table Storage – Is backup necessary?

Yes, it is. Table storage has multiple replicas and guarantees uptime and availability, but for business continuity reasons you have to be protected from possible failures on your application. Business logic errors can harm the integrity of your data and all Windows Azure Storage replicas will be harmed too. You have to be protected from … Continue reading »

Windows Azure – Did you know.. that you can set your OS Version?

Windows Azure configuration files support an osVersion attribute where you can set which version of the Windows Azure OS should run your service. This feature doesn’t make much sense at the moment as there is only one version WA-GUEST-OS-1.0_200912-01 but in the future it’s going to be very handy. You can learn more about it … Continue reading »

Windows Azure Training Kit – December update is out

Windows Azure training kit it the best starting point if you want to get involved in Azure development. It helps you understand the basics of Windows Azure, its components and the whereabouts of the service. December’s release includes some updates and samples from PDC 09 so don’t miss it. You can download the kit from … Continue reading »

Windows Azure – Dynamically scaling your application

When you have your service running on Windows Azure, the least thing you want is monitoring every now and then and decide if there is a necessity for specific actions based on your monitoring data. You want the service to be, in some degree, self-manageable and decide on its own what the necessary actions should … Continue reading »

Patterns: Windows Azure – In-Place upgrades

In a previous post I’ve described what a VIP Swap is and how you can use it as an updating method to avoid service disruption. This particular method doesn’t apply to all possible scenarios and if not always, most of the times, during protocol updates or schema changes you’ll need to upgrade your service when … Continue reading »

Windows Azure – What is an upgrade domain?

Windows Azure automatically divides your role instances into some “logical” domains called upgrade domains. During upgrade, Azure is updating these domains one by one. This is a by design behavior to avoid nasty situations. Some of the last feature additions and enhancements on the platform was the ability to notify your role instances in case … Continue reading »

Quick Me

Windows Azure MVP:

Speaking at:
Follow

Get every new post delivered to your Inbox.