SE の雑記

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

Archive for 8月 5th, 2024

osProfile が存在しない Windows の Azure VM の修正方法

leave a comment

Azyre VM の構成情報には osProfile という設定があります。Windows の場合、osProfile 配下の windowsConfiguration にパッチの自動適用の設定が登録されています。

Azure VM のブレードでは JSON ビューというリンクがあります。

image

このリンクをクリックすると、osProfile の設定を確認することができ、Marketplace で登録されている標準の Windows イメージで展開した Azure VM であれば基本的にはこの設定が含まれている状態となっています。

image

しかし、enable for existing vms? #62655 のように、VM に対してパッチ関連の設定を変更しようとすると「Couldn't find 'windowsConfiguration' in 'osProfile'. 'osProfile' does not support further indexing.」が発生するケースがあります。

このエラーが発生する VM では、JSON を確認すると、上述の osProfile が存在しない状態となっています。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 5th, 2024 at 12:13 am

Posted in Azure,Azure VM

Tagged with ,