Microsoft Azure Administrator Exam Prep (AZ-104): Make Your Career with Microsoft Azure Platform Using Azure Administered Exam Prep - podcast episode cover

Microsoft Azure Administrator Exam Prep (AZ-104): Make Your Career with Microsoft Azure Platform Using Azure Administered Exam Prep

Mar 01, 202617 min
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episode description

A comprehensive technical guide for Microsoft Azure administration, specifically tailored for the AZ-104 exam. It provides step-by-step instructions for managing identity, including the bulk or individual creation of users within Azure Active Directory. The text outlines various subscription models, such as Enterprise Agreements and free trials, while detailing procedures for cost analysis and policy enforcement. Technical specifications for Azure Storage are extensively covered, highlighting different redundancy levels, access tiers, and performance options. Furthermore, the guide explains how to deploy container instances, secure web applications with TLS/SSL certificates, and troubleshoot connectivity using Network Watcher. Finally, it includes practice exam questions and monitoring strategies to ensure infrastructure compliance and operational efficiency.

You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cyber_security_summary

Get the Book now from Amazon:
https://www.amazon.com/-/en/Lalit-Rawat-ebook/dp/B08R3JNHHY?&linkCode=ll2&tag=cvthunderx-20&linkId=5969135c3e7d201a8b6140800ab9c1d4&language=en_US&ref_=as_li_ss_tl

Discover our free courses in tech and cybersecurity, Start learning today:
https://linktr.ee/cybercode_academy

Transcript

Speaker 1

Welcome back to the deep dive. So today we're we're kind of tearing down the walls literally literally. For decades, it security it was simple geometry, right, You had an office, you had a firewall, and you know, anyone sitting inside that perimeter was considered safe. But the cloud has just completely dissolved that and the source material we're exploring today it makes us claim that honestly feels like a rallying cry. It says identity is the new firewall.

Speaker 2

It's a massive shift, isn't it. I mean, if you can't control who the person is, it just doesn't matter how strong your encryption is or how locked down your servers are. If I have your identity, I am you, and once i'm you, the firewall doesn't care.

Speaker 1

That is a terrifying thought to kick things off with. To help us navigate this, we're looking at a very specific tactical guide Microsoft Ayured Administrator Exam Prep AZ one O four by Lullett Rawat. We're focusing on the first three chapters. Now, I know exam Prep can sound a bit dry.

Speaker 2

Oh yeah, flashbacks to late note cramming exactly.

Speaker 1

But what stood out to me about Rowlet's approach is that he treats the exam criteria as a a survival guide for the actual job.

Speaker 2

That's the best way to look at the AZ one O four. It's widely considered one of the harder associate exams because it's not just theory, it's asking which button do you click when the CEO can't get their email?

Speaker 1

Or how do you fix this sink error before the nine am meeting?

Speaker 2

Exactly. Rad does a great job balancing that necessary memorization with the the day to day reality of being an Azure admin.

Speaker 1

So our mission today is to build a mental model of this identity firewall. We're going to break this down into three big chunks. First, the population problem. How do we manage thousands of users without losing our minds?

Speaker 2

A classic?

Speaker 1

Second, the bridge? How do we connect our dusty old on prem servers to the shiny new cloud? And finally, the keys to the kingdom role based access control.

Speaker 2

Sounds like a solid roadmap.

Speaker 1

Okay, let's start with that population explosion managing users in groups chapter one. Now, creating a single user in Azure is is. It's trivial. You click new user, you tad Bob done. But Rod throws us into a scenario that I think gives most admin's heartburn bulk operations.

Speaker 2

Ah, the summer intern scenario.

Speaker 1

Or the we just acquired a competitor scenario. HR sends you a spreadsheet with two hundred names on Monday morning and says these need to be live by.

Speaker 2

Lunch, right, and you are not clicking new user two hundred times railway and if you do, you're not only gonna make mistakes, you're gonna hate your job by noon. This is where the bulk create feature comes in. Okay, it sounds simple. You just upload a CSV file, but Rowat points out some very specific gotchas in that file that you really need to know.

Speaker 1

This is the kind of detail I love. You'd assume a CSV just needs what name and email.

Speaker 2

That's what you'd think, But there are mandatory fields that really catch people off guard. The one that always trips people up is the block sign in column.

Speaker 1

Block sign in. Why would that be mandatory? Wouldn't you just want them to sign in right away?

Speaker 2

Well, think about the workflow. You might be provisioning accounts for employees who don't start for another two weeks. You need the account to exist so you can assign a license, set up their mailbox, maybe grant them access to a SharePoint site. So it's already for day one.

Speaker 1

But you definitely don't want that account to be active yet.

Speaker 2

Exactly, you don't want someone guessing the temporary password before the employee even walks in the door.

Speaker 1

So the system forces you to make a security decision before the user even exists. I like that. So we've got our two hundred users, but we can't manage two hundred individuals. We need groups.

Speaker 2

And this is where azure AD or you know, Microsoft entra ID as it's often called, now gets a little more nuanced than the old active directory people might be used to. 'watt distinguishes heavily between security groups and Office three sixty five groups.

Speaker 1

I feel like this is a distinction that gets blurred a lot in practice, but for the exam it's black and white. How should we think about them?

Speaker 2

It really just comes down to intent. Are you trying to control access or are you trying to help people work together? Okay, if you need to lock down a firewall, roll or give permissions to a database, you use a security group. It's a boundary. Think of it like a key card to a specific floor of a building.

Speaker 1

Right, security equals boundaries and the other one.

Speaker 2

If the goal is, hey, we need a shared calendar, a shared inbox, and a place to dump files for the marketing team, that's an office three sixty five group. It creates that whole collaboration workspace for you.

Speaker 1

Got it. So security groups are for the admins to manage control Both three sixty five groups are for the users to get work done.

Speaker 2

Broadly speaking, Yeah, but the real magic isn't the group type. It's how people get into the group. If you're manually adding Bob to the marketing group, you're probably doing it wrong.

Speaker 1

This has to be dynamic membership. I found this fascinating. You're basically writing a logic statement for your.

Speaker 2

User list exactly if department equals it add to the it security group. And it sounds great because it's set it and forget it. Yeah, but rewat hindset a risk here. This kind of automation relies on.

Speaker 1

Clean data, garbage in garbage.

Speaker 2

At Precisely, If HR spells information technology as it on one form and I don't know infotech on another, your dynamic rule breaks.

Speaker 1

And Bob can't do his job.

Speaker 2

He's calling you, right, so while dynamic groups are a huge time saver, they actually force you to be much more disciplined about your data entry standards.

Speaker 1

That's a great insight. Automation doesn't fix messiness, it just scales it. Okay, before we leave users, we have to talk about the people who don't work for you, the guests.

Speaker 2

B to B business to business.

Speaker 1

The modern workplace is so fluid, isn't it. You've got consultants, vendors, partners. In the older days, you just make them a fake employee account.

Speaker 2

With a complex password written on a post.

Speaker 1

It note exactly. But Azure handles this differently.

Speaker 2

Much differently. You're inviting their existing identity, if they have a Gmail account or a corporate Outlook account from their own company. You invite that. You're not managed their password. You're just managing their access to your stuff.

Speaker 1

But there is a gatekeeper the source mentions. Not just anyone can send these.

Speaker 2

Invites correct by default. You need the user administrator role, and this is important. Inviting a guest is essentially punching a hole in your perimeter. You're letting an outsider in.

Speaker 1

So you want someone with an administrative oversight making that call.

Speaker 2

You do not just a random user who wants to share a doc with their friend.

Speaker 1

Let's move on to our second bucket, quality of life, because let's be honest, and admin's life is mostly dealing with tickets, and the number one ticket is always I forgot my password every single time.

Speaker 2

It's the bane of every IT department. It just consumes so much time that could be spent on actual engineering.

Speaker 1

So rollbot highlights self service Password Reset SSPR as the solution, but he knows it's not just to switch you flip.

Speaker 2

No, there's a configuration journey. First, you need global admin rights just to turn it on. But the real configuration is about the challenge when Bob forgets his word, how does he prove he's really bobbed right?

Speaker 1

The authentication methods the book lists things like the mobile app, email, SMS.

Speaker 2

The usual suspects, But the gotcha that always catches people is the registration requirement.

Speaker 1

This is where the human element fails. The technology isn't.

Speaker 2

It It is? You can enable SSPR today, but if your users haven't logged in and set up their security questions or linked their mobile phone, the feature is useless.

Speaker 1

They get locked out, They click reset and the system says sorry, I.

Speaker 2

Don't know who you are exactly, which is why SSPR isn't just a technical rollout, it's a communication rollout. You have to pester your users to register before they need it.

Speaker 1

You can enforce it right, which.

Speaker 2

Is what most smart admins do. You make it mandatory. You cannot check your email until you set up your recovery phone number.

Speaker 1

Smart. Now, alongside user identity, we have device identity. The book talks about as your ad join, why does the cloud care about my laptop?

Speaker 2

Well, it goes back to that identity is the firewall idea. Knowing who you are is step one. Knowing what device you are using is step two. If you're logging in from a managed corporate laptop with all the latest antivirus, maybe I let you in. If you're logging in from some unknown iPad at an airport, maybe I block you.

Speaker 1

So we join devices to azure ad so the cloud can trust the hardware precisely. And there was a specific note about licensing here that seemed like a classic exam trap, the.

Speaker 2

P two license. Yeah, if you want to do the advanced stuff like auto and rolling devices into Microsoft Intune for management as soon as they sign in. Rabot points out that you often need the Azure ad Premium P two license. The basic free tier just won't cut it.

Speaker 1

Always check the licensing. Okay, let's get into the heavyweight section of this deep dive segment three Hybrid. Most companies aren't born in the cloud. They've got servers in a basement.

Speaker 2

Somewhere, racks and racks of them running old school active directory, and they will for a long long time. The bridge between those two worlds is a tool called Azure ad Connect.

Speaker 1

And the goal here is single sign on, right. I don't want a password for the basement and a different password for the cloud.

Speaker 2

That's the holy grail. But getting there is surprisingly technical. Rawa outlines three distinct architectures for this, and it's really crucial we separate them. The exam loves to try and confuse you on these.

Speaker 1

Let's walk through them. First up, Password hash synchronization PHS.

Speaker 2

This is the most common and probably the most robust. You take the user's password on your local server, you hash it, which basically means putting it through a mathematical blender, so it's just gibberish, okay, and you send that string of gibberish up to Azure. When the user logs into Office three sixty five, Azure checks their password against that stored hash.

Speaker 1

So, in this case, the authentication actually happens in the cloud. Azure has a copy of the.

Speaker 2

Answer key, a mathematical copy yes, correct.

Speaker 1

Yeah, okay, next pass through authentication. How's that different?

Speaker 2

This is for the paranoid or the highly regulated. Some organizations have policies that say password data, even hashed, can never leave physical building.

Speaker 1

Okay, so what do they do?

Speaker 2

Well? When the user types their password into the cloud login page, Azure puts it in a secure envelope and sends it down to a little software agent running on your local server. Your local server checks the password and just sends back a simple yes or no.

Speaker 1

So the cloud never sees the key. It just asks the local server to unlock the door for it.

Speaker 2

Exactly. But think about the risk there. If your internet connection to the office goes.

Speaker 1

Down, nobody can log into the cloud bingo.

Speaker 2

With password hash sync. If your office loses power, people can still get their email from Starbucks because the cloud has the hash with pass through. If the office goes dark, the cloud goes dark.

Speaker 1

That is a critical distinction for disaster recovery okay. And the third one federation.

Speaker 2

That's the big iron ADFS Active Directory Federation Services. That's for when you have really complex needs, like using smart cards or integrating with other identity providers. It requires you to build and manage a whole farm of servers.

Speaker 1

So unless you have a very specific reason.

Speaker 2

You usually try to avoid that complexity.

Speaker 1

Now, Rawat gives a really specific warning about setting up Azure ad connect. He talks about the upn suffix. It sounds super technical, but he says it breaks everything if you ignore it.

Speaker 2

It's the classic dot local problem. So many older internal networks were named something like company dot local, but dot local isn't a valid domain on the public Internet. You can't route email to it.

Speaker 1

So if my username is Bob at company dot local and I sink that to.

Speaker 2

The cloud, Azure just looks at it and says I can't use this, so it renames you to something like Bob at company dot on Microsoft dot com. It works technically, but it's ugly and Bob is confused because his login name just changed.

Speaker 1

So the fix is to add your real public domain DASH like company dot com dash to your local server before you sink.

Speaker 2

Exactly align the names before you build the bridge.

Speaker 1

Speaking of the bridge, there's a feature called password right back. It sounds like it reverses the flow.

Speaker 2

It closes the loop, rememberspr if Bob resets his password in the cloud on Sunday night, his computer in the office needs to know about that new password on Monday morning. Right right back pushes that change from Azure down to the local server.

Speaker 1

And the source mentioned a really specific security benefit with firewalls here. Usually security teams hate letting the cloud push things into their network.

Speaker 2

They do because that usually means opening an inbound port on the firewall, which is a security risk. It's like leaving a window open.

Speaker 1

But right back is different.

Speaker 2

Right Rowatt points out that password right back uses an outbound connection on port four four three. The local server reaches out to the cloud every few seconds and just asks, hey, any.

Speaker 1

Updates for me some no open holes in the firewall.

Speaker 2

Correct, it's firewall friendly. It pulls the changes down. Nothing is pushed in without permission.

Speaker 1

