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:
- Clone the repo
git clone https://github.com/Azure/azureml-examples
- 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
.