| title | Develop AI Language and Speech solutions on Azure |
|---|---|
| permalink | index.html |
| layout | home |
This page lists exercises associated with Microsoft skilling content on Microsoft Learn
Note: To complete the exercises, you'll need an Azure subscription. If you don't already have one, you can sign up for an Azure account. There's a free trial option for new users that includes credits for the first 30 days.
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Exercises'" %} {% for activity in labs %} {% if activity.lab.title %}
{% if activity.lab.level %}Level: {{activity.lab.level}} | {% endif %}{% if activity.lab.duration %}Duration: {{activity.lab.duration}} minutes{% endif %}
{% if activity.lab.description %} {{activity.lab.description}} {% endif %}
{% endif %} {% endfor %}