Posts tagged Windows Azure
Upgrade your Windows Azure CTP Account Right Now
Jan 5th
You can now update your CTP accounts for Azure to paid commercial subscriptions.
You should do this right now!
Why:
- You will still be free until the end of Jan
- You will be able to see your usage charge
- You will avoid any unnecessary hick-ups when CTP accounts are made READ ONLY on Feb 1st.
Find out more by visiting the Windows Azure Blog, see the offers page on offer page, or follow the links from the developer portal.
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS
Windows Azure Lessons Learned Series
Jan 5th
Ben Riga has been working with the Windows Azure Evangelism team over the last few months leading up to PDC. Ben was charged with working with several of our partners to get them ready for PDC ‘09. Ben also took the opportunity to chat with some of our partners about adopting Azure and the experiences they had. The results are now on Channel 9 and are worth checking out:
Kelly Blue Book – great story of migrating apps to the cloud. KBB are looking to use Windows Azure to handle spikes and failover.
Thuzi’s Outback Steakhouse Facebook App – the app behind the free Bloomin’ Onion is built on Windows Azure to handle spikes
Quark Software – are using Windows Azure to build a multi-tenant service.
Embarcadero – have integrated SQL Azure into their cross-DBMS product.
Invensys – are using the AppFabric Service Bus to connect devices for the power industry.
GoGrid – see how GoGrid are using Windows Azure to allow hybrid hosting/cloud services for development and testing.
There are many more to come over the next few weeks – check out http://channel9.msdn.com/tags/Azure-Lessons-Learned/ for updates.
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS
New Training kit for the Holidays
Dec 23rd
I’m pleased to announce we have the latest Windows Azure Training Kit available for download. If you want to get started on the Windows Azure platform, the training kit is a great resource check out the videos and hands on labs to get you going.
If you want to do your own presentations for your company or user group, you will also find some presentations and demo/walkthroughs that you can use straight from the “box” or customize to suit your needs.
If you want to give us feedback – you can email the team direct at azcfeed at microsoft.com.
December Training Kit Contents
Hands On Labs
- Introduction to Windows Azure
- Exploring Windows Azure Storage
- Deploying and Monitoring Applications in Windows Azure
- Windows Azure: Worker Role Communication
- Federated Authentication in a Windows Azure Web Role Application
- Building ASP.NET Web Form Applications with Windows Azure
- Introduction to SQL Azure
- Migrating Databases to SQL Azure
- SQL Azure: Tips and Tricks
- Intro to Dallas
- Introduction to the .NET Service Bus
- Introduction to the .NET Access Control Service
- Service Remoting with Service Bus
- Eventing with the Service Bus
Presentations and Videos
- Windows Azure Platform Overview (C9 – VIDEO)
- What is Windows Azure? (C9 – VIDEO)
- Windows Azure Storage Overview (C9 – VIDEO)
- Deploying Applications on Windows Azure (C9 – VIDEO)
- Windows Azure Compute (C9 – VIDEO)
- Introduction to Windows Azure (PPTX)
- Building Services with Windows Azure (PPTX)
- What is SQL Azure? (C9 – VIDEO)
- Introduction to SQL Azure (PPTX)
- Building Applications using SQL Azure (PPTX)
- Scaling out with SQL Azure
- What is Microsoft Codename “Dallas”? (C9 – VIDEO)
- Introduction to Microsoft Codename “Dallas” (PPTX)
- What is the Access Control Service (C9 – VIDEO)
- Introduction to the Service Bus (C9 – VIDEO)
Demos
- Deploying Windows Azure Services
- Hello Windows Azure
- Windows Azure Guestbook Demo
- Windows Azure Logging and Configuration Demo
- Windows Azure using Blobs Demo
- Windows Azure Worker Role Demo
- Windows Azure Using Queues Demo
- Windows Azure Using Tables Demo
- Preparing your SQL Azure Account
- Connecting to SQL Azure
- Managing Logins and Security in SQL Azure
- Creating Objects in SQL Azure
- Migrating a Database Schema to SQL Azure
- Moving Data Into and Out Of SQL Azure using SSIS
- Building a Simple SQL Azure App
- Scaling Out SQL Azure with Database Sharding
- AppFabric Service Bus Direct Connection Demo
- AppFabric Service Bus webHttpRelayBinding
- AppFabric Service Bus Publish and Subscribe
- AppFabric Service Bus Service Registry
- AppFabric Service Bus NetOneWayRelayBinding
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS
How to Create a x509 Certificate for the Windows Azure Management API
Dec 21st
Cut to the chase. Here is how you do it.
- Load the IIS 7 management console. I’m assuming here you have IIS7 installed since its required for the Windows Azure SDK.
- Click on your Server.
- Double Click Server Certificates in the IIS Section in the main panel.
- Click Create Self-Signed Certificate… in the Actions panel.
- Give it a Friendly Name.
- Close IIS Manager.
- Open Certificate Manager (Start->Run->certmgr.msc)
- Open Trusted Root Certification Authorities, then Certificates.
- Look for your certificate (Tip: Look in the Friendly Name column).
- Right Click your certificate, then choose All Tasks, then Export…
- In the Wizard, choose No, do not export the private key, then choose the DER file format.
- Give your cert a name. (remember to call it something.cer).
- Navigate to the Windows Azure Portal – http://windows.azure.com
- Click the Account Tab, then click Manage My API Certificates.
- Browse to the certificate file you created earlier and upload it.
- Done!
Want to use the API, check out these Windows Azure Service Management CmdLets on code gallery – http://code.msdn.microsoft.com/azurecmdlets and script your upgrades.
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS
New Training Kit for Azure & Identity
Nov 17th
The last few week have been a mad rush getting ready for PDC. The team have been heads down on PDC hands on labs for Azure (there are 13 new labs) as well as a new Channel 9 course for the Windows Azure Platform as well as an update for the training kit. We had to make some tradeoffs in this kit, and as such we’ll be adding the presentations and demos back in the next few weeks – they say to ship is to choose.
I’m also pleased to announce the Identity Training Course and kit, which Vittorio talks about here.
The entire team is at PDC 09 in LA. We’ve been behind the scenes for the keynote, driving some of the demos such as the Dallas, Project Sydney & WordPress/OddlySpecific.com demos. More on these later.
THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS