mirror of
https://github.com/coder/coder.git
synced 2026-09-24 06:47:27 +08:00
* add `display_name` * fix typos and `terraform validate` * update display_name * Update examples/templates/aws-windows/main.tf Co-authored-by: Ben Potter <me@bpmct.net> * Update examples/templates/aws-linux/main.tf Co-authored-by: Ben Potter <me@bpmct.net> * Update examples/templates/azure-linux/main.tf Co-authored-by: Ben Potter <me@bpmct.net> * Update examples/templates/azure-linux/main.tf Co-authored-by: Ben Potter <me@bpmct.net> * Update examples/templates/do-linux/main.tf Co-authored-by: Ben Potter <me@bpmct.net> * Update examples/templates/do-linux/main.tf Co-authored-by: Ben Potter <me@bpmct.net> * Update main.tf * Update main.tf * Update main.tf * Update main.tf * Update main.tf --------- Co-authored-by: Ben Potter <me@bpmct.net>
name, description, tags, icon
| name | description | tags | icon | |||
|---|---|---|---|---|---|---|
| Develop in Linux on Azure | Get started with Linux development on Microsoft Azure. |
|
/icon/azure.png |
azure-linux
To get started, run coder templates init. When prompted, select this template.
Follow the on-screen instructions to proceed.
Authentication
This template assumes that coderd is run in an environment that is authenticated
with Azure. For example, run az login then az account set --subscription=<id>
to import credentials on the system and user running coderd. For other ways to
authenticate consult the Terraform docs.