Skip to content

Add Azure Dev Container configuration with GNU utilities#15

Draft
Jury1981 with Copilot wants to merge 3 commits into
masterfrom
copilot/update-login-component
Draft

Add Azure Dev Container configuration with GNU utilities#15
Jury1981 with Copilot wants to merge 3 commits into
masterfrom
copilot/update-login-component

Conversation

Copilot AI commented Feb 4, 2026

Copy link
Copy Markdown

Adds Dev Container configuration to standardize development environment with Azure CLI, PowerShell, and GNU toolchain pre-configured.

Changes

  • .devcontainer/devcontainer.json: TypeScript/Node.js 20 container with Azure CLI, PowerShell, GitHub CLI, and common-utils features. Mounts ~/.azure for credential persistence.

  • .devcontainer/dev.sh: Bash helper script providing build, test, dev, setup, validate, and check commands with environment validation and colored output.

  • .devcontainer/README.md: Setup documentation for VS Code and GitHub Codespaces with troubleshooting guidance.

  • README.md: Added Development section linking to dev container docs.

Configuration Highlights

{
  "features": {
    "ghcr.io/devcontainers/features/azure-cli:1": {"version": "latest"},
    "ghcr.io/devcontainers/features/powershell:1": {"version": "latest"},
    "ghcr.io/devcontainers/features/common-utils:2": {
      "installZsh": true,
      "upgradePackages": true
    }
  },
  "postCreateCommand": "npm install && chmod +x .devcontainer/dev.sh"
}

Helper script usage:

.devcontainer/dev.sh dev      # build + test
.devcontainer/dev.sh validate # check Azure login status
Original prompt

Reference: 8d2dc99


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 4, 2026 15:08
Co-authored-by: Jury1981 <210622247+Jury1981@users.noreply.github.com>
Co-authored-by: Jury1981 <210622247+Jury1981@users.noreply.github.com>
Copilot AI changed the title [WIP] Update login component with new design Add Azure Dev Container configuration with GNU utilities Feb 4, 2026
Copilot AI requested a review from Jury1981 February 4, 2026 15:10
@github-actions github-actions Bot added the Stale label Feb 18, 2026
@github-actions

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown

This PR is idle because it has been open for 14 days with no activity.

@github-actions

github-actions Bot commented Apr 1, 2026

Copy link
Copy Markdown

This PR is idle because it has been open for 14 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants