docs(quickstart): styling fixes (#4356)

This commit is contained in:
Geoffrey Huntley
2022-10-05 03:16:21 +10:00
committed by GitHub
parent 78283cf236
commit 18b282cabb
2 changed files with 18 additions and 1 deletions
+8
View File
@@ -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)
+10 -1
View File
@@ -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)