0% found this document useful (0 votes)
28 views

Microsoft File

Uploaded by

woxew53842
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Microsoft File

Uploaded by

woxew53842
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Microsoft Azure – Add Storage Blob Owner Role Assignment For Azure AD User

Last Updated : 30 Mar, 2023

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 1: Log in to Azure Portal

Step 2: Go to Storage Account and Select your preferred Storage Account

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

Microsoft Azure- Disk Storage in Microsoft Azure


News

Similar Reads

Microsoft Azure - Concept of Blob Versioning in Azure Storage

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

Differences Between Azure Block Blob And Page Blob?

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

Serverless computing is a cloud computing execution model in which the cloud


provider dynamically allocates resources to run an application's code, and the user only
pays for the time that the code is actually running. This allows developers to focus on
building and deploying their applications, without having to worry about the underlying
infrastr

5 min read

Microsoft Azure - Check Resource Owner in Azure using KQL


In this article, we will see how we can find the creation date of resources by using the
Kusto Query Language. Azure KQL Queries helps in finding the resource creation date,
time, created user email,...etc. Note: You cannot retrieve log data if it is more than 90
days using KQL. In this case store log data to a storage account to fetch the logs for

2 min read

Microsoft Azure - Archive Azure VM to Azure Storage Account

In this article, we will be implementing a solution to archive a select azure VM snapshot


to a select storage account for archiving using azure cloud shell. For implementation,
we will be using Azure CLI commands. Prerequisite:VM SnapshotA storage account is
neededUser needs "Storage Blob Contributor Data" IAM Role Access on Archiving
Storage Accou

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

Blob Storage Vs Data Lake in Azure

Pre-requisite: Azure Storage Azure Storage is a cloud-based storage solution provided


by Microsoft Azure, which allows users to store and access data objects in the cloud. It
offers a variety of storage options for different data types and scenarios, such as blobs,
files, tables, and queues. It provides highly scalable, durable, and available stora

5 min read

Azure Blob Storage

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

You might also like