Azure / azure-kusto-microhack

MIT License
41 stars 21 forks source link

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

Closed MichalinaFR closed 1 year ago

MichalinaFR commented 1 year ago

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

MichalinaFR commented 1 year ago

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.