How to integrate test the infrastructure as code? #6767
Answered
by
brwilkinson
sujampana-fadv
asked this question in
Q&A
-
After the deployment I would like to automate the validation part, like whether the user has the right roles/access or resource got deployed properly or not. |
Beta Was this translation helpful? Give feedback.
Answered by
brwilkinson
May 5, 2022
Replies: 1 comment
-
Bicep has in-built linting and configurations managing these rules. https://docs.microsoft.com/en-us/learn/browse/?resource_type=learning%20path&terms=bicep I would recommend checking out these bicep Learn materials. That link shows learning paths that include, many learning paths, below are Modules within: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sujampana-fadv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bicep has in-built linting and configurations managing these rules.
https://docs.microsoft.com/en-us/learn/browse/?resource_type=learning%20path&terms=bicep
I would recommend checking out these bicep Learn materials.
That link shows learning paths that include, many learning paths, below are Modules within:
https://docs.microsoft.com/en-us/learn/paths/bicep-azure-pipelines/
https://docs.microsoft.com/en-us/learn/paths/bicep-github-actions/