Skip to main content

Install prerequisites

A computer

You'll need a computer with a 64-bit operating system. The labs have been tested on Windows 10/11 (latest updates), macOS Monterey/Ventura, Ubuntu 20.04/22.04, Chrome OS with the Linux Development Environment enabled.

An Azure Subscription

An active Azure account. If you don't have one, you can create a free account. If you are a student, you can also get a free account without a credit card.

The patient registration app

The patient registration application is a combination of C# for the API and integration with Azure Form Recognizer, React with TypeScript for the web front end, and Bicep for managing the Azure resources (managed via the Azure Developer CLI).

This workshop uses the Azure Developer CLI to simplify the creation, management, and deletion of Azure services.

Clone the patient registration assets repo

Follow these steps to clone the patient registration assets repo to your local machine.

  1. Install the git client.

  2. Open a command prompt and navigate to the folder where you want to clone the repo.

  3. Run the following command to clone the workshop repo:

    git clone https://github.com/newpatiente2e/Contoso-New-Patient-Assets.git contoso_new_patient_assets

Set up the workshop environment

The are two ways to set up the workshop environment. The option you choose will depend on your computer's capabilities and your preference.

GitHub Codespaces

This is the recommended option, follow the GitHub Codespaces instructions.

Docker Dev Containers

If you run Docker on your computer, follow the Dev Container instructions.