MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.31k stars 21.48k forks source link

There is no "single-job-pipeline.yml" in the azureml-examples repo And WorkingDirectory issue #115208

Closed miller222111 closed 3 months ago

miller222111 commented 1 year ago

Hello,

My apologies if I am missing something here, but I cannot find "single-job-pipeline.yml" in the azureml-examples repo, which the line of code is referencing below.

job_name=$(az ml job create --file single-job-pipeline.yml -g $(resource-group) -w $(workspace) --query name --output tsv)

Further, even if I change it to "pipeline.yml," since this yaml file does exist in

workingDirectory: 'cli/jobs/pipelines-with-components/nyc_taxi_data_regression',

I still get the error below.

ERROR: No such file or directory: pipeline.yml

Can somebody please enlighten me as to how I can fix this?

Thanks in advance, Andrew


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

RamanathanChinnappan-MSFT commented 1 year ago

@miller222111 Thanks for your feedback! We will investigate and update as appropriate.

RamanathanChinnappan-MSFT commented 1 year ago

@miller222111 I've delegated this to @fkriti, a content author, to review and share their valuable insights.

GongJinMV commented 1 year ago

I met the same problem. The code didn't checkout which means the code was not downloaded to the VM. Just remove the following line. - checkout: none

s-polly commented 3 months ago

Thank you for your feedback. To make it easier for you to submit feedback on articles on learn.microsoft.com, we're transitioning our feedback system from GitHub Issues to a new experience. As part of that transition, we are closing older issues that we believe have been resolved by subsequent document updates.

If you feel that this issue still persists, please respond and let us know.

please-close