Azureの小ネタ (改)

~Azureネタを中心に、色々とその他の技術的なことなどを~

VMロール現時点のまとめ

VMロールはまりどころ

VMロールのはまりどころが、Expert Tips on VM Role Deployment with Windows Azure SDK 1.6 - Avkash Chauhan's Blog - Site Home - MSDN Blogsにまとめられています。
やってはいけない「べからず集」として、
Don't do it:

  1. Don't change Firewall settings port in VM keep it default
    ファイヤーウォールの設定を変えない。
  2. Don't change time zone and be sure to keep it UTC which is default
    タイムゾーンの設定をUTCから変えない
  3. Don't change Remote Access and Remote Forwarder Services settings as they are already set properly during Integration components installation.
    統合コンポーネントによって設定されたRemote Access、Remote Forwarderの設定を変えない。
  4. Please don't install Windows Azure SDK in VM.
    Windows Azure SDKをインスコしない。

RDP Issue

SDK1.3の integration components を組み込んだVHDを、SDK1.4でパッケージ&デプロイするとリモートデスクトップ接続できなくなる問題がありそうです。自分も、コレにはまりました(たぶん)。
そして、その回避策として、Windows Azure Support: “Known Issues using RDP file from the Management Portal” があるそうです。