diff --git a/docs/07-wrap-up/01-how-to-create-an-account.md b/docs/07-wrap-up/01-how-to-create-an-account.md new file mode 100644 index 0000000..ea40f74 --- /dev/null +++ b/docs/07-wrap-up/01-how-to-create-an-account.md @@ -0,0 +1,17 @@ +--- +sidebar_position: 1 +--- + +# Wrap up + +That's it, you made it! Thanks for your participation in this course! + +In case you have some ideas on how to improve this course feel free to raise a PR on this repository to change/add new content. +Your contribution is welcomed! + +Or if you just have an idea but don't have time to create content, raise an issue. + +:::warning +Don't forget to run `terraform destroy` to delete your Azure resources to avoid unexpected bills from Azure. +::: + diff --git a/docs/07-wrap-up/_category_.json b/docs/07-wrap-up/_category_.json new file mode 100644 index 0000000..7ea0e11 --- /dev/null +++ b/docs/07-wrap-up/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "07. Wrap up", + "position": 7, + "link": { + "type": "generated-index", + "description": "Final Module" + } +}