面倒なんで端的にまとめておきます。
Queue
いくつか追加されましたが、現状ではSDK1.5から操作できないので注意。
NOTE: The current storage client library (version 1.5) uses the 2009-09-19 version and hence these new features are not available. We will be releasing an update with these new features in a future release of the SDK. Until that time we have provided some extension methods later in this posting that allow you to start using these new features today.
Blobにサンプル実装が掲載されているので、REST APIで操作可能です。
Service BUS
変更点が以下にまとまられていますが。
This topic is no longer available
The Windows Azure AppFabric SDK version 1.5 no longer adds entries to the Machine.config file. You may see errors such as the following:
Configuration binding extension 'system.serviceModel/bindings/netTcpRelayBinding' could not be found. Verify that this binding extension is properly registered in system.serviceModel/extensions/bindingExtensions and that it is spelled correctly.
Machine.configへの追加が必須ではなくなったみたいですね。App.configとかに構成しても行けそうです。
教訓
リリースノートにはきちんと目を通しましょうw