Skip to content

docs(quickstart): styling fixes #4356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/quickstart/aws.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Amazon Web Services

## Requirements

This quickstart assumes you are assigned `AdministratorAccess` policy to AWS.
Expand Down Expand Up @@ -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)
11 changes: 10 additions & 1 deletion docs/quickstart/azure.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)