ホットスポットに関する質問
Contoso, Ltd. という会社には、次のリソースを含む Azure サブスクリプションがあります。
- contosoworkspace1 という名前の Azure Synapse Analytics ワークスペース
- contosolake1 という名前の Azure Data Lake Storage アカウント
- contososql1 という名前の Azure SQL データベース
Contoso の製品データが contososql1 から contosolake1 にコピーされます。
Contoso には、Fabrikam Inc. というパートナー会社があります。Fabrikam には、次のリソースを含む Azure サブスクリプションがあります。
- Microsoft SQL Server を実行する FabrikamVM1 という仮想マシン
2019
- fabrikamsa1 という名前の Azure ストレージ アカウント
Contosoは、FabrikamVM1にある研究データをcontosolake1にアップロードする予定です。アップロードの際には、研究データをContosoが使用するデータ形式に変換する必要があります。
contosolake1 のデータは、contosoworkspace1 を使用して分析されます。
次の要件を満たすソリューションを推奨する必要があります。
- FabrikamVM1 研究データをアップロードして変換します。
- Fabrikamにデータのスナップショットへの制限付きアクセスを提供する
contosoworkspace1。
各要件に対して何を推奨しますか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

正解:

Explanation:
For ETL operations use Azure Data Factory and Azure Synapse Pipelines are based on Azure Data Factory.
Source: https://learn.microsoft.com/en-us/azure/synapse-analytics/data-integration/concepts- data-factory-differences For restricted access use Azure Data Share:
Azure Data Share enables organizations to securely share data with multiple customers and partners. Data providers are always in control of the data that they've shared and Azure Data Share makes it simple to manage and monitor what data was shared, when and by whom.
In this case snapshot-based sharing should be used.
Source: https://learn.microsoft.com/en-us/azure/data-share/overview