Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 447 Bytes

index.md

File metadata and controls

13 lines (9 loc) · 447 Bytes
title permalink layout
Azure OpenAI 연습
index.html
home

Azure OpenAI 연습

다음 연습은 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 %}