SE の雑記

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

Archive for the ‘Windows Azure’ Category

TMG で Azure の Virtual Network に接続できるか挑戦中 (未完)

2 comments

挑戦中なだけでうまく接続ができていないのですが…。
# NAT の後ろに配置した TMG で Virtual Network に接続できた方がいらっしゃいましたらコメントを頂けると嬉しいです。

MSDN 上の情報としては以下になるようです。サポートされているデバイスの情報なども記載されています。
About VPN Devices for Virtual Network

フォーラムも開かれているようですのでこちらも定期的に確認をすると良さそうです。
Windows Azure Virtual Machines Virtual Network

IP Sec についてはこちらの情報がわかり易いです。
T10:IPSec ~技術概要とセキュアなネットワークの実現手法~ 第一部IPsecの基本とリモートアクセスへの応用

TMG にグローバル IP を割り当てた状態で、接続するための手順がこちらで詳細に説明されています。素晴らしい!!
Windows Azure Virtual Network VPN with TMG 2010

この辺も参考で
Azure Connect UP but can not route accross
Custom pre-shared key

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 23rd, 2012 at 9:15 pm

System Center 2012 App Controller SP1 CTP2 では Azure の Virtual Machines も管理できます

leave a comment

System Center 2012 SP1 CTP2 が思わぬところで活躍 を見ていて気づきました。
App Controller SP1 CTP2 ではAzure の Virtual Machines (VMs) の管理ができるようになっているんですね。
Read the rest of this entry »

Written by Masayuki.Ozawa

6月 21st, 2012 at 10:59 pm

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 で 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

SQL Azure のデータベースのファイルグループについて調べてみる

leave a comment

SQL Azure はベースは SQL Server ですので、データベースにもファイルグループという概念があるはずです。

ということで調べてみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 20th, 2011 at 8:49 pm

Posted in SQL Azure,Windows Azure

Tagged with

SQL Azure の NUMA ノード数を想像してみる

leave a comment

以前、SQL Azure のスケジューラー数と並列クエリについて という投稿をしました。
スケジューラー系で SQL Azure の NUMA ノード数がどうなっているのかが気になったので調べてみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 15th, 2011 at 10:56 pm

Enzo SQL Baseline を使用した SQL Server / SQL Azure のベースライン作成

one comment

twitter でパスを受けたので軽くまとめてみたいと思います。

codeplex に SQL Server and SQL Azure Performance Testing: Enzo SQL Baseline というツールが公開されています。
image

今回の投稿ではこのツールの使い方を軽く見てみたいと思います。

ヘルプに関してはオンラインヘルプで提供されています。
Online Help

ちなみに私は英語が全然だめなので英語を読まずに感覚だけて使っていますので予めご了承ください。
# 英語のツールを使うときは [考えるな、感じろ!] をモットーに検証をしています。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 12th, 2011 at 12:31 pm