Skip to content

[s360-breeze-toolkit: SFI-ES4.2.4] ES 4.2.4 Network Isolation Policy Implementation - #2144

Draft
v-sohmondal wants to merge 6 commits into
mainfrom
users/v-sohmondal/sfi-es4.2.4
Draft

[s360-breeze-toolkit: SFI-ES4.2.4] ES 4.2.4 Network Isolation Policy Implementation#2144
v-sohmondal wants to merge 6 commits into
mainfrom
users/v-sohmondal/sfi-es4.2.4

Conversation

@v-sohmondal

@v-sohmondal v-sohmondal commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the build and package management configurations across multiple sample projects to improve security and compliance. The main changes enforce the use of an internal package-feed proxy (Central Feed Services) for all package restores and add network isolation policies to pipeline configurations to block unintended public package-feed calls.

Pipeline configuration improvements:

  • Added the networkIsolationPolicy: Permissive,CFSClean setting to the azure-pipelines.yml files for all sample projects, which helps block involuntary public package-feed calls during builds. [1] [2] [3]

Package restore routing:

  • Added or updated .npmrc files in the TypeScript sample projects to route npm package restores through the internal package-feed proxy at https://packagefeedproxy.microsoft.io/npm/.
  • Added a nuget.config file to the C# sample project to route NuGet package restores through the internal package-feed proxy at https://packagefeedproxy.microsoft.io/nuget/v3/index.json.

@v-sohmondal v-sohmondal changed the title ES 4.2.4 Network Isolation Policy Implementation [s360-breeze-toolkit: SFI-ES4.2.4] ES 4.2.4 Network Isolation Policy Implementation Jul 27, 2026
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.

1 participant