Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 400 Bytes

index.md

File metadata and controls

16 lines (11 loc) · 400 Bytes
title permalink layout
Azure AI Vision Exercises
index.html
home

Azure AI Vision 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 %}