Microsoft Azure Fundamentals: Resource Governance

Azure    |    Beginner
  • 15 videos | 1h 26m 38s
  • Includes Assessment
  • Earns a Badge
Rating 4.6 of 172 users Rating 4.6 of 172 users (172)
Azure governance begins with applying policies and RBAC roles to control resource access and check resource compliance with security standards. In this course, you'll begin by learning how to create an Azure management group to organize Azure subscriptions. Next, you'll learn how to work with Azure policy assignments to control resource access and check resource compliance. You'll then explore how to create an Azure environment using Azure Blueprints, as well as how to control Azure resource management through RBAC. Lastly, you'll learn how to tag resources and enable resource locking. This course is one of a collection of courses that prepares learners for the AZ-900 Microsoft Azure Fundamentals certification.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Recognize how management groups are used to organize multiple subscriptions
    Work with azure management groups
    Recognize the purpose of azure subscription policies and initiatives
    Assign a policy to the azure hierarchy
    Recognize how blueprints automate setting up an azure environment
    Deploy an azure blueprint
    Describe how to control azure resource access through role-based access control (rbac)
  • Assign built-in rbac roles using the portal
    Create and assign a custom rbac role using the portal
    Create and assign a custom rbac role using the cli
    Create and assign a custom rbac role using powershell
    Tag azure resources using the portal, cli, and powershell
    Use the portal to lock azure resources to control resource modifications
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 27s
    In this video, you’ll learn more about the course and your instructor. In this course, you’ll be introduced to Azure service offerings, including storage, virtual machines, databases, and developer solutions. You’ll learn Microsoft Azure allows you to leverage the infrastructure of an existing computing environment. You’ll discover the architectural components of Microsoft Azure, including Infrastructure as a Service, basic computing and storage services, virtual machines, Platform as a Service, application hosting environments, and more. FREE ACCESS
  • 5m 28s
    In this video, you'll learn more about Azure management groups. You'll learn how to identify the relationship between Azure AD subscriptions and Azure AD tenants. You'll learn how to create additional Azure AD tenants. You'll learn how to create and manage Azure resources like virtual machines, web apps, and storage accounts. You'll follow along onscreen, looking at two different Azure subscriptions. FREE ACCESS
  • Locked
    3.  Configuring an Azure Management Group
    7m 7s
    In this video, you’ll watch a demo. In this demonstration, you’ll work with Azure management groups. You’ll view the Azure AD tenant, and learn to switch between multiple Azure AD tenants. You’ll follow along onscreen as you move through the Azure tenant. FREE ACCESS
  • Locked
    4.  Azure Subscription Policies and Initiatives
    7m 1s
    In this video, you'll learn more about Azure policy, which is a feature related to Azure cloud computing that allows for cloud resource control. You'll learn that cloud resource control refers to controlling things like resource deployment. You'll also learn about compliance with security standards. You'll learn there are a number of built-in policies you can apply, or you can create a custom policy. You can create policies manually in JSON format or from scratch. FREE ACCESS
  • Locked
    5.  Assigning a Built-in Policy
    5m 56s
    In this video, you'll watch a demo. In this demonstration, you'll use the Azure portal to work with Azure policy. Following onscreen directions, you'll learn to create your own policy definitions. You'll discover how to add an Initiative definition, a group of related policies. You'll learn about built-in policies, such as compliance with things like NIST standards, the National Institute of Standards and Technology. You'll also learn to check Azure Defender for App Service. FREE ACCESS
  • Locked
    6.  Azure Blueprints
    6m 38s
    In this video, you’ll learn more about using a testing environment in Microsoft Azure. You’ll learn how to spin up an environment and have it pre-configured in Azure Blueprints. You’ll discover Azure Blueprints allows for the automated and repeatable configuration or deployment of a cloud computing environment in Azure. It also allows for compliance with security standards such as GDPR, PCI-DSS, or HIPAA. FREE ACCESS
  • Locked
    7.  Configuring an Azure Blueprint
    7m 18s
    In this video, you'll watch a demo about Azure Blueprint. You'll learn Azure Blueprint is used to automate the setup of an environment and it's repeatable, so it is used for setting up test sandbox environments. You'll access the Blueprint configuration page, and view the Blueprint definitions. You'll open up a Blueprint, and find the details down below regarding the artifacts. Then, you'll learn to create a Blueprint from scratch. FREE ACCESS
  • Locked
    8.  Azure Role-based Access Control
    7m 6s
    In this video, you'll learn more about RBAC in Azure. This is Role-Based Access Control that allows you to delegate permissions to other users, which controls what they can manage in an Azure environment. You can delegate access control because an RBAC role is a collection of related permissions, such as the ability to manage a virtual machine. You can also add occupants to that role. FREE ACCESS
  • Locked
    9.  Assigning Built-in RBAC Roles
    6m 59s
    In this video, you'll learn more about permissions in Microsoft Azure. You'll learn that in Azure, a role is a collection of related permissions. You can assign roles to users or groups in Azure AD and determine where those permissions can be exercised. You'll learn how to assign a built-in role using the portal. FREE ACCESS
  • Locked
    10.  Managing Custom RBAC Roles Using the Portal
    5m 48s
    In this video, you'll learn more about built-in RBAC roles in Microsoft Azure. These can be used to control resource access. You'll also learn how to build custom roles. In this demo, you'll search for subscriptions and open one tied to the Azure AD tenant. Then, you'll look at a list of roles, custom and built-in. You'll learn how roles are constructed and how to add role assignments. FREE ACCESS
  • Locked
    11.  Managing Custom RBAC Roles Using the CLI
    6m 6s
    In this video, you'll learn more about role-based access control, or RBAC in Microsoft Azure. This is a way to delegate administrative privileges to other cloud users, using either built-in roles or custom roles. You'll follow a demo, looking at a text file using JSON syntax. You'll learn JSON stands for JavaScript Object Notation. Here, JSON will be used to create a custom role file. You'll learn to use the CLI to create this role. FREE ACCESS
  • Locked
    12.  Managing Custom RBAC Roles Using PowerShell
    5m 19s
    In this video, you'll learn how to create and assign a custom RBAC role using PowerShell. Following onscreen directions, you'll use a filter to find all custom roles. Then, you'll find out what each role does. Using PowerShell you'll run the connect-azaccount cmdlet to connect or authenticate an Azure account. You'll then use PowerShell to make new assignments and definitions. FREE ACCESS
  • Locked
    13.  Tagging Azure Resources
    6m 42s
    Using PowerShell you'll run the connect-azaccount cmdlet to connect or authenticate an Azure account. You'll then use PowerShell to make new assignments and definitions. FREE ACCESS
  • Locked
    14.  Locking Azure Resources Using the Portal
    5m 45s
    In this video, you'll learn to lock resources in Azure. You'll learn that by locking a resource, you give yourself the option of preventing the modification of that resource so it can't be configured differently or deleted. You'll discover that whenever you apply a resource lock at a higher part of the Azure hierarchy all resources under that subscription inherit that resource lock setting. FREE ACCESS
  • Locked
    15.  Course Summary
    58s
    In this video, you’ll summarize what you’ve learned in the course. In this course, you’ve learned how to manage Azure resource access and compliance with policies, Blueprints, and RBAC. You learned about Azure management groups, configuring an Azure management group, Azure subscription policies and initiatives, assigning a built-in policy and examining the purpose of Azure Blueprints, and configuring an Azure Blueprint. You also learned about Azure role-based access control and about locking Azure resources. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.6 of 205 users Rating 4.6 of 205 users (205)
Rating 4.6 of 408 users Rating 4.6 of 408 users (408)
Rating 4.6 of 244 users Rating 4.6 of 244 users (244)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.6 of 200 users Rating 4.6 of 200 users (200)
Rating 4.6 of 202 users Rating 4.6 of 202 users (202)
Rating 4.6 of 465 users Rating 4.6 of 465 users (465)