-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Description
Opening this issue as a note on how to upgrade from key vault in core/ to AVM.
- AVM uses Premium SKU by default, AZD Core used standard. You must override this setting
- AVM will enable purge protection and soft delete by default (AZD core did not)
- RBAC authorisation is enabled by default in AVM
- The key vault URI output name is
uriinstead ofendpoint - AVM uses types for settings like secrets
- Keyvault secrets are a parameter for the key vault resource
- Keyvault secrets do not have the same defaults as AZD core, specifically the
expandnbfparameters for secrets were defaulting to0in AZD core and in AVM default to whatever the Azure API default is - AVM has a parameter for role assignments when using RBAC, but this will probably create a circular dependency with an application that needs the key vault URI.
Metadata
Metadata
Assignees
Labels
No labels