mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
049e7cb5df
* azure-linux example template Signed-off-by: Spike Curtis <spike@coder.com> * Use azurerm_linux_virtual_machine and wait for attachment Signed-off-by: Spike Curtis <spike@coder.com> * Use azure-instance-identity Signed-off-by: Spike Curtis <spike@coder.com>
680 B
680 B
name, description, tags
| name | description | tags | |||
|---|---|---|---|---|---|
| Develop in Linux on Azure | Get started with Linux development on Microsoft Azure. |
|
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.