Setting up and managing device configurations using Intune
Hi john cary
Thank you reaching out to Microsoft QnA.
One of the most important things is not to work directly on production environment. You should work on lower environments first such as dev and test and then move to prod when all looks good. Guide: https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/considerations/environments
I recommend you to use Microsoft cloud adoption framework guideline while planning to work on production environment
Kindly check this guide for all the best practices: https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/overview
Use Infra as Code practices to plan for deployments in multiple environments. Read here about it: https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/
Also, always follow cloud security benchmark policy to secure your azure resources. Details can be found here : https://learn.microsoft.com/en-us/security/benchmark/azure/
Use scanning tools to scan your code before deployments such as Trivy, Checkov, Sonarcube etc.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.