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
andYes
for was this answer helpful. And, if you have any further query do let us know.
I Hope these helps you. Thankyou!