Module 0 · Foundation

Setup & Environment Check

Every step in this lab is performed in a browser - the Microsoft Fabric portal and the Azure portal. No Cloud PC, VS Code, or local Python install is required. This page is the single source of truth for setup, account, and environment details.

10 minutes
🎯 Goal: green lights everywhere
🛠 Browser only

Learning Objectives

Setup Checklist

Complete these checks, then continue to Module 1.

  1. Review account and environment details on this page

    Use this Setup page as the single source of truth for:

    • Lab sign-in account information.
    • Shared Azure resource group and resource names.
    • Any live updates from coaches for the environment.
  2. Sign in to Fabric and verify workspace access

    Go to app.fabric.microsoft.com and sign in using the lab account listed below on this page.

    Open Workspaces and confirm your workshop workspace is visible.

  3. Sign in to Azure portal and verify shared RG access

    Go to portal.azure.com, then open the shared resource group listed below on this page.

    Confirm you can view the core UrbanPulse data resources (SQL, Storage, Cosmos, Event Hubs namespace).

  4. Proceed to Module 1

    Once Fabric workspace access and Azure resource visibility are confirmed, continue to Module 1.

Conflict prevention. Setup and environment specifics are centralized here. If there is ever a mismatch with older notes or screenshots, follow this page.

Lab Account

Use the lab account below to sign in to Fabric and the Azure portal. Your instructor will provide the password during the session.

UserPrincipalName DisplayName
Fabric.User@estdcorp.onmicrosoft.comFabric User
Lab-only account. This account is scoped to the lab shared environment and deactivated after the event. Do not use it outside this lab.

Azure SQL Database Login

Use this SQL login when a module asks for credentials to the UrbanPulse database on urbanpulseserver (for example, when mirroring the Azure SQL Database in Module 2).

Username Password
user123Password99
Lab-only credentials. This SQL login is scoped to the shared UrbanPulse database for the duration of the event. Do not use it outside this lab.

Azure Resources (Shared RG)

Sign in to portal.azure.com with Fabric.User@estdcorp.onmicrosoft.com, then open resource group rg-fabric-shared-use2-dev. The core UrbanPulse data resources are pre-provisioned there.

Resource NameType
UrbanPulse Azure SQL Database Hyperscale
urbanpulseserver SQL server
safabricshareduse2dev Storage account
cosnofabricshareduse2dev Azure Cosmos DB account
rtidemo Event Hubs Namespace
Shared RG plus optional extras. The resources above are the core pre-provisioned UrbanPulse data services in rg-fabric-shared-use2-dev. Azure may include additional resources that you can use to experiment during the workshop.

Storage Account Token

Use these to connect to the safabricshareduse2dev storage account when a module asks for a connection string or SAS token (for example, creating a OneLake shortcut to Azure Blob Storage in Module 2).

Connection String

Connection String
BlobEndpoint=https://safabricshareduse2dev.blob.core.windows.net/;QueueEndpoint=https://safabricshareduse2dev.queue.core.windows.net/;FileEndpoint=https://safabricshareduse2dev.file.core.windows.net/;TableEndpoint=https://safabricshareduse2dev.table.core.windows.net/;SharedAccessSignature=sv=2026-02-06&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2026-06-18T00:19:00Z&st=2026-06-17T16:04:00Z&spr=https&sig=tWhh6x%2FFdQO1xjhgYIFtvn6pSFFxszqWXMcSMP25G%2BA%3D

SAS Token

SAS Token
sv=2026-02-06&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2026-06-18T00:19:00Z&st=2026-06-17T16:04:00Z&spr=https&sig=tWhh6x%2FFdQO1xjhgYIFtvn6pSFFxszqWXMcSMP25G%2BA%3D
This SAS token is time-limited and expires on 2026-06-18. If a connection fails with an authorization error, ask your instructor for a refreshed token.