Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3321190
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:01:59+00:00 2026-05-17T23:01:59+00:00

I was hoping someone could answer some brief questions on windows Azure. I know

  • 0

I was hoping someone could answer some brief questions on windows Azure. I know this is a bit lazy, but the Microsoft websites covering Azure seem to be directed at semi technical project leads and full of business metrics – they never really seem to give a good short overview of the ‘how’.

I have an ASP.NET web application that requires some work to assist with scale (there’s some spider type processes in there and a pretty large database. It also makes many calls to outside web services).

My questions are:

  1. From a development point of view – how easy is it to port an application from standard iis / sql server type set up to Azure. Is there much coding involved. I’ve gone as far as starting a training video that has you programming the ‘fabric’ etc. Is it really practical to convert an application to Azure?

  2. I’ve heard that you can run Windows Server 2008 R2 instances in Azure – does this mean you don’t necessarily have to program with Azure specific SDK, and can just move your iis / sql server set up to azure and utilise benefits of scalablility immediately?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T23:01:59+00:00Added an answer on May 17, 2026 at 11:01 pm

    You hit on several points: training, porting, scaling, and virtual machine management.

    Training

    You should probably look at some of the intro videos at MSDev. The "Windows Azure Fall 2010" series are the latest ones. Note that, to run an app in Azure, you need to understand the Azure Fabric and related services such as diagnostics and role management.

    Porting

    You’ll need to look at what you’re doing beyond core asp.net, such as caching, session state management, security, 3rd-party DLLs, COM, registry access, and any other admin-level functions. Today, with SDK 1.2, you won’t have the ability to manipulate the registry or run an MSI. I have a related StackOverflow post about some of the areas where you might run into challenges. Regarding SQL Azure: Some features, such as CLR support, are not implemented, and you won’t have access to some system-level features. Details about differences can be found in a whitepaper on the SQL Azure site.

    With the new features introduced at PDC 2010, you should be able to overcome nearly all of these issues:

    • Session state may be hosted in
      AppFabric Cache. This will simply be
      a configuration change to your
      config. This cache will be available
      across all of your deployed web
      instances, allowing you to scale.
    • Admin-level access is available with Admin mode. You’ll be able to
      run MSI’s and modify things like the registry when your role instances boot up.

    Scaling

    You’ll need to look closely at how your app handles scaling. For example: you might have a bottleneck if all server instances attempt to work simultaneously with the same resource, causing locks. A common Azure pattern is to place work items in a durable Azure Queue and have background worker role instances consume these work items asynchronously.

    Today, Azure doesn’t provide an out-of-the-box session state management ability (e.g. storing state in SQL Server). However, there’s a downloadable sample on the SQL Azure Blog that works great with SQL Azure. As mentioned above, the new AppFabric Cache feature will provide session state management, so you will soon have an out-of-the-box solution.

    Virtual Machine Management

    VM Role was announced at PDC. In essence, this will provide you the ability to take a Windows Server 2008 R2 image, built locally, and move it to Azure. You’ll need to install Azure extensions that allow the image to be managed by the Azure fabric.

    There is a tradeoff though: Your VM won’t benefit from OS upgrades and patches: You’ll be responsible for managing these (via differencing disk). The Azure fabric will still monitor your VM’s health, and reboot it or move it if necessary. I would recommend first attempting to utilize Admin Mode, so you can still take advantage of 100% of Azure’s services.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm almost certain I know the answer to this question, but I'm hoping there's
I know this is a very academic question, but I was hoping someone here
I was hoping someone could answer my quick question as I am going nuts!
I was hoping someone could shed some light on a very odd behavior I've
I was hoping someone could give me a hand on how I write this
Hoping someone can shed some light on this. I have a PHP program which
I have a Java generics question I was hoping someone could answer. Consider the
I'm hoping someone can answer this question about an SQL query I'm tyring to
Good day, I've done some research looking for this answer, but haven't had much
I am having some trouble with a query and was hoping someone could help.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.