Azure/azure-kusto-microhack

Problems with the storage account: it wasn't created, so from where can I download the LogisticsTelemetryHistorical data?

MichalinaFR opened this issue · 1 comments

Hello,
During the deployment, the storage account wasn't created because it was disallowed by following policies:
MG-01-0006-cs-038-cs-deny-Storage-sa-require-https
MG-01-0006-az-038-az-deny-Storage-sa-require-https
MG-01-0006-az-069-az-deny-Storage-sa-require-minimum-tls1.2
,so I created it manually.

The missing part is a historical data.
I found the NYC Taxi dataset here: ADX MicroHack Lab2
Where can I find the LogisticsTelemetryHistorical data?

Regards,
Michalina

For someone who will experience the same issue, this is the solution:
Run again the Azure Cloud Shell, log in and choose the subscription as it is described in pre-requisites section.
Go to the ADX Iot Telemetry repo and find in deploy.sh file, the upload_JSON_storage() function. Copy-paste the two az storage copy statements (please remember to set your storage account name -> $saName) and then NYC Taxi data and LogisticsTelemetryHistorical data will be loaded into your storage account.