SE の雑記

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

Archive for 3月, 2011

複数のサーバーに Ping を送信するサンプルスクリプト

one comment

停電時のシャットダウン確認等で複数のサーバーに対して Ping を送る必要があるかもしれませんのでサンプルを投稿しておきたいと思います。
Read the rest of this entry »

Written by Masayuki.Ozawa

3月 14th, 2011 at 10:04 pm

Posted in Windows Server,ツール

Tagged with ,

Azure Storage でカスタムドメインを設定

leave a comment

Azure Storage では、Custom Domain を設定することが可能です。
image

以下のような技術情報が公開されています。
Registering Custom Domain Names for Blob Resources

カスタムドメインを使用するためには検証用の CNAME を DNS に設定する必要があります。

順を追って手順をまとめて見たいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 14th, 2011 at 3:52 pm

Posted in Windows Azure

Tagged with

IIS 7.5 + ARR 2.0 でリバース+キャッシングプロキシを構築

2 comments

簡単な手順でリバースプロキシ + キャッシングプロキシを使用したキャッシュサイトを作るためにはどうすればいいかと考えていたところ、IIS の Application Request Routing (ARR) をふと思い出しました。

ということで試してみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 13th, 2011 at 8:23 pm

Posted in Windows Server

Tagged with ,