-
Notifications
You must be signed in to change notification settings - Fork 381
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
feat: Replications and WAF alignment for App Store - avm/res/app-configuration/configuration-store
#1696
Conversation
Looking for feedback on this on two items. I was not sure on replicas what to do with locations...I found avm\res\aad\domain-service\tests\e2e\waf-aligned\main.test.bicep where locations are hard coded and figured maybe this is how it should be handled? I also per https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.AppConfig.AuditLogs/ Audit logs are required and I wasn't sure what to put for diagnostic log locations for the default testing. I left them all (Event Hub, Storage Account, Workspace). I felt this was heavy and not sure on guidance. |
avm/res/app-configuration/configuration-store/tests/e2e/defaults/main.test.bicep
Outdated
Show resolved
Hide resolved
For the last point, those rules are currently not blocking as they are not part of the WAF reliability pillar. I'm not saying we shouldn't care about them, just that are not a priority 1 and can be taken for example in a next PR. That said, as a rule of thumb, defaults tests should only cover required parameters, so audit logs rules can be exempted for defaults tests only. The exemption file specific for defaults tests is https://github.com/Azure/bicep-registry-modules/blob/main/avm/utilities/pipelines/staticValidation/psrule/.ps-rule/min-suppress.Rule.yaml |
avm/res/app-configuration/configuration-store/replicas/main.bicep
Outdated
Show resolved
Hide resolved
avm/res/app-configuration/configuration-store/tests/e2e/defaults/main.test.bicep
Outdated
Show resolved
Hide resolved
Co-authored-by: Erika Gressi <[email protected]>
…in.test.bicep Co-authored-by: Erika Gressi <[email protected]>
All updated! |
…Folberth/bicep-registry-modules into fix/configuration-store/orphan
Co-authored-by: Erika Gressi <[email protected]>
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.
🆗
Description
Fixes #1502
Closes #1502
-->
Pipeline Reference
Type of Change
version.json
:version.json
.version.json
.Checklist
Set-AVMModule
locally to generate the supporting module files.