Ibikunle ayobamigranttservices.hashnode.dev·May 10, 2024Microsoft Entra ID / Azure Active Directory RolesIntroduction Sometimes, we may have confusion between two terms - Azure AD roles and Azure roles i.e. role-based access control in Azure. In this article, I will explain some of the core differentiation between those two terms. Step 1; Explain the di...Azure AD
Pranav Bawgikarpranavbawg.hashnode.dev·Apr 17, 2024Virtual Machine SecurityIntroduction A VM or Virtual Machine is a way to create a computer within a computer so that you can run different operating systems on the same machine. So, for example if your computer works on Windows, with a VM, you could also run Linux on the sa...1 like·28 readsCloud Computing
Orintunsin ayotundeorintunsin.hashnode.dev·Sep 10, 2023Walkthrough on How to Manage Role Based Access Control (RBAC)Introduction - In today's digital landscape, data security and privacy are paramount concerns for organizations and individuals alike. Whether you're running a small blog or managing a complex enterprise system, controlling who has access to your res...1 likeCloud Computing
Bunmi Agbomejibunmicloud.hashnode.dev·May 27, 2023Assigning Contributor Role to a User in AzureAzure offers various levels of roles that can be assigned to users. These range from the Reader role to Virtual Machine Contributor and even the ability to create custom roles specifically for users. The purpose of granting these permissions and rest...5 likes·914 readsroles
Israel Orenugaisrxl.com·May 21, 2023Converting Azure Key Vault from Access Policy to RBAC Permission ModelAs businesses evolve and adopt cloud technologies, the management of sensitive data becomes increasingly crucial. Azure Key Vault, a cloud service provided by Microsoft, offers a secure storage solution for cryptographic keys, secrets, and certificat...65 readsAzure Key Vault
Suraj Somanisurajsomani.hashnode.dev·May 6, 2023Azure blob storage - upload blob using REST API and bearer token in PostmanIn this blog, we will see steps on how to create an authorization header using bearer token created for an Azure storage account resource and call PUT blob REST API to upload a file using Postman. We will provide the required permission to perform th...223 readsAzure REST APIsazure REST API