Skip to content

Conversation

@andyleejordan
Copy link
Contributor

@andyleejordan andyleejordan commented Dec 20, 2025

While modern Windows technically supports UDS, many libraries (like Rust's Tokio) do not. So unfortunately is much more straightforward to always use named pipes on Windows.

Description

Example Usage

PowerShell/DSC#1330

Checklist

Microsoft Reviewers: Open in CodeFlow

While modern Windows technically supports UDS,
many libraries (like Rust's Tokio) do not.
So unfortunately is much more straightforward
to always use named pipes on Windows.
Co-authored-by: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com>
@anthony-c-martin anthony-c-martin merged commit 5d32bab into Azure:main Jan 5, 2026
41 of 42 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Test this change out locally with the following install scripts (Action run 20725033132)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 20725033132
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 20725033132"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 20725033132
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 20725033132"

@andyleejordan andyleejordan deleted the named-pipes branch January 13, 2026 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants