Setting Up Your Environment and Licenses for MS Power Platform
Before you build anything on Power Platform, you need the right accounts, licenses, and environment in place. Skipping this step causes confusion later — you click a button and get an error message saying you need a premium license, or you build something in the wrong environment and cannot find it later. This topic walks you through everything you need to get started correctly, step by step.
What You Need Before You Start
To follow along with this course, you need three things: a Microsoft account, access to a Power Platform environment, and the right license. Let us look at each one.
Getting a Microsoft Account
If your company uses Microsoft 365, you already have a work or school account — something like yourname@yourcompany.com. Use that account to sign in to Power Platform. If you are learning on your own without a company account, create a free Microsoft account at account.microsoft.com, then sign up for the Microsoft 365 Developer Program (free) at developer.microsoft.com/microsoft-365/dev-program. This gives you a free Microsoft 365 E5 developer sandbox with 25 user licenses — perfect for learning all Power Platform features without spending money.
Where You Sign In
Power Platform has one central home page at make.powerapps.com. From this single page, you access Power Apps, Power Automate, Dataverse, and the Admin Center. Power BI has its own portal at app.powerbi.com. Copilot Studio lives at copilotstudio.microsoft.com. Bookmark all three links.
Understanding Environments
An environment is a container that holds all your Power Platform resources — apps, flows, data, and chatbots. Think of it like a separate filing cabinet for each project or department. What lives in one environment does not appear in another.
The Environment Diagram
Your Microsoft 365 Tenant (Your Organization)
│
├── Default Environment
│ (Automatically created for all users)
│ Contains: Basic apps, flows
│ No Dataverse by default
│
├── Development Environment
│ (You create this for building and testing)
│ Contains: Apps in progress, test data
│ Has Dataverse
│
├── UAT Environment
│ (User Acceptance Testing)
│ Contains: Ready-to-test apps
│ Has Dataverse with test data
│
└── Production Environment
(Live, real business use)
Contains: Finished, approved apps
Has Dataverse with real business data
Every organization starts with one Default Environment. Microsoft creates it automatically. All users in your organization can access it. This is fine for learning and experiments, but for real business apps, you create separate environments for development, testing, and production. This separation protects your live data from broken experiments.
Creating a New Environment
To create a new environment, go to admin.powerplatform.microsoft.com and sign in. Click Environments in the left menu, then click New in the top-right corner. Give the environment a name (for example, "Learning Environment"), choose your region (pick the one closest to your physical location for best performance), decide whether to include a Dataverse database, and click Save. The environment takes one to five minutes to provision.
Switching Between Environments
When you open make.powerapps.com, look at the top-right area of the screen. You see your current environment name. Click it to open a dropdown showing all environments available to you. Switch environments before you start working to make sure you build in the right place.
Understanding Licenses
Microsoft Power Platform licensing has a reputation for being complex. It does not need to be. This section breaks it down so clearly that you will know exactly what you can and cannot do with each license type.
The License Ladder
LICENSE LEVELS (low to high capability) Level 1: Microsoft 365 License (seeded access) ├── Power Apps: Run apps from SharePoint, Teams ├── Power Automate: Standard connectors only ├── Power BI: View shared reports only └── Copilot Studio: Not included Level 2: Power Apps Per User ($20/user/month) ├── Power Apps: Build and run unlimited apps ├── Dataverse: Full access ├── Premium connectors: Yes └── One Power Automate Premium flow included Level 3: Power Apps Per App ($5/user/app/month) ├── Power Apps: Run 1 specific app ├── Dataverse: Access for that app └── Good for: Deploying one app to many users cheaply Level 4: Power Automate Per User ($15/user/month) ├── Power Automate: Unlimited cloud flows ├── Premium connectors: Yes └── Dataverse: Yes Level 5: Power BI Pro ($10/user/month) ├── Power BI: Build and share reports ├── Collaborate on workspaces └── Publish to web and apps
What "Premium Connector" Means
Connectors are the bridges between Power Platform and external services. Standard connectors — like SharePoint, Excel, Outlook, and Teams — come free with your Microsoft 365 license. Premium connectors — like Salesforce, SAP, SQL Server, Dataverse, DocuSign, and hundreds more — require a paid Power Platform license. When you try to use a premium connector with only a Microsoft 365 license, Power Platform warns you and asks you to start a trial or upgrade.
Free Trials
Every paid Power Platform product offers a 30-day free trial. To start a trial for Power Apps, go to make.powerapps.com and click the banner that appears when you try to use a premium feature. For Power BI Pro, go to app.powerbi.com and look for the "Try Pro for free" option. Use these trials to practice premium features before your organization decides to purchase licenses.
Setting Up Power Apps
With your account and environment ready, open make.powerapps.com. The home screen shows three main sections: Create (for building new apps), Learn (for tutorials), and Recent Apps (for apps you have opened before). Spend two minutes clicking around to get familiar with the layout.
The Left Navigation Bar
The left sidebar has icons for Home, Apps, Create, Tables (Dataverse), Flows, Chatbots, AI Hub, and More. These icons are your primary navigation. The Tables section is where you manage Dataverse data. The Flows section opens Power Automate within the same interface. The Chatbots section links to Copilot Studio.
Installing the Power Apps Mobile App
Download the Power Apps mobile app from the Apple App Store or Google Play Store on your phone. Sign in with the same Microsoft account. Any app you build on the web version immediately appears on your phone for testing. This is essential — you will want to test how your apps look and behave on a real mobile device during development.
Setting Up Power Automate
Power Automate has its own portal at make.powerautomate.com, but you can also access it from the left sidebar of make.powerapps.com. The two interfaces share the same flows and connectors, so use whichever feels more comfortable.
Enabling Desktop Flows
Desktop Flows (for automating your computer) require an extra installation. In Power Automate, click the grid icon at the top left, then look for "Power Automate Desktop." Download and install the Power Automate Desktop application on your Windows computer. Once installed, you can record your mouse clicks and keystrokes to automate any desktop application or website. Desktop Flows require a Power Automate Premium or attended RPA license.
Setting Up Power BI
Go to app.powerbi.com and sign in. If this is your first time, Power BI takes about 30 seconds to set up your account. The home screen shows sample reports to explore. Download Power BI Desktop — the free desktop application for building reports — from powerbi.microsoft.com/desktop. You build reports in Power BI Desktop, then publish them to the web portal where others can view them.
Why You Need Both Desktop and Web
Power BI Desktop is a Windows application with full report-building capabilities. The web portal (app.powerbi.com) is where you share reports, build dashboards, and collaborate with colleagues. Most report authors use Desktop for building and the web portal for sharing. If you only have a Mac, you can still access the web portal and use some browser-based report editing, but Desktop works only on Windows.
Setting Up Copilot Studio
Go to copilotstudio.microsoft.com and sign in. Copilot Studio is entirely browser-based — no installation needed. The home screen shows your existing chatbots (empty when you first sign in) and options to create new ones. Copilot Studio includes a generous free tier that lets you test bots without a paid license. Publishing bots for others to use requires a Copilot Studio license or per-session capacity.
The Developer Plan: Your Free Learning Playground
Microsoft offers the Power Apps Developer Plan — completely free — for individual learning. It gives you one development environment with Dataverse, premium connectors, and most Power Platform features. The only limitation is that the apps you build on the Developer Plan cannot be shared with other users for production use. It exists purely for learning and development.
How to Get the Developer Plan
Go to powerapps.microsoft.com/developerplan and click "Get started free." Sign in with your Microsoft account. Power Platform provisions a special developer environment for you automatically. This environment appears in your environment list at make.powerapps.com labeled as "Developer Environment." Switch to it whenever you want to practice premium features for free.
Admin Center: The Control Room
The Power Platform Admin Center at admin.powerplatform.microsoft.com is where administrators manage the entire platform for their organization. You will visit it frequently throughout this course.
What the Admin Center Controls
ADMIN CENTER MAP
admin.powerplatform.microsoft.com
│
├── Environments
│ Create, manage, delete environments
│
├── Analytics
│ Usage reports, active users, flow runs
│
├── Policies
│ Data Loss Prevention (DLP) rules
│
├── Capacity
│ Dataverse storage usage
│
├── Billing
│ Licenses, pay-as-you-go setup
│
└── Settings
Tenant-wide settings, feature flags
Even as a learner, spend ten minutes exploring the Admin Center. Understanding the full structure of the platform — including how environments relate to each other and how policies control what connectors users can access — gives you a strategic perspective that most beginners lack.
Recommended Learning Setup
If you are learning Power Platform for the first time, use this setup for the best experience throughout this course.
Minimum Setup
Sign up for the Microsoft 365 Developer Program to get a free M365 E5 sandbox. Sign up for the Power Apps Developer Plan to get a free environment with Dataverse. Download Power BI Desktop on your Windows computer. Use the free tier of Copilot Studio for chatbot practice.
Recommended Browser
Use Microsoft Edge or Google Chrome for the best Power Platform experience. Both browsers handle the web-based interfaces smoothly. Internet Explorer and older browsers are not supported and cause display errors.
Useful Bookmarks to Add Now
Save these six URLs as bookmarks before you start the next topic: make.powerapps.com (Power Apps and general hub), make.powerautomate.com (Power Automate), app.powerbi.com (Power BI web), copilotstudio.microsoft.com (Copilot Studio), admin.powerplatform.microsoft.com (Admin Center), and learn.microsoft.com/power-platform (official Microsoft documentation).
Key Points
- Use make.powerapps.com as your main entry point for Power Platform.
- Environments are containers for your resources — always work in the right environment for your purpose (development, testing, or production).
- Standard connectors are free with Microsoft 365. Premium connectors require a paid Power Platform license.
- The Power Apps Developer Plan gives you a free learning environment with Dataverse and premium connectors.
- Power BI Desktop (Windows app) is used for building reports; the web portal is used for sharing them.
- Copilot Studio is fully browser-based and needs no installation.
- The Admin Center at admin.powerplatform.microsoft.com controls environments, policies, and licensing for the whole organization.
