title | permalink | layout |
---|---|---|
演習の手順 |
index.html |
home |
このページには、Microsoft Learn の Microsoft スキルアップ コンテンツに関連付けられている演習が記載されています
{% 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 %}