Good afternoon,
I have a question regarding the my deployment environment.
I want to investigate if every object that is deployed from other entities (like Terraform for example) is secured. I want to ensure that on every deployment the user is asked about the creation/change modifications. For example, if a blob is deployed from Terraform, to ask multiple times if the user is sure about the creation/change. Is there something like this in Azure?
This also includes security groups, if we have for example VNETs exposed to internet that we might have missed to secure in the creation process.
Can you tell me the Azure service that helps in scanning the environment or a diagram that helps in detecting the missing security points that I have in the Azure environment (on resource group level, on objects level etc).
Thank you!