Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 745 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 745 Bytes

Azure/azureml-examples repository setup scripts

license: MIT

These scripts are for setting up the Azure/azureml-examples repository, including Azure resouces, using the Azure CLI and GitHub CLI.

To setup the resources required by this repository:

  1. Clone the repo
git clone https://github.com/Azure/azureml-examples
  1. Run the azure-github.sh script:
cd azureml-examples/cli
bash -x azure-github.sh

This will run the other scripts, in addition to Azure and GitHub setup. Adjust as needed.

Required CLI tools include:

  • gh
  • az
  • az ml
  • azcopy

Ensure you az login and azcopy login and have permissions to set secrets via gh.