Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 381 Bytes

File metadata and controls

14 lines (11 loc) · 381 Bytes
title Online Hosted Instructions
permalink index.html
layout home

Copilot Studio exercises

Links to Copilot Studio exercises on Microsoft Learn are listed below.

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

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