Microsoft File
Microsoft File
In this article, you will see how you can add Storage Blob Owner role assignment for
active directory users for granting permissions to operate on the storage account level
and to grant permissions to other users within the storage account level.
The main purpose of Storage Blob Data Owner is it allows for full access to Azure
Storage blob containers and data, including assigning POSIX access control.
Implementation:
Step 3: After selecting the storage account, from the left menu select Access Control
(IAM) >> click on Add Role Assignment
Step 4: Select Role and Search for “Storage Blob Data Owner” >> Select the role
Step 5: Next, Select Members tab >> Select Assign access: User, Group or Service
Principal.
• Next, for members >> Click on + Add member >> Search the select user or user
email and click on select to add the user.
• Add Description (Optional): If you were working at the project level, you must
add some description to know why you need access.
Step 6: Click on Review and Create.
That’s it, you are done. At this point, we have successfully added a storage blob owner
role assignment for Azure AD users.
Are you ready to unleash the power of DevOps to streamline your Software
Development and Deployment? Learn about our DevOps Live Course at
GeeksforGeeks, created for all professionals in practice with continuous integration,
delivery, and deployment. Learn about leading tools, industry best practices, and
techniques for automation through an interactive session with hands-on live projects.
Whether you are new to DevOps or looking to improve your skills, this course equips you
with everything needed to streamline workflows and deliver excellent quality software in
the least amount of time. Learn to take your skills in DevOps to the next level now, and
harness the power of streamlined software development!
Comment
More info
Next Article
Similar Reads
In this article, we will learn how to use Blob versioning in Azure Storage. Azure Storage
can automatically version Blobs for you. Let's see how that works. In the Azure portal,
we already have an Azure Storage account. To use Blob versioning, we need to enable it
from the "Data protection" menu of the Blob section. We just need to enable versionin
2 min read
Image and Video Storage with Azure Blob Storage: Media Applications
"Binary Large Object-Based Storage (BLOB)" stands for Binary Large Object. It is a
storage type where files of any size and type can be stored, ranging from gigabytes to
terabytes to petabytes and beyond. This seemingly infinite storage is unstructured and
is distinct from databases or data warehouses. Types Of Azure Blob StorageBlock Blob:
Used fo
11 min read
Optimizing Costs with Azure Blob Storage: Storage Tiers and Lifecycle Policies
Azure Blob Storage, a key component of Microsoft Azure, is a powerful service designed
to store and manage massive amounts of unstructured data in the cloud. It offers
various ways to optimize costs, including selecting appropriate storage tiers and
implementing lifecycle policies. This article explores these cost optimization strategies
to help bu
5 min read
Azure Blob Storage is like a big storage space in Microsoft's cloud where you can keep
different types of data. Inside this storage, there are two main types of blobs: Block Blob
and Page Blob. In this article, we will see the difference between the two types of Azure
Blob Storage. Block Blob Block Blob is great for storing large chunks of data tha
4 min read
Azure Functions and Azure Blob Storage: Building Scalable Serverless Applications
5 min read
2 min read
2 min read
Microsoft Azure - Query Azure Storage Logs in Azure Monitor Log Analytics
Pre-requisite:- Azure Log Analytics is a tool offered by Azure, which is used to edit and
run log queries against data in the Azure Monitor Logs store and helps interactively
analyze their results. One can easily use Log Analytics queries to retrieve records that
match particular criteria, identify trends, analyze patterns, and provide various insi
5 min read
5 min read
In today's world where everything revolves around data, managing and storing vast
amounts of data is the priority of every business operation. Azure Blob Storage, is one of
the services offered by Microsoft Azure's cloud computing platform, which is a scalable
and cost-effective solution for storing and managing unstructured data, such as
images, v
8 min read