-
Notifications
You must be signed in to change notification settings - Fork 199
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
compose: with existing infra #4541
base: main
Are you sure you want to change the base?
Conversation
e64fbfa
to
fb21124
Compare
fb21124
to
78e4e1d
Compare
78e4e1d
to
5dddd1f
Compare
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
This change allows for composability to work with an existing
infra
directory unmanaged by azd.Infra provisioning. The provisioning engine has been updated to serially provision the root
./infra
, then./infra/azd
if it exists. The following behavioral changes have been applied:Composability synth. The synthesized infra directory has a
.azure
file to serve as a sentinel. If.azure
exists in a directory, i.e../infra/foo
, it means the directory./infra/foo
is "azd managed". This used to achieve the following behavior when runninginfra synth
:./infra/.azure
exists, we overwrite./infra
../infra/azd
.UX
Setup:
Preview:
Provision:
Destroy:
TBD