From f2155ea750f4a8756326a16c405fd08927697286 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Tue, 4 Oct 2022 05:17:16 +0000 Subject: [PATCH] docs(quickstart): styling fixes --- docs/quickstart/aws.md | 8 ++++++++ docs/quickstart/azure.md | 11 ++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/aws.md b/docs/quickstart/aws.md index 7eb454556121d..4fca0d1705b91 100644 --- a/docs/quickstart/aws.md +++ b/docs/quickstart/aws.md @@ -1,3 +1,5 @@ +# Amazon Web Services + ## Requirements This quickstart assumes you are assigned `AdministratorAccess` policy to AWS. @@ -142,3 +144,9 @@ coder templates create ``` Congrats! You can now navigate to your Coder dashboard and use this Linux on AWS template to create a new workspace! + +## Next Steps + +- [Port-forward](../networking/port-forwarding.md.md) +- [Learn more about template configuration](../templates.md) +- [Configure more IDEs](../ides/web-ides.md) diff --git a/docs/quickstart/azure.md b/docs/quickstart/azure.md index 046ac64c36e48..73d53da813c66 100644 --- a/docs/quickstart/azure.md +++ b/docs/quickstart/azure.md @@ -1,6 +1,10 @@ +# Microsoft Azure + +This quickstart will show you how to set up the Coder server on Azure and then set up an Azure hosted Linux based workspace, which allows users to create there own instances of these workspaces and use the Coder product. + ## Requirements -This quickstart will show you how to set up the Coder server on Azure and then set up an Azure hosted Linux based workspace, which allows users to create there own instances of these workspaces and use the Coder product. This quickstart assumes you have access to admin level access to Azure. +This quickstart assumes you have access to admin level access to Azure. ## Create An Azure VM @@ -104,3 +108,8 @@ coder templates create Congrats! You can now navigate to your Coder dashboard and use this Linux on Azure template to create a new workspace! +## Next Steps + +- [Port-forward](../networking/port-forwarding.md.md) +- [Learn more about template configuration](../templates.md) +- [Configure more IDEs](../ides/web-ides.md)