Skip to content

[App Config] az appconfig create/update/network-security-perimeter-configuration: Add NSP support - #33301

Open
Christine Wanjau (ChristineWanjau) wants to merge 16 commits into
Azure:devfrom
ChristineWanjau:cwanjau/nspSupport
Open

[App Config] az appconfig create/update/network-security-perimeter-configuration: Add NSP support#33301
Christine Wanjau (ChristineWanjau) wants to merge 16 commits into
Azure:devfrom
ChristineWanjau:cwanjau/nspSupport

Conversation

@ChristineWanjau

@ChristineWanjau Christine Wanjau (ChristineWanjau) commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Related command

az appconfig create\update
az appconfig network-security-perimeter-configuration

Description

This PR introduces Network Security Perimeter (NSP) support for Azure App Configuration stores in the Azure CLI, along with a new --public-network-access argument that supersedes --enable-public-network to enable the new SecuredByPerimeter access mode.

New command group: az appconfig network-security-perimeter-configuration

  • list — List all NSP configurations associated with an App Configuration store.
  • show — Show a specific NSP configuration by name.
  • reconcile — Force a refresh of a specific NSP configuration.

az appconfig create / az appconfig update
Added --public-network-access with allowed values Enabled, Disabled, SecuredByPerimeter.
Deprecated --enable-public-network / -e (redirects to --public-network-access). The flag remains functional for backward compatibility

Deprecation message:
image

Testing Guide

History Notes

[App Config] az appconfig create/update: Add Network Security Perimeter (NSP) support
[App Config] az appconfig network-security-perimeter-configuration: Add Network Security Perimeter (NSP) support

This checklist is used to make sure that common guidelines for a pull request are followed.

Loading
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.

7 participants