7つの主要な地理的地域に分散された2500万台のデバイスからのテレメトリデータ用のAzureData Lake StorageGen2構造を設計しています。毎分、デバイスはメトリックのJSONペイロードをAzure EventHubsに送信します。
データのフォルダ構造を推奨する必要があります
NS。ソリューションは、次の要件を満たしている必要があります。
各地域のデータエンジニアは、それぞれの地域のデータに対してのみ独自のパイプラインを構築できる必要があります。
Azure Synapse AnalyticsサーバーレスSQLプールに含めるには、データを少なくとも15分ごとに1回処理する必要があります。
構造を完成させることをどのように推奨しますか?答えるには、適切な値を正しいターゲットにドラッグします。各値は、1回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

Explanation:
Box 1: {YYYY}/{MM}/{DD}/{HH}
Date Format [optional]: if the date token is used in the prefix path, you can select the date format in which your files are organized. Example: YYYY/MM/DD Time Format [optional]: if the time token is used in the prefix path, specify the time format in which your files are organized. Currently the only supported value is HH.
Box 2: {regionID}/raw
Data engineers from each region must be able to build their own pipelines for the data of their respective region only.
Box 3: {deviceID}
Reference:
https://github.com/paolosalvatori/StreamAnalyticsAzureDataLakeStore/blob/master/README.md