Edit

Disable public access in Azure App Configuration

In this article, you'll learn how to disable public access for your Azure App Configuration store. Setting up private access can offer better security for your configuration store.

Prerequisites

Sign in to Azure

You will need to sign in to Azure first to access the App Configuration service.

Sign in to the Azure portal at https://portal.azure.com/ with your Azure account.

Disable public access to a store

Azure App Configuration offers four public access options:

  • Automatic: Inbound public network access is enabled until you create a private endpoint for the store. Once a private endpoint exists, inbound public network access is automatically disabled. Outbound public network access is allowed. This option can only be selected when creating a store.
  • Enabled: All networks can access the store over the public internet. Outbound public network access is allowed.
  • Disabled: Inbound public network access is disabled. The store can only be reached through a private endpoint. Outbound public network access is allowed.
  • Secured by perimeter: Inbound public network access is disabled. Only traffic from a private endpoint or traffic allowed by an associated network security perimeter can access the store. Outbound public network access is governed by the associated network security perimeter, or denied if no perimeter is associated.

To disable access to the App Configuration store from public network, follow the process below.

  1. In your App Configuration store, under Settings, select Networking.

  2. Under Public Access, select Manage.

  3. Under Public network access, select Disabled to disable public access to the App Configuration store and only allow access through private endpoints. If you already had public access disabled and instead wanted to enable public access to your configuration store, you would select Enabled.

    Note

    Once you've switched Public Access to Disabled or Enabled, you won't be able to select Public Access: Automatic anymore, as this option can only be selected when creating the store.

  4. Select Apply.

Screenshot of the Azure portal disabling public access.

Next steps