-
Notifications
You must be signed in to change notification settings - Fork 268
Partially revert #6277 to use lazy-loaded projectConfig #6373
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
Conversation
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Fixes #6372
This PR partially reverts #6277 to use a lazy
ProjectConfigso that errors as a result of loading the project config are surfaced cleanly instead of panicking. Environment dependencies are unchanged so hooks can still run without an initial .azure directory.Validation
azd provisionwith invalid azure.yaml returns proper error:Hooks still run if

.azuredoesn't exist: