How execute a shell script which is in my git repository through azure cli to create resources on Azure like remote storage account for Terraform state files and an Azure AD group for AKS admins
I tried to perform git clone in azure cli and then run the script present manually. But received errors like below: '.' is not recognized as an internal or external command, operable program or batch file.' Also, Ideally there should be a way to directly run scripts present on a github account with azure cli.