From the course: Microsoft Azure Administrator Associate (AZ-104) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Using managed identities - Azure Tutorial
From the course: Microsoft Azure Administrator Associate (AZ-104) Cert Prep by Microsoft Press
Using managed identities
- [Instructor] In this lecture, we're going to look at something called managed identities. So managed identities are a way that we can secure access to resources in Azure using service accounts that are built into the services themselves. And that means we don't have to necessarily configure or store those credentials anywhere in a configuration file. Let's walk through an example to see what we mean by this. So I've currently got a web app here and it's running a number of different options. And one of them is is it wants to read an image using a managed identity. Now this image itself is stored in a container, and this container is in a folder that has got anonymous access level set to private. So this basically means that I cannot directly go to that image and access it. If I go to the folder itself, we can see that actually it's telling me I'm not authorized, and that's because my own account doesn't have access to read those files. So what we need to do is grant that access to…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives52s
-
(Locked)
Understanding app services3m 30s
-
(Locked)
Creating an app service plan through the portal11m 38s
-
(Locked)
Creating an app service plan with the Azure CLI5m 44s
-
(Locked)
Managing app service plans14m 1s
-
(Locked)
Network integration with app service plans4m 32s
-
(Locked)
Using service endpoints4m 58s
-
(Locked)
Understanding private endpoints1m 27s
-
(Locked)
Using private endpoints6m 7s
-
(Locked)
Using managed identities5m 13s
-
(Locked)
-
-
-
-