Azure DatabricksとAzure Data Lake Storage Gen2を使用するソリューションを設計しています。 Databricksから、サービスプリンシパルを使用してData Lake Storageに直接アクセスする必要があります。 ソリューションに何を含めるべきですか?
正解:D
Create and grant permissions to service principal If your selected the access method requires a service principal with adequate permissions, and you do not have one, follow these steps: 1. Create an Azure AD application and service principal that can access resources. Note the following properties: client-id: An ID that uniquely identifies the application. directory-id: An ID that uniquely identifies the Azure AD instance. service-credential: A string that the application uses to prove its identity. 2. Register the service principal, granting the correct role assignment, such as Storage Blob Data 3. Contributor, on the Azure Data Lake Storage Gen2 account. References: https://docs.databricks.com/data/data-sources/azure/azure-datalake-gen2.html