deploy-devlake

Automate end-to-end DevLake deployment to Azure or local Docker environments.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/DevExpGbb/copilot-plugins --skill deploy-devlake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-devlake
Source: https://github.com/DevExpGbb/copilot-plugins/tree/main/plugins/devlake-deploy/skills/deploy-devlake
Command: npx skills add https://github.com/DevExpGbb/copilot-plugins --skill deploy-devlake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, docker, az, and includes references (resource) components.

What problem does it solve?

Automatic deployment of Apache DevLake to Azure or local Docker environments, enabling quick, repeatable setup for teams.

Core Features & Use Cases

  • Supports Official release images for local Docker or Azure deployments (ACI)
  • Supports Custom builds from source for local or Azure deployments
  • Provides step-by-step guidance for provisioning resources, wiring endpoints, and troubleshooting deployments

Quick Start

Run the deployment script to provision DevLake on Azure or start a local Docker-based environment.

Frequently Asked Questions about deploy-devlake

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Apache DevLake to Azure using Docker?

To deploy DevLake to Azure, this Skill automates provisioning resources and deploying official release images to Azure Container Instances using Docker and Azure CLI, providing step-by-step wiring and troubleshooting guidance.

Can I build and deploy a custom DevLake image from source locally?

Yes, you can deploy custom builds from source locally. The Skill guides you through building custom DevLake images with Docker and deploying them to a local Docker environment using your repository access.

What prerequisites do I need to set up DevLake with this deployment approach?

You need Azure CLI, Docker, and Git installed to provision resources, build images, and manage infrastructure for deploying DevLake to either local Docker or Azure environments.

Does this deployment method support both local Docker and Azure cloud environments?

Yes, the deployment supports both local Docker environments and Azure cloud deployments using ACI, allowing you to choose between official release images or custom builds for either scenario.

What is the best way to automate repeatable DevLake infrastructure setup?

Automating DevLake deployment through infrastructure-as-code with Bicep enables quick, repeatable setup for teams, provisioning cloud resources and wiring endpoints end-to-end without manual configuration.

Why is my DevLake deployment to Azure Container Instances not working?

Deployment issues often stem from missing prerequisites like Azure CLI or Docker. The Skill provides troubleshooting guidance for provisioning resources and wiring endpoints to resolve common Azure deployment failures.