Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.25 KB

index.md

File metadata and controls

24 lines (16 loc) · 1.25 KB
title permalink layout
Azure OpenAI Exercises
index.html
home

Develop generative AI solutions

The following quickstart exercises are designed to provide you with a hands-on learning experience in which you'll explore common tasks that developers do when building generative AI solutions on Microsoft Azure.

Note: To complete the exercises, you'll need an Azure subscription in which you have sufficient permissions and quota to provision the necessary Azure resources and generative AI models. If you don't already have one, you can sign up for an Azure account. There's a free trial option for new users that includes credits for the first 30 days.

Quickstart exercises

{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions'" %} {% for activity in labs %}


### [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})

{{activity.lab.description}}

{% endfor %}

Note: While you can complete these exercises on their own, they're designed to complement modules on Microsoft Learn; in which you'll find a deeper dive into some of the underlying concepts on which these exercises are based.