This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Quick Start

Deploy the Dev Box accelerator for demo and test environments

    Before starting

    This guide will help you quickly deploy the Dev Box accelerator in your Azure environment for evaluation and testing purposes.

    Installation

    Step 1: Fork the Required GitHub Repositories

    Begin by forking the necessary GitHub repositories to your account.

    # Dev Box accelerator repository
    gh repo fork Evilazaro/DevExp-DevBox --clone --remote
    
    # Identity Provider solution demo repository
    gh repo fork Evilazaro/IdentityProvider --clone --remote
    
    # eShop solution demo repository
    gh repo fork Evilazaro/eShop --clone --remote
    

    Step 2: Initialize Your Local Environment

    Navigate to your cloned Dev Box repository directory and initialize the environment:

    Windows (PowerShell)

    azd env new EnvName
    

    Linux/macOS (Bash)

    azd env new EnvName
    

    Step 3: Deploy the Accelerator

    Once your environment is configured, deploy the accelerator:

    Windows (PowerShell)

    azd provision -e EnvName
    

    Linux/macOS (Bash)

    azd provision -e EnvName