Microsoft Azure
All pages referring or tutorials for Microsoft Azure.
Introduction to Azure roles and permissions (RBAC/IAM)
Tuesday, July 30, 2024 in Microsoft Azure
Categories:
8 minute read
When managing a Microsoft Azure environment, permissions and roles with RBAC is one of the basic ways to improve your security. At one hand, you want to have the permissions to do basic tasks but at the other hand you want to restrict an user to be …
Network security in Azure with NSG and ASG
Friday, July 26, 2024 in Microsoft Azure
Categories:
6 minute read
What does an Network Security Group (NSG) do? A network Security Group is a layer 4 network security layer in Azure to filter incoming and outgoing traffic which you can apply to: A single VM, you assign it to the NIC (Network Interface Card) A …
Rename name-tags to resource groups and resources
Tuesday, June 18, 2024 in Microsoft Azure
Categories:
2 minute read
When it comes to naming your Azure Resource Groups and resources, most of them are not renameable. This due to limitations on the platform and maybe some underlying technical limitations. However, it is possible to assign a renameable tag to a …