2022年5月14日土曜日

Azure Arc Resource Bridgeを展開する その3 仮想ネットワークとVMイメージを登録

Azure Arc Resource Bridgeを展開する その2 カスタムロケーションを作ってAzure Arc Resource Bridgeを展開 の続きです。

本稿は、Deploy Azure Arc Resource Bridge using command line の
※2022/05/17 上記リンクが正しくなかったためリンク切れしておりました。現在は修正済みです。

Create virtual network and gallery image 項を確認します。Azure Arc Resource Bridge展開の最終フェーズですね。

1.Create or add a network switch for VMs. Make sure you have an external vmswitch deployed on all hosts of the Azure Stack HCI cluster. Provide the vmswitch name that will be used for network interfaces during VM provisioning. The parameter vnetName should be the name of the virtual network from the hosts of the cluster, for example: "myvnet".

※2022/05/28 追記

環境のセットアップに関して、myvnetを指定したのは誤りです。正しくは

Azure Resource Manager で Azure Stack HCI 上に仮想マシンを作成する

に記載されている「$vnetName は HCI クラスタ上に存在する仮想スイッチの名前にする必要があります」となります。参考になりましたので、この場をお借りして御礼申し上げます。よって本環境では、仮想ネットワークとして仮想スイッチ名"SET025"を指定すべきでした。お手数ですが、画像の読み替えをお願い致します。 

仮想ネットワークを誤って指定したことで、環境が壊れます。何が起きたかは   Azure Arc Resource Bridgeの仮想ネットワーク設定(仮想スイッチ指定)を間違えて環境を壊した をご確認ください。 

 のパートです。az azurestackhci virtualnetwork createを実行したらエラー。。。

Azure Portalから見たところ、仮想ネットワークは作成失敗してました。
仮想ネットワークを削除します。
リトライしたら、成功しました。
2.Create an OS gallery image that will be used for creating VMs by running the following cmdlets, supplying the parameters described below. Make sure you have a Windows or Linux VHDX image copied locally on the host. The VHDX image must be gen-2 type and have secure-boot enabled. It should reside on a Cluster Shared Volume available to all servers in the cluster. Arc-enabled Azure Stack HCI supports Windows and Linux operating systems.

のパートです。いて、仮想マシンの仮想ハードディスクをギャラリーに登録します。

以上で、Azure Arc VMの展開ができるようになりました。

Azure PortalからAzure Stack HCIへAzure Arc VMを展開する に続く。

0 件のコメント:

コメントを投稿