2009/10/27 02:19 【カテゴリ:Windows Azure,クラウド】 (更新:2009/10/27 02:21)
PDC09のWindows Azure Platform関連セッション 
PDC09のセッション群からWindows Azure/Windows Azure Platform関連のものを抜き出してみました(2009年10月27日現在)。リンクはすべて別ウィンドウで開く仕様になっています。
・Scaling out Web Applications with Microsoft SQL Azure Databases
・Patterns for Building Scalable and Reliable Applications with Windows Azure
・Windows Azure Tables and Queues Deep-dive
・Software + Services Identity Roadmap Update
・SQL Azure Database: Under the Hood
・Windows Azure Present and Future
・Storing and Manipulating Blobs and Files with Windows Azure Storage
・Windows Azure Monitoring, Logging, and Management APIs
・Developing Advanced Applications with Windows Azure
・Enabling Single Sign-On to Windows Azure Applications
・Building Hybrid Cloud Applications with the Microsoft .NET Service Bus
・REST Services Security Using the Microsoft .NET Access Control Service
・Bridging the Gap from On-Premises to the Cloud
・Lessons Learned: Migrating Applications to the Windows Azure Platform
・Using the Microsoft Sync Framework to Connect Applications to the Azure Services Platform
・Automating the Application Lifecycle with Windows Azure
・Coming Together in the Cloud
・Lap Around the Windows Azure Platform
・Petabytes for Peanuts! Making Sense Out of “Ambient” Data.
・Architecting and Developing for Windows Azure
・Microsoft Technology Overview
・Software in the Energy Economy
2009/09/25 21:13 【カテゴリ:Windows TIPS & TRICKS】 (更新:2009/09/25 21:19)
特定の拡張子のファイルを一括削除するには? 
現在のディレクトリと、その配下にあるすべてのサブディレクトリから「.test」という拡張子のファイルをすべて削除するには、以下のコマンドをコマンドプロンプトに入力すればよい。
cd "現在のディレクトリ名"
del /s *.test
cdコマンドで現在のディレクトリへ移動する。移動しないと、すべて消してしまう可能性があるので要注意。
delが削除するコマンド。実際には「test」の部分をほかの拡張子に書き換える。
※くれぐれも慎重に。何があっても一切の責任は負いません。
2009/07/17 16:38 【カテゴリ:.NET Development,Windows Azure,クラウド】 (更新:2009/07/17 16:46)
SQL Azureのロードマップ 
SQL Azureの今後のロードマップ は次のようになっています。
- 2009年8月初旬:CTP1
- 2009年9月中旬:CTP2
- 2009年11月中旬:バージョン1(商用利用可能)
もうすぐCTP1が提供されるようになるので、その出来がどうか、楽しみですね。
(本画像はWPC09の「Extend Your Application to the Cloud with SQL Azure Database」のPPTから引用しました)
2009/07/15 14:11 【カテゴリ:.NET Development,Windows Azure,クラウド】 (更新:2009/07/17 16:50)
Windows Azureの購買モデルとロードマップに関する新情報 
各所でニュースになっていますが、WPC09というイベントでWindows Azureの価格体系やSLAが発表されました。本稿では、それらのニュース記事ではあまり触れられていない事項について補足情報をお伝えします。Windows Azureは11月17日~19日に開催されるPDC09(Professional Developers Conference November 17-19, 2009)でローンチされます。
そういえば、WPC09のキーノートでは「Windows Azure Platform」という表示がなされていました。単純に「Windows Azure」のことを表しているのか、「Azure Services Platform」の名前をこれに変更しようとしているのかと疑問に思いました。どうやら後者という話です。いきなり脱線しましたが、本題。
→ 続きを読む2009/06/04 14:24 【カテゴリ:.NET Development,Windows Azure,クラウド】 (更新:2009/06/04 21:19)
Windows Azureに関する戦略で判明したこと 
今日、マイクロソフトのクラウド インフラに関するアンケート調査に答えたが、その質問項目からWindows Azureで検討中の機能について知ることができた。
まず運用費だが、月間100米ドル(=1万円)程度を想定しており、6カ月契約で10%~5%の値引きを検討しているようだ。
また以下のような追加機能を検討中らしい。
・管理者アクセスを要求するアプリケーションをセットアップする能力
・ユーザーの応答が必要となるセットアップを実行する能力
・セットアップ以外の目的での管理者権限
・SMB互換命令を使う永続的で共有可能なファイル システム
・キューを使わずに同じサービスでインスタンス間の通信
・外出しするIPアドレスを特定のインスタンスにマップ(つまりロードバランシングなし)
・外出しするインバウンド通信をHTTP以外のプロトコル経由で許可
・デバッグ目的でのリモート デスクトップ アクセス
・ほかの目的でのリモート デスクトップ アクセス(自由回答)
・共有ホスティング(低価格、かつ、SLAなしでより厳格なWebホスティング モード)
・オンプレミスとオフプレミス間の互換性
・VLAN(バーチャルLAN)分割
・追加サービス(自由回答)
・自分のWindows Azure互換アプリ向けにマーケットプレースを構築する能力







