Skip to content

Commit 723a3a0

Browse files
Add az login with tenant instruction
1 parent 6531029 commit 723a3a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/post-start-setup.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ echo "🎉 Your APIM Samples environment is ready to use!"
6565
echo -e "\n"
6666
echo " Next Steps:"
6767
echo ""
68-
echo " 1. Open a new terminal and log in via the Azure CLI: az login"
68+
echo " 1. Open a new terminal and log in via the Azure CLI with either command."
69+
echo " See TROUBLESHOOTING.md in the root for details."
70+
echo ""
71+
echo " - az login"
72+
echo " - az login --tenant <your-tenant-id>"
6973
echo ""
7074
echo " 2. Wait until Codespace is fully started (it's fairly quick):"
7175
echo " - Watch progress indicators in status bar"

0 commit comments

Comments
 (0)