Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 2.56 KB

prerequisites.md

File metadata and controls

74 lines (53 loc) · 2.56 KB

Prerequisites

If you want to use a VSCode Dev Container see the VSCode Dev Container prerequisites section below.

Pre-requisites

⚠️ Note that for the Connect-AzAccount and azd auth login you must use the same account. And, you may also need to specify the --tenant option or --tenant-id as required by your administrator.

The following tools are pre-requisites to running the associated deployment steps on Windows without using the Dev Container.

  1. To run the scripts, Windows users require PowerShell 7.2 (LTS) or above.

    1. PowerShell users - Install PowerShell Run the following to verify that you're running the latest PowerShell

      $PsVersionTable
  2. Install Git Run the following to verify that git is available

    git version
  3. Install the Azure CLI. Run the following command to verify that you're running version 2.38.0 or higher.

    az version

    After the installation, run the following command to sign in to Azure PowerShell interactively.

    Connect-AzAccount -UseDeviceAuthentication
  4. Upgrade the Azure CLI Bicep extension. Run the following command to verify that you're running version 0.12.40 or higher.

    az bicep version
  5. Install the Azure Dev CLI. Run the following command to verify that the Azure Dev CLI is installed.

    azd auth login --use-device-code
  6. Install .NET 7 SDK Run the following command to verify that the .NET SDK 7.0 is installed.

    dotnet --version

Platform compatibility

Native Dev Container
Windows
Windows WSL
macOS
macOS arm64

VSCode Dev Container prerequisites

  1. Docker Desktop
  2. VSCode
  3. VSCode ms-vscode-remote.remote-containers extension
  4. git