Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 451 Bytes

File metadata and controls

15 lines (11 loc) · 451 Bytes
title permalink layout
Azure OpenAI Exercises
index.html
home

Azure OpenAI Exercises

The following exercises are designed to support the modules on Microsoft Learn.

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

  • [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) {% endfor %}