Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.64 KB

module00.md

File metadata and controls

54 lines (33 loc) · 2.64 KB

Module 00 - Lab Environment Setup

Home - Next Module >

📢 Introduction

In order to follow along with the Microsoft Purview lab exercises, you need to provision a set of resources.

🤔 Prerequisites

  • An Azure account with an active subscription.
  • Owner permissions within a Resource Group to create resources and manage role assignments.
  • The subscription must have the following resource providers registered.
    • Microsoft.Authorization

    • Microsoft.DataFactory

    • Microsoft.EventHub

    • Microsoft.KeyVault

    • Microsoft.Purview

    • Microsoft.Storage

    • Microsoft.Sql

    • Microsoft.Synapse

    • Microsoft.Insights

      ⚠️ If you are using an Azure Pass promo code, the following resource providers - Microsoft.Storage, Microsoft.EventHub, and Microsoft.Synapse are not registered by default. Follow the instructions on how to register a resource provider before proceeding with the lab environment deployment below.

🧪 Lab Environment Setup

  1. Right-click or Ctrl + click the button below to open the Azure Portal in a new window.

    Deploy to Azure

  2. Beneath the Resource group field, click Create new and provide a unique name (e.g. purviewlab-rg), select a valid location (e.g. West Europe), and then click Review + create.

    Deploy Template

  3. Once the validation has passed, click Create.

    Create Resources

  4. The deployment should take approximately 10 minutes to complete. Once you see the message Your deployment is complete, click Go to resource group.

    Deployment Complete

  5. If successful, you should see a set of 15 resources, similar to the screenshot below.

    Resource Group

Note: The Microsoft Purview account resource has been purposely excluded from the template so that participants have an opportunity to understand how to deploy a Microsoft Purview account via the Azure Portal.

🎉 Summary

By successfully deploying the Microsoft Purview lab template, you have the Azure resources needed to follow along with the learning exercises.

Continue >