Hello,
What is the best way to automate the process for push to GItHub from AzureML Notebook?
Hello,
What is the best way to automate the process for push to GItHub from AzureML Notebook?
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
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).
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 ?
5 people are following this question.