That's a really elegant solution. Okay, populated or users, we've synced our hybrid identity. Now the final piece who gets to do what? Second four role based access control or RBA.

Speaker 2

This is the keys to the Kingdom part and the golden rule here which route really hammers home is least privilege, which means give people exactly enough permission to do their job and not one inch more. You do not make everyone a global admin just because it's easier. That is just asking for a disaster.

Speaker 1

The book highlights the big three built in roles, owner, contributor, and reader. Reader's obvious look but don't touch right. But the owner versus contributor battle is where the exam in real life gets tricky.

Speaker 2

It is the most common point of confusion. A contributor is extremely powerful. They can build virtual machines, delete databases, wipe storage accounts. I mean, they can do almost anything to the technology itself.

Speaker 1

But there's one thing they can't do.

Speaker 2

They cannot give anyone else access. They cannot hand out keys. Only the owner can do that.

Speaker 1

I like the analogy of a contractor renovating a house. The contractor the contributor can tear down the kitchen wall, install a new sink, paint the ceiling.

Speaker 2

Yeah, that's perfect. They can do all the work inside the house.

Speaker 1

But they can't just give a copy of the front door key.

Speaker 2

To their friend exactly, and that separation is vital. You want your developers to be able to build fast, but you don't want them bypassing your security governance, by just granting access to unauthorized people.

Speaker 1

And these roles don't just exist in a vacuum. Rawat talks about scope. It's not just what role you have, but where you have it.

Speaker 2

Think of scope like a set of nesting dolls. You have the subscription on the outside, that's the big container. Then you've got resource groups inside that, and then individual resources like a specific VM inside that.

Speaker 1

So if I'm an owner at the top, at the.

Speaker 2

Subscription level, you are the god of everything inside that subscription. Yeah, every resource group, every database. But if I only make you an owner of one specific resource group, you can't touch the one next to it.

Speaker 1

So permissions flow down, yes.

Speaker 2

Which is why you should always assign permissions as low down the hierarchy as possible. Don't give subscription level access if someone only needs to manage one database.

Speaker 1

Finally, what happens when the built in roles just aren't enough? The source mentions custom roles.

Speaker 2

Sometimes you have a weird requirement like I need a user who can restart a virtual machine, but cannot delete it. There's no built in role.

Speaker 1

For that, so you have to make your own.

Speaker 2

Exactly, you write a custom role using JSON. It lets you pick and choose specific actions from the Azure library.

Speaker 1

And there was a piece of trivia here that felt important, a hard limit on how many of these you can make.

Speaker 2

Five thousand. You can create five thousand custom roles per tenant.

Speaker 1

That sounds like a lot.

Speaker 2

It is. If you need five thousand custom roles, you probably have a management problem, not a technical one.

Speaker 1

You're making things too complicated, right.

Speaker 2

But interestingly, Rowat notes that for sovereign clouds like Azure China or Azure Germany, that limit drops to two thousand.

Speaker 1

Just a little detail to keep in the back of your mind if you're working globally.

Speaker 2

It shows that even the cloud has physical limits and different rules based on the region.

Speaker 1

So let's bring this all together. We've gone from a blank CSV file, populated it with users, sink them across a hybrid bridge, and finally lock them down with RBAC policies.

Speaker 2

It's the full life cycle of identity. And what I like about this source material is that it really emphasizes these aren't just exam topics. This is the daily bread and butter of an admin. This is what keeps the lights on.

Speaker 1

It really reinforces that idea we started with in twenty twenty six. You aren't configuring ports and switches as much as you're configuring people and permissions.

Speaker 2

Absolutely, the identity is the perimeter.

Speaker 1

Now, before we sign off, I want to leave the listener with the thought. We talked a lot about automation today, dynamic roots, self service, password resets.

Speaker 2

It's all about speed, speed versus security.

Speaker 1

Exactly if you automate access, say you set up a dynamic rule where everyone in the engineering department automatically gets contributor access to your production environment. What happens when HR types the wrong department into a new hires file.

Speaker 2

You've just automated a security breach. You've given the keys to the kingdom to the wrong person instead without a human double checking it.

Speaker 1

Right. As we automate more, the blast radius of a simple typo just gets bigger and bigger. It's something to chew on as you build out your own policies. Trust, but you know, verify.

Speaker 2

Your automation couldn't a set a better myself.

Speaker 1

That's it for this deep dive into the gatekeepers of the cloud. Thanks for listening, and we'll catch you on the next one.

Speaker 2

Goodbye everyone,

Transcript source: Provided by creator in RSS feed: download file
For the best experience, listen in Metacast app for iOS or Android