You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line# 25 and 26, the export command is not able to assign the right value to the ACR_USERNAME and ACR_PASSWORD variables because the 'az acr credential show ... ' commands are not between .
On line# 38, the ACR_USERNAME variable does not has a '$' sign before that. So, instead of printing the value, it is just printing the variable name.
On line# 40, the value to displayed should be $AKS_NAME and not $ACR_NAME
The text was updated successfully, but these errors were encountered:
The init.sh file has the following issues:
On line# 25 and 26, the export command is not able to assign the right value to the ACR_USERNAME and ACR_PASSWORD variables because the 'az acr credential show ... ' commands are not between
.
On line# 38, the ACR_USERNAME variable does not has a '$' sign before that. So, instead of printing the value, it is just printing the variable name.
On line# 40, the value to displayed should be $AKS_NAME and not $ACR_NAME
The text was updated successfully, but these errors were encountered: