Azure ML studio designer python executor is outdated

Wasim Khan 20 Reputation points
2025-03-04T10:31:25.25+00:00

Hey Team,

Explored a lot on Azure ML studio service and found the designer is helpful. Still an issue when I am using the Execute Python Script in the designer it is import all libraries older version and when checked its python version it was also outdated.
How can we upgrade to the latest still not able to figure it out.azuremldesignerpython

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kothapally Snigdha 3,020 Reputation points Microsoft External Staff Moderator
    2025-03-12T22:17:04.11+00:00

    Hi Wasim Khan

    • Ensure you have an Azure subscription and create a workspace if you haven't done so.
    • Install the Azure CLI and the ml extension, or ensure you have the Azure Machine Learning SDK v2 for Python set up.
    • Create a job definition that includes your Python script. This can be done through the Azure CLI or the SDK.
    • Use the scheduling capabilities in Azure Machine Learning to set up a time-based schedule for your job. You can create a schedule based on elapsed time to handle routine tasks.
    • After creating the schedule, you can retrieve, update, or deactivate it as needed via CLI, SDK, or the studio UI.
    • kindly refer these https://learn.microsoft.com/en-us/azure/machine-learning/how-to-schedule-data-import?view=azuHope this helps. Do let us know if you any further queries.
    • If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    I Hope these helps you. Thankyou!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.