coder/examples/templates/azure-linux
Mathias Fredriksson a1212014df
chore(examples): Add `login_before_ready` and `startup_script_timeout` (#5880)
2023-01-27 21:01:48 +00:00
..
README.md chore: Add icons to templates (#5368) 2022-12-09 18:47:09 +00:00
cloud-config.yaml.tftpl azure-linux example template (#3348) 2022-08-08 15:25:20 -07:00
main.tf chore(examples): Add `login_before_ready` and `startup_script_timeout` (#5880) 2023-01-27 21:01:48 +00:00

README.md

name description tags icon
Develop in Linux on Azure Get started with Linux development on Microsoft Azure.
cloud
azure
linux
/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.