Skip to content

Add dev container with optional Azure credentials and cross-platform support#17

Draft
Copilot wants to merge 3 commits intocopilot/fix-login-issuefrom
copilot/fix-login-issue-again
Draft

Add dev container with optional Azure credentials and cross-platform support#17
Copilot wants to merge 3 commits intocopilot/fix-login-issuefrom
copilot/fix-login-issue-again

Conversation

Copy link

Copilot AI commented Feb 4, 2026

Implements development container configuration per commit 82b8f92 with fixes for cross-platform compatibility and optional credential persistence.

Changes

  • .devcontainer/devcontainer.json: Node.js 20 container with Azure CLI, PowerShell, and GitHub CLI. No hardcoded mounts—Azure credentials are opt-in

  • .devcontainer/README.md: Documents optional Azure credentials mount with platform-specific syntax ($HOME for Linux/Mac, $USERPROFILE for Windows). Fixed heading hierarchy (#### for manual command subsections)

  • .devcontainer/dev.sh: Helper script for common workflows (check, build, test, validate)

  • .devcontainer/EXAMPLES.md: Workflow examples for CI/CD integration

Platform-specific mount configuration

Users can optionally persist Azure credentials by adding to devcontainer.json:

// Linux/Mac
"mounts": ["source=${localEnv:HOME}/.azure,target=/home/node/.azure,type=bind,consistency=cached"]

// Windows  
"mounts": ["source=${localEnv:USERPROFILE}/.azure,target=/home/node/.azure,type=bind,consistency=cached"]

Default behavior: credentials not persisted between container rebuilds.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/Jury1981/login/commits/82b8f928c116378a71bef0ac79bae0c1cda7fa5e
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Reference: 82b8f92


💡 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:26
…al Azure credentials mount

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] Fix login issue in user authentication Add dev container with optional Azure credentials and cross-platform support Feb 4, 2026
Copilot AI requested a review from Jury1981 February 4, 2026 15:29
@github-actions github-actions bot added the Stale label Feb 18, 2026
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

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