Best practice and tips to get started on Azure

https://docs.microsoft.com/en-us/azure/azure-resource-manager/media/resource-manager-subscription-governance/components.png

Best Practice

Azure is continually evolving. This is a personal collection best practice that pop up in various blogs, videos and, of course, the Azure documentation. 

https://docs.microsoft.com/en-gb/azure/architecture/best-practices/naming-conventions

 

Azure Network Security Best Practices

Moving your workloads to the cloud doesn’t mean you’re not responsible for the security of your operating system, applications and data.

NSGs (Network security groups)

NSGs contain a list of security rules that allow or deny network traffic depending on the source and destination address, port and protocol. You can assign NSGs on either device or subnet level. For instance, you can block any internet-bound traffic by assigning an NSG with a "block any traffic to destination 0.0.0.0/0" rule.