Windows Server 2019 の Server Core インストール上で実行されるサーバー アプリケーションを展開しています。 Azure Key Vault とシークレットを作成します。 サードパーティ統合用の API シークレットを保護するには、キー コンテナーを使用する必要があります。 どの 3 つのアクションを実行する必要がありますか? それぞれの正解は、解決策の一部を示しています。 注: 正しく選択するたびに 1 ポイントの価値があります。 D18912E1457D5D1DDCBD40AB3BF70D5D
正解:B,C,E
BE: An app deployed to Azure can take advantage of Managed identities for Azure resources, which allows the app to authenticate with Azure Key Vault using Azure AD authentication without credentials (Application ID and Password/Client Secret) stored in the app. * Select Add Access Policy. * Open Secret permissions and provide the app with Get and List permissions. * Select Select principal and select the registered app by name. Select the Select button. * Select OK. * Select Save. * Deploy the app. References: https://docs.microsoft.com/en-us/aspnet/core/security/key-vault-configuration https://docs.microsoft.com/en-us/azure/key-vault/general/tutorial-net-virtual-machine