AZ-104 Microsoft Azure Administrator Associate – Monitor and troubleshoot virtual networking
Network Performance Monitor So in this section we’re going to be talking about some advanced networking within Microsoft Azure. And what we’re going to talk about right now is what’s called Network Performance Monitor or MPM. The Network Performance Monitor is a cloudbased monitoring solution that allows you to monitor various parts of your network infrastructure. It allows you to monitor service endpoints, application endpoints, and even the performance of Microsoft Express route. So this is basically going to allow you to detect errors, blocking any kind of black holes…
AZ-104 Microsoft Azure Administrator Associate – Manage role-based access control (RBAC)
Overview of RBAC So talking about Active Directory, really we’ve been talking about identity, right? This is identity as a service. Also it could be authentication as a service. Basically we have users, those users have passwords. If we have MFA enabled, then they have to provide a code. And those three pieces of information basically prove to us that they are who they say they are. And that’s the authentication aspect. But once they’re authenticated, what can they do? What is their authority? What is their authorization? And so…
AZ-104 Microsoft Azure Administrator Associate – Implement multi-factor
Azure Active Directory Multifactor Authentication So in this section, we’re going to talk about some identity security services, particularly multifactor authentication. Now, what is multifactor authentication? Now, one of the big challenges with security these days is that people have used these and passwords. And no matter how complicated your password is, if it’s 16 digits, it contains letters, numbers, symbols, capitals and funny foreign letter characters in the same password. If that password gets lost, someone breaks into your computer and steals it or something becomes easy to guess,…
AZ-104 Microsoft Azure Administrator Associate – Manage Azure AD objects
Manage Users and Groups So in this video, we’re going to talk about that section of the requirements that says to manage Azure objects, specifically users, groups and devices. Now we see into this Azure Active Directory account I’m still running at the premium p two level on that trial. On the left, we have different things that we can manage, including use groups and devices. So let’s start off by creating a group, working with the accounting group up till now, but let’s start up with a new group….
AZ-104 Microsoft Azure Administrator Associate – Configure load balancing part 2
*NEW* Create a Test Environment Quickly Using GitHub Now I want to show you something that is pretty cool and you might not even know. Now I want to demonstrate to you something to do with load balancers. But I can go into the Azure Portal, create a load balancer, create some VMs, add them into the backend pool, etc, ETCA. Or I can go to GitHub. GitHub has the Azure user and the Azure user has Azure Quickstart templates repository. In this template are hundreds of templates that you…
AZ-104 Microsoft Azure Administrator Associate – Configure load balancing part 1
Introduction to Load Balancing So in this section of the course we’re going to talk about load balancing. Now there are two kinds of lumpsters within Microsoft Azure. The load balancer is called a four load balancer and there’s another one called application gateway which is a levels load load balancer. Now these have got a lot of things in common but there are some differences. We will talk about load load balancing and we’ll talk about the application gateway after that. Now what is load balancing? Now basically load…
DML Delete And Review Of DML Statements Part1A We know that the data manipulation language of the SQL programming language consists of three primary keyword. Keywords depends on how you divide up the language. But most people would say insert, update and delete, especially within Oracle. Oracle does divide up the SQL programming language into five different subsets, and I explained those in an earlier slide. If you missed or earlier section if you missed that, you may want to go back and take a look at it. But Oracle…
DML Update Part2A All right, let’s take another look at an update statement. This time we’re going to make a, quote, serious change to the database. Why is it serious? I don’t know. But this is going to be a mathematical change. We’re actually going to make a change to all of the data, and the data is all going to change by using math. We can actually use math math if as long as we’re using numeric data, we can actually run math against the data. So the boss…
DML Update Part1A Okay, so in this section, we’re covering what we call DML, which is that part of the SQL programming language, what I call the sequel, what a lot of people call the SQL programming language. And DML, as you’ll recall, if you watch that section, DML is data manipulation language, kind of a misnomer. It’s not its own language language, it’s actually just its own section, its own division of the SQL programming language. We divide the sequel programming language into five different sections and the two…
DML Insert Part1 We know that data is changed within the database through a subset of SQL called Data manipulation language. We call it DML. It’s something that developers are most concerned with. But we as DBAs also want to be concerned with this, and not just so we can look over the shoulders of our development developers. Although sometimes that’s maybe a necessary thing, hopefully never, but occasionally we do want to know what’s going on. And here’s another thing that will happen with developers. A lot of the…
Popular posts
Recent Posts