Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 529 Bytes

File metadata and controls

14 lines (11 loc) · 529 Bytes
title Azure OpenAI Exercises
permalink index.html
layout home

SQL Server migration exercises

The following exercises are designed to support the modules in the Migrate SQL Server workloads to Azure SQL learning path on Microsoft Learn.

{% 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 %}