From 5978f745b301f35acdf64aeae22e406c35fd584b Mon Sep 17 00:00:00 2001 From: olprod Date: Fri, 23 Feb 2024 17:57:21 -0800 Subject: [PATCH] Copy Files From Source Repo (2024-02-23 17:57) --- index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.md diff --git a/index.md b/index.md new file mode 100644 index 0000000..8ded38d --- /dev/null +++ b/index.md @@ -0,0 +1,12 @@ +--- +title: Azure OpenAI 演習 +permalink: index.html +layout: home +--- + +# Azure AI Studio の演習 + +次の演習は、[Microsoft Learn](https://learn.microsoft.com/training) のモジュールをサポートするように設計されています。 + +{% 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 %} \ No newline at end of file