Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 591 Bytes

File metadata and controls

22 lines (17 loc) · 591 Bytes
title Develop your first agent with Microsoft Foundry
permalink index.html
layout home

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

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

{% if activity.lab.level %}Level: {{activity.lab.level}} | {% endif %}{% if activity.lab.duration %}Duration: {{activity.lab.duration}}{% endif %}

{% if activity.lab.description %} {{activity.lab.description}} {% endif %}


{% endif %} {% endfor %}