Winget Private Repositories

Syafiq Hamid 0 Reputation points
2026-07-02T01:57:37.0366667+00:00

We love using the Windows Package Manager (winget) to install public apps like Notepad++, but we also have proprietary internal business applications. Can we configure winget to point to a private enterprise repository hosted in our Azure storage so our IT team can deploy internal apps using the same command-line tool

Windows for business | Windows 365 Enterprise
0 comments No comments

1 answer

Sort by: Most helpful
  1. VPHAN 38,270 Reputation points Independent Advisor
    2026-07-02T02:30:33.1233333+00:00

    Hi Syafiq Hamid

    To deploy proprietary internal applications using the Windows Package Manager (winget), you can connect the utility to a private enterprise repository hosted in Azure. This is accomplished either by deploying the official WinGet REST API reference implementation as an Azure Web App for scalable environments, or by hosting a static, pre-indexed package index inside an Azure Blob Storage container for a lower-maintenance setup. Rather than manually configuring endpoints, IT administrators should scale this deployment centrally using Group Policy or Microsoft Intune, which secures the configuration within the Windows Registry path at HKLM\Software\Policies\Microsoft\Windows\AppInstaller to automatically distribute the internal repository across all corporate devices.

    Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VPHAN

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.