question

$$ANON_USER$$ avatar image
0 Votes"
$$ANON_USER$$ asked $$ANON_USER$$ edited

How to automate GitHub push from AzureML Notebooks

Hello,

What is the best way to automate the process for push to GItHub from AzureML Notebook?

azure-migrate
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ramr-msft avatar image
0 Votes"
ramr-msft answered $$ANON_USER$$ commented

anonymous user Thanks for the question. Can you please add more details about the use case. We have forwarded to the product team to check on this from AzureML Notebooks.
You can create a logic app to have codes pushed to GitHub (and can't just set this up inside the Azure ML Jupyter Notebooks, unless you are creating pipelines within Azure only).

Please follow the below documents to trigger published pipeline.

https://docs.microsoft.com/en-us/azure/machine-learning/how-to-trigger-published-pipeline

https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/README.md

One of the things we announced is a new set of Visual Studio Online APIs that enable these types of scenarios. It was briefly announced in the keynote with a demo with User Voice, but we also showed integrations in more detail in Brian Harry's ALM Foundational Session (that you can watch online now).


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello, thank you for your reply! Yes, the code lives in AzureML Notebooks and I've set up pipeline in the AzureML but realized it's just internally on AzureML.
I tried to create a logic app but not too sure what exact steps need to be taken in order to integrate it.

For example, if my pipeline is set to run everyday at 6pm, how would I reflect that on logic app so that my notebook files will get pushed to GitHub ?

0 Votes 0 ·