Learn Azure and Save a Life

Folding@Home is a Stanford University research project into Alzheimer's, Huntington's, and many forms of cancer. Essentially it’s a distributed computing project (it probably could be classified as a useful SETI) where small units of work are farmed out to available computing resources.

This kind of problem is one that’s ideally suited to Windows Azure (and other cloud platforms), so if you’d like to learn about the new Windows Azure Portal and potentially contribute to some life-saving research here’s all you need to do:

  1. Sign up for a 90-day trial at https://aka.ms/AuAzTrial (you’ll need a credit card to prove who you are, but we won’t charge it unless you specifically give us permission to)
  2. Download the package from https://aka.ms/AuAzAtHome - extract the two files somewhere on your machine
  3. Create a storage account in the new portal called something unique
  4. Quick-Create a cloud service account in the new portal
  5. Add a new production deployment, call it something useful (for later reference) and upload the cspkg and cscfg files you extracted in (2) above
  6. Go to storage in the portal and click on your new storage account. Click the manage keys button in the app bar at the bottom and copy one of the keys to the clipboard
  7. Go to cloud services in the portal and click on your new cloud service. Click on the configure tab
  8. Scroll down to the athomewebrole settings. Update the dataconnectionstring setting, replace {name} with your storage account name (from (3)) and {key} with the key you copied in (6). Save.
  9. Wait a couple of minutes (probably about 120 sec)
  10. Go to cloud services in the portal and click on your cloud service’s url
  11. You should see something like this:
    clip_image001
  12. Click start folding and you’re away.
  13. After about 10 minutes check back at your folding url and you should see some progress:
    clip_image002

Look at you - saving the world.