mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
* WIP Azure template for windows machine Signed-off-by: Spike Curtis <spike@coder.com> * WIP windows uses data disk Signed-off-by: Spike Curtis <spike@coder.com> * Data drive working Signed-off-by: Spike Curtis <spike@coder.com> * Add az cli commands to start & stop Signed-off-by: Spike Curtis <spike@coder.com> * Remove commented line Signed-off-by: Spike Curtis <spike@coder.com> * Prettierify Signed-off-by: Spike Curtis <spike@coder.com> --------- Signed-off-by: Spike Curtis <spike@coder.com>
name, description, tags, icon
| name | description | tags | icon | |||
|---|---|---|---|---|---|---|
| Develop in Windows on Azure | Get started with Windows development on Microsoft Azure. |
|
/icon/azure.png |
azure-windows
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.
Dependencies
This template depends on the Azure CLI tool (az) to start and stop the Windows VM. Ensure this
tool is installed and available in the path on the machine that runs coderd.