2015/05/25

ARM, Azure Resource Manager

Azure リソース管理 の新型。

新型:ARM, Azure Resource Manager
従来型:ASM, Azure Service Management

Azure Resource Manager Overview
http://azure.microsoft.com/en-us/documentation/articles/resource-group-overview/

Azure Compute, Network & Storage Providers under the Azure Resource Manager
http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-azurerm-versus-azuresm/

Network Resource Provider 詳しい!
http://azure.microsoft.com/en-us/documentation/articles/resource-group-networking/


■実際の管理手段、のいくつか
Azure CLI(for Mac, Linux and Windows)
http://azure.microsoft.com/en-us/documentation/articles/xplat-cli-azure-resource-manager/

https://azure.microsoft.com/en-us/documentation/articles/azure-cli-arm-commands/

Azure PowerShell
http://azure.microsoft.com/en-us/documentation/articles/powershell-azure-resource-manager/

http://azure.microsoft.com/blog/2015/06/11/step-through-creating-resource-manager-virtual-machine-powershell/

https://azure.microsoft.com/en-us/documentation/articles/load-balancer-arm-powershell/

http://blogs.technet.com/b/keithmayer/archive/2015/07/07/18-steps-for-end-to-end-iaas-provisioning-in-the-cloud-with-azure-resource-manager-arm-powershell-and-desired-state-configuration-dsc.aspx

■ソースコードも見られる、コミュニティベースのテンプレート集
Azure Quickstart Templates
https://github.com/Azure/azure-quickstart-templates

2015/05/08

仮想マシンが、いつ、計画停止されたのか調べる方法


http://azure.microsoft.com/blog/2015/04/01/viewing-vm-reboot-logs/


# メンテナンス, Virtual Machine rebooted due to planned maintenance event

User Defined Routes and IP Forwarding


■ルール
http://azure.microsoft.com/en-us/documentation/articles/virtual-networks-udr-overview/

■設定方法
http://azure.microsoft.com/en-us/documentation/articles/virtual-networks-udr-how-to/


#ルーティング

vNetの通信量を取得、表示


PS> Get-AzureVNetConnection -VNetName hoge-vnet


ConnectivityState         : Connected
EgressBytesTransferred    : 1253643601   <<< ココ
IngressBytesTransferred   : 7053750428   <<< ココ
LastConnectionEstablished : 2015/04/29 4:09:21
LastEventID               : 24401
LastEventMessage          : The connectivity state for the local network site 'hogelocal' changed from Not Connected to Connected.
LastEventTimeStamp        : 2015/04/29 4:09:21
LocalNetworkSiteName      : hogelocal
OperationDescription      : 
OperationId               : 
OperationStatus           : 



#トラフィック、計測

2015/05/06

Azure DNS

要約すると、既存のドメインレジストラに登録されたドメイン名をそのまま活かしつつ、Azure DNSのメリットを得るもの、です。

使い方の典型パターンは、
1.ドメインレジストラでドメイン名を取得。
2.ドメインレジストラの管理画面上で、DNSサーバとして、Azure DNSでゾーン作成時に提示されるDNSサーバ群を登録。
3.NSレコード以外の各種レコードはAzure DNS上で管理。
となります。

http://azure.microsoft.com/en-us/documentation/services/dns/


■現時点では、Azure DNSは、(お名前.comのような)ドメインレジストラではない
=== コピペ ===
Azure DNS allows you to host a DNS zone and thereby manage the DNS records for a domain in Azure. Keep in mind Azure DNS is not domain registrar.
===
http://azure.microsoft.com/en-gb/documentation/articles/dns-domain-delegation/




■Azure DNSを利用することのメリット
・世界中どこからクエリされても高速応答
・高可用性
・レコードの新規追加や更新も、高速で更新を伝搬
・(独自ドメインを使うであろう) Azure PaaS, SaaSと一元的に運用管理できる
http://azure.microsoft.com/ja-jp/services/dns/