I can't for the life of me find any example or way of setting the subscription ID using the aks pipe integration. It uses an arbitrary default which causes the command to fail at the moment.
@dan_taylor hi. New version of the azure-aks-deploy pipe released with support of subscription ID feature:
script: - pipe: atlassian/azure-aks-deploy:1.2.0 variables: AZURE_APP_ID: $AZURE_APP_ID AZURE_PASSWORD: $AZURE_PASSWORD AZURE_TENANT_ID: $AZURE_TENANT_ID AZURE_AKS_NAME: 'my-cluster' AZURE_RESOURCE_GROUP: 'my-resource-group' KUBECTL_COMMAND: 'version' AZURE_SUBSCRIPTION: 'my-subscription'
Regards, Igor
Hi @dan_taylor . Thanks for your question. Currently this pipe does not support subscription ID.
We added this as a feature request. We will notify you when this feature will become available.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.