vladris / azure-data-engineering

https://freecontent.manning.com/vlad-riscutia-data-engineering-on-azure/
21 stars 22 forks source link

3.27 Create ADX Service Connection Change #1

Closed davecorun closed 3 years ago

davecorun commented 3 years ago

The az devops command must have changed.

I've updated the script to work:


$jsonresult = az devops service-endpoint create --service-endpoint-configuration config.json

$adxendpoint = $jsonresult | ConvertFrom-Json

rm config.json

az devops service-endpoint update --id $adxendpoint.id --enable-for-all