Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 648 Bytes

File metadata and controls

9 lines (8 loc) · 648 Bytes

Simple Azure Machine Learning debugging example

  1. Set AZRELAY_CONNECTION_STRING and AZRELAY_CONNECTION_NAME environment variables or create .azrelay.json configuration file in workspace/repo directory.
  2. Create config.json Azure ML Workspace configuration file in this file's or workspace/repo directory.
  3. Start debugging with Python: Listen 5678 configuration.
  4. Run python3 samples/azure_ml_simple/deploy_and_run.py in terminal on the same machine. It will deploy an AML pipeline, and run it on a remote AML Compute Target.