Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.74 KB

File metadata and controls

35 lines (25 loc) · 1.74 KB

Challenge 00 - Setup and prepare Evironment

Home - Next Challenge >

Pre-requisites

  • Your laptop (development machine): Win, MacOS or Linux that you have administrator rights.
  • Active Azure Subscription with Contributor access to create or modify resources.
  • Access to Azure OpenAI in the desired Azure subscription.
  • Latest version of Azure CLI
  • Latest version of Visual Studio or Visual Studio Code
  • .NET 8.0 SDK or later version

Introduction

In this session you will setup your computer and cloud environment with the minimum required tools.

Description

Setup and configure the following tools

  • Use your active Azure Subscription or the one provided for the hackathon.
  • Log into the Azure Portal and confirm that you have an active subscription that you can deploy cloud services.
  • Use the latest version of Visual Studio or Visual Studio Code if you don't have it.
  • Install .NET 8.0 SDK or later version
  • Clone the GitHub repository onto your workstation.

Success Criteria

  • You should be able to log in to the Azure Portal.
  • You should be able to deploy an Azure OpenAI model from the model catalog. Do not deploy one, just check if you have the option to deploy an Azure Open AI model.
  • You have a bash shell or PowerShell at your disposal (you can also use Azure Cloud Shell)
  • Running az --version shows the version of your Azure CLI
  • Visual Studio or Visual Studio Code is installed.
  • Ensure that you clone the GitHub repository onto your workstation.