Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with init.sh #3

Open
Mod0700 opened this issue Jan 5, 2021 · 1 comment
Open

Issues with init.sh #3

Mod0700 opened this issue Jan 5, 2021 · 1 comment

Comments

@Mod0700
Copy link

Mod0700 commented Jan 5, 2021

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

@clambert
Copy link

clambert commented Mar 9, 2021

without this fix, this tutorial is broken for anyone who doesn't understand what is going on in the script file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants