Vault1という名前のAzure Key Vaultを含むAzureサブスクリプションがあります。 Vault1で、Secret1という名前のシークレットを作成します。 アプリケーション開発者は、Azure Active Directory(Azure AD)にアプリケーションを登録します。 アプリケーションがSecret1を使用できることを確認する必要があります。 あなたは何をするべきか?
正解:C
"You may need to configure the target resource to allow access from your application. For example, if you request a token to Key Vault, you need to make sure you have added an access policy that includes your application's identity. Otherwise, your calls to Key Vault will be rejected, even if they include the token" https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=dotnet