4 つの Azure 仮想マシンを含む Azure サブスクリプションがあります。単一の ID を使用するように仮想マシンを構成する必要があります。ソリューションは、次の要件を満たす必要があります。 * ID の資格情報が自動的に管理されるようにします。 * ID への特権の付与をサポートします。 どのタイプの ID を使用する必要がありますか?
正解:B
System-assigned managed identities enable Azure resources to authenticate to cloud services without storing credentials in code. They also support granting privileges to the identity, making them the ideal choice for this scenario.Source: Microsoft