仮想ネットワークによって保護されているadls2という名前のAzureData Lake StorageGen2アカウントがあります。 adls2をソースとして使用するSQLプールをAzureSynapseで設計しています。 adls2への認証には何を使用する必要がありますか?
正解:B
Managed identity for Azure resources is a feature of Azure Active Directory. The feature provides Azure services with an automatically managed identity in Azure AD. You can use the Managed Identity capability to authenticate to any service that support Azure AD authentication. Managed Identity authentication is required when your storage account is attached to a VNet. Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql- examples