VM1 という名前の仮想マシンが含まれる Sub1 という名前の Azure サブスクリプションがあります。 VM1 に対して Microsoft Entra ログインを有効にし、Sub1 のリソースにアクセスできるように VM1 を構成する必要があります。 VM1 に割り当てるべき ID の種類はどれですか?
正解:D
System-assigned managed identity: This type of managed identity is enabled directly on an Azure resource. In this case, enabling a system-assigned managed identity on VM1 would allow VM1 to authenticate with other Azure resources within Sub1, using the identity associated with VM1.