Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.3 KB

module00.md

File metadata and controls

51 lines (31 loc) · 2.3 KB

Module 00 - Lab Environment Setup

Home - Next Module >

📢 Introduction

In order to follow along with the Azure 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

🧪 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 Azure Purview account resource has been purposely excluded from the template so that participants have an opportunity to understand how to deploy an Azure Purview account via the Azure Portal.

🎉 Summary

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

Continue >