mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
19 lines
701 B
Markdown
19 lines
701 B
Markdown
---
|
|
name: Develop in Linux on Azure
|
|
description: Get started with Linux development on Microsoft Azure.
|
|
tags: [cloud, azure, linux]
|
|
icon: /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](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#authenticating-to-azure).
|