We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6531029 commit 723a3a0Copy full SHA for 723a3a0
.devcontainer/post-start-setup.sh
@@ -65,7 +65,11 @@ echo "🎉 Your APIM Samples environment is ready to use!"
65
echo -e "\n"
66
echo " Next Steps:"
67
echo ""
68
-echo " 1. Open a new terminal and log in via the Azure CLI: az login"
+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>"
73
74
echo " 2. Wait until Codespace is fully started (it's fairly quick):"
75
echo " - Watch progress indicators in status bar"
0 commit comments