-
Notifications
You must be signed in to change notification settings - Fork 213
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
easy-init: Switch to avm (Azure Verified Modules) #4455
Conversation
87e8b11
to
d1f37c0
Compare
@v-xuto - Can you please test this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - just one comment around the redis key usage instead of managed identity and just want to know if we have options for keyless auth?
@jongio We have finished the manual tests for this PR. We filed one new issue: #4459, and there are three old issues #4347, #4348, #4127. The rest of the test results are: PASS. |
d1f37c0
to
ad039f1
Compare
azd's AVM monitoring module provides the same functionality. Use that instead
update next-steps documentation
ad039f1
to
a417b43
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
|
With this change, we switch easy-init's generated infrastructure to use avm (Azure Verified Modules).
Since AVM allows us to express resource definitions in a more condensed form, we have a single resources.bicep that uses all the different modules available, similar to Aspire's generated Bicep.
Notable behavioral changes with this PR:
Postgres
MongoDB
Redis
Standardized environment variables:
Contributes to: https://github.com/Azure/azure-dev-pr/issues/1682