SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for the ‘Windows Azure’ tag

Azure の Virtual Machines のディスクの基本構成と容量について

2 comments

昨日、twitter で Azureがデフォルトで提供している Virtual Machines (VMs) のイメージはデフォルトで 30GB / 空き 20 GB 程度になっているがこれでセキュリティパッチ適用をしながら運用するとどれくらい持つと思いますかという質問がありました。

これについて自分なりの考えをまとめてみたいと思います。
個人的な考えですので免責事項にのっとりほげほげですのでご了承くださいませ。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 19th, 2012 at 8:55 am

Posted in 未分類

Tagged with

Web Role の Sysprep の応答ファイルを見てみる

leave a comment

Azure のインスタンスはゲスト OS が展開される形で構築されています。
この展開時に使用されていると思われる Sysprep の応答ファイルの内容を見てみようというのが今回の投稿です。
Read the rest of this entry »

Written by Masayuki.Ozawa

12月 29th, 2011 at 4:27 pm

Posted in Windows Azure

Tagged with

VM Role と Windows Azure Connect で AD FS Proxy を公開してみる

one comment

Windows Azure Advent Calendar jp: 2011 の 9 日目のデプローイです。
Windows Azure ネタということで、毎度おなじみ VM Role でチャレンジです。
Read the rest of this entry »

Written by Masayuki.Ozawa

12月 9th, 2011 at 12:27 am

App Controller で VM Role 用のイメージを管理

leave a comment

App Controller の機能として、VM Role 用のイメージを管理できる機能があります。

今回はこの内容についてまとめてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 14th, 2011 at 6:11 am

App Controller で Azure にデプロイ

leave a comment

App Controller を使用すると管理ポータルを使用しなくても Windows Azure 上にデプロイすることが可能です。

今回は App Controller でデプロイする手順を見ていきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 13th, 2011 at 11:00 pm

App Controller で SCVMM 2012 と Azure を管理対象として追加

leave a comment

インストールが終了したので、SCVMM 2012 と Windows Azure を App Controller に管理対象として追加してみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 9th, 2011 at 7:58 pm

Windows Azure のインスタンス内の特定アプリケーションだけをリモートデスクトップでリダイレクト

one comment

Windows Server 2008 以降のリモートデスクトップではサーバー上の特定のアプリケーションのみをリダイレクトするといったことが可能です。
Windows Azure の各ロールのインスタンスは Windows Server 2008 / 2008 R2 が使用されていますので、この機能を利用することが可能です。
今回はこの設定についてまとめていきたいと思います。
# 2008 の Web Role を使って検証をしています。
Read the rest of this entry »

Written by Masayuki.Ozawa

8月 7th, 2011 at 1:57 pm

Posted in Windows Azure

Tagged with

Worker Role を HPC の計算ノードとして展開

leave a comment

HPC Pack SP2 Beta の新機能:VM Role を HPC のノードとして利用 の続きです。

HPC Pack SP2 Beta の新機能ではないのですがせっかくなのでまとめておこうかと。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 17th, 2011 at 8:08 am

Posted in Windows Azure,Windows HPC

Tagged with ,

VM Role のパッチマネジメントを考える

leave a comment

Windows Server 2008 R2 SP1 の提供も開始されましたので、VM Role のパッチマネジメントについて自分なりに考えていきたいと思います。
今回のパッチマネジメントは修正プログラム (OS / アプリケーション) を範囲としています。
# アプリケーションの更新をパッチマネジメントというかは微妙な気がするのですが…。

軽く試したところ、VM Role で Windows Server 2008 R2 SP1 を動かすことはできました。image

Read the rest of this entry »

Written by Masayuki.Ozawa

2月 21st, 2011 at 12:27 am

Posted in Windows Azure

Tagged with ,

VM Role で Azure Drive を使って SQL Server を実行してみる

one comment

VM Role で SQL Server を実行するための方法を少しまとめてみたいと思います。
MSDN フォーラムでもこの辺は話題になるみたいですね。
VMロール上でSQL Server
SQL Server installation using Azure VM role

実行することはできますが非サポートになるようですのでご利用は計画的に。

今回は Microsoft SQL Server2008 R2 RTM – Express with Advanced Services を使用しています。

Read the rest of this entry »

Written by Masayuki.Ozawa

2月 12th, 2011 at 10:17 pm