These scripts are for setting up the Azure/azureml-examples repository, including Azure resouces, using the Azure CLI and GitHub CLI.
To setup the repository, run the azure-github.sh
script:
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
.