Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 379 Bytes

index.md

File metadata and controls

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

Azure SQL Development Exercises

{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %} {% for activity in labs %} [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) {% endfor %}