From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Using managed identities - Azure Tutorial
From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Using managed identities
- [Instructor] In the last lesson, we looked at how we could more securely store secrets when connecting to things like storage accounts or databases by storing that key within a key vault, granting access to the key vault to the principle that's running it, so in this case it was a virtual machine, but it could quite easily be a web app, and then programmatically extracting that code from the key vault rather than embedding the code within our application itself. In this lesson, I want to show you another way where we don't even use any keys whatsoever, and that's instead using something called managed identities. So again, like in the previous lesson, I'm running some code here from a virtual machine that's running in Azure, which means I can use that virtual machine for granting access. Now, virtual machines and web apps don't always have identities set up. So to use this, you need to make sure that in your web…
Contents
-
-
-
-
(Locked)
Learning objectives1m 16s
-
Authentication options in Azure9m 50s
-
(Locked)
Storing keys in Key Vault5m 4s
-
(Locked)
Using managed identities4m 13s
-
(Locked)
Using service principles5m 40s
-
(Locked)
Enabling OAuth on web apps5m 41s
-
(Locked)
Understanding role-based access controls (RBAC)5m 53s
-
(Locked)
Implementing management groups3m 16s
-
(Locked)
Using RBAC roles1m 44s
-
(Locked)
Using custom RBAC roles4m 39s
-
(Locked)
Granting access to external clients3m 39s
-
(Locked)
Architecture example1m 50s
-
(Locked)
-
-
-
-
-
-
-
-
-
-
-