{"id":23300672,"url":"https://github.com/ianoflynnautomation/iac-devtestlabs-bicep","last_synced_at":"2026-01-20T04:06:18.522Z","repository":{"id":267147867,"uuid":"898613842","full_name":"ianoflynnautomation/iac-devtestlabs-bicep","owner":"ianoflynnautomation","description":"Demo using Azure DevTest Labs, Bicep, and Azure azd to provision test infra","archived":false,"fork":false,"pushed_at":"2024-12-08T16:58:50.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T21:36:32.189Z","etag":null,"topics":["azd","bicep","cicd","devops","devtestlabs","iac","infrastructure","test","test-automation"],"latest_commit_sha":null,"homepage":"","language":"Bicep","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ianoflynnautomation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-04T17:54:24.000Z","updated_at":"2024-12-08T16:58:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a767275-4a1d-4617-a0a9-512d9d63908f","html_url":"https://github.com/ianoflynnautomation/iac-devtestlabs-bicep","commit_stats":null,"previous_names":["ianoflynnautomation/iac-devtestlabs-bicep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ianoflynnautomation/iac-devtestlabs-bicep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoflynnautomation%2Fiac-devtestlabs-bicep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoflynnautomation%2Fiac-devtestlabs-bicep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoflynnautomation%2Fiac-devtestlabs-bicep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoflynnautomation%2Fiac-devtestlabs-bicep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianoflynnautomation","download_url":"https://codeload.github.com/ianoflynnautomation/iac-devtestlabs-bicep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoflynnautomation%2Fiac-devtestlabs-bicep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28595446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azd","bicep","cicd","devops","devtestlabs","iac","infrastructure","test","test-automation"],"created_at":"2024-12-20T09:17:38.519Z","updated_at":"2026-01-20T04:06:18.487Z","avatar_url":"https://github.com/ianoflynnautomation.png","language":"Bicep","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Summary\n\nThe main.bicep file defines the infrastructure for a DevTest Lab environment with both Linux and Windows virtual machines, designed to spin up an environment for development or testing.\n\n## What we will be doing\n\nBicep Resource Visualizer\n\n![Lab Bicep Visualizer](./.images/lab-bicep-visualizer.png)\n\n\n## Tools we'll be using\n\n- Bicep\n- Github actions\n- Azure pipelines\n- Azure azd\n\n\n## Prerequisites\n\n\u003e This template will create infrastructure and deploy code to Azure. If you don't have an Azure Subscription, you can sign up for a [free account here](https://azure.microsoft.com/free/). Make sure you have contributor role to the Azure subscription.\nThe following prerequisites are required to use this application. Please ensure that you have them all installed locally.\n\n- [Azure Developer CLI](https://aka.ms/azd-install)\n- [.NET SDK 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) - for the API backend\n\n## Overview\n### Scope: \n- Subscription-level deployment. \n\n### Purpose:\n Provision a DevTest Lab environment with: \n- A configurable Linux application server/ windows application server vm to deploy for example a deployment of an onprem docker enviroment.\n- Multiple Windows client VMs for system testing where you need more control over the VM's (For example, hardware in the loop testing ).\n\n\n## Key Resources\n### DevTest Lab:\n - Creates a DevTest Lab named devtestlab01 (default).\n\n### Linux Application Server:\n- Single VM for application hosting.\n- Ubuntu-based (default image: 20.04 LTS).\n- Preinstalled artifacts such as Docker, Docker compose plugin, agent etc.\n\n### Windows Client VMs:\n- Deploys one or more Windows VMs (up to 10).\n- Default: Windows 11 (Pro, 22H2).ß\n- Preinstalled artifacts needed for test execution such as browsers, powershell, nodejs etc.\n\n## Application Architecture\n\nThis application utilizes the following Azure resources:\n\n- [**Azure DevTest Labs**](https://learn.microsoft.com/en-us/azure/devtest-labs/devtest-lab-overview) to managing infrastructure-as-a-service (IaaS) virtual machines (VMs) in labs.\n\n\n\n## Quickstart\nTo learn how to get started with any azure azd, follow the steps in [Quickstart: Deploy an Azure Developer CLI template](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/get-started?tabs=localinstall\u0026pivots=programming-language-nodejs) \n\nThis quickstart will show you how to authenticate on Azure, initialize using a template, provision infrastructure and deploy code on Azure via the following commands:\n\n```bash\n# Log in to azd. Only required once per-install.\nazd auth login\n\n# First-time project setup. Initialize a project in the current directory.\nazd init \n\n# Provision and deploy to Azure\nazd up\n\n# Clean up resources\nazd down\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianoflynnautomation%2Fiac-devtestlabs-bicep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianoflynnautomation%2Fiac-devtestlabs-bicep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianoflynnautomation%2Fiac-devtestlabs-bicep/lists"}