vladris / azure-data-engineering

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

Issue with code 3.28, deploy-adx-objects.yml #11

Open rodrigomlpOz opened 2 years ago

rodrigomlpOz commented 2 years ago

Faced the issue described on this subreddit, which prevents the pipeline from running when there is a push to master:

https://www.reddit.com/r/azuredevops/comments/qj9fr0/an_image_label_with_the_label_ubuntu16_does_not/?utm_source=BD&utm_medium=Search&utm_name=Bing&utm_content=PSR1

Spent a couple of hours on this, so believe this change will be helpful. The solution is to add this at the end of the code:

pool: vmImage: 'ubuntu-latest'

Without this change, the pipeline does not run.

vladris commented 2 years ago

Thanks! If you have the working yml, would you mind submitting a PR?

rodrigomlpOz commented 2 years ago

For sure, will do