AzureWebアプリといくつかのAzureFunctionアプリを含むアプリケーションがあります。接続文字列や証明書などのアプリケーションシークレットは、Azure KeyVaultに保存されます。 シークレットは、アプリケーションまたはアプリケーションのランタイム環境に保存しないでください。 Azure Active Directory(Azure AD)への変更は最小限に抑える必要があります。 アプリケーションシークレットをロードする方法を設計する必要があります。 あなたは何をするべきか?
正解:C
Use Key Vault references for App Service and Azure Functions. Key Vault references currently only support system-assigned managed identities. User-assigned identities cannot be used. Reference: https://docs.microsoft.com/en-us/azure/app-service/app-service-key-vault-references