Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ After that, let's press the [Run] button. If we visit our **public IP** where ou

### Additional Resources

- [Azure Resource Manger templates docs](https://docs.microsoft.com/azure/azure-resource-manager/template-deployment-overview)
- [Azure Resource Manager templates docs](https://docs.microsoft.com/azure/azure-resource-manager/template-deployment-overview)

- [The Littlest JupyterHub docs](https://the-littlest-jupyterhub.readthedocs.io/en/latest/index.html)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ languages:
[![Deploy To Azure US Gov](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazuregov.svg?sanitize=true)](https://portal.azure.us/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.devtestlab%2Fdtl-create-lab-windows-vm%2Fazuredeploy.json)
[![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.svg?sanitize=true)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.devtestlab%2Fdtl-create-lab-windows-vm%2Fazuredeploy.json)

This template creates a new DevTestLab instance that includes a Windows Server 2019 Datacenter virtual machine. To learn more about how to deploy the template, see the [quickstart](https://docs.microsoft.com/azure/devtest-labs/create-lab-windows-vm-template) article. More Azure Resource Manger quickstart templates for Azure DevTest Labs can be found in the [repository](https://github.com/Azure/azure-devtestlab).
This template creates a new DevTestLab instance that includes a Windows Server 2019 Datacenter virtual machine. To learn more about how to deploy the template, see the [quickstart](https://docs.microsoft.com/azure/devtest-labs/create-lab-windows-vm-template) article. More Azure Resource Manager quickstart templates for Azure DevTest Labs can be found in the [repository](https://github.com/Azure/azure-devtestlab).

`Tags: Microsoft.DevTestLab/labs, virtualNetworks, virtualMachines`
2 changes: 1 addition & 1 deletion quickstarts/microsoft.devtestlab/dtl-create-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ languages:

This template creates a new DevTestLab instance.

More Azure Resource Manger Quickstart Templates for Azure DevTestLab can be found at: https://github.com/Azure/azure-devtestlab
More Azure Resource Manager Quickstart Templates for Azure DevTestLab can be found at: https://github.com/Azure/azure-devtestlab

`Tags: Microsoft.DevTestLab/labs`
Loading