Microsoft.Network --name AllowPrivateEndpoints

Krzysztof Raczka 0 Reputation points
2025-08-06T11:11:55.06+00:00

Hi,

I wanted to enable below feature

az feature register --namespace Microsoft.Network --name AllowPrivateEndpoints 

I did run this command in powershell and I also run

az provider register -n Microsoft.Network

now when trying to check the status its Pending as per below response

az feature show --namespace Microsoft.Network --name AllowPrivateEndpoints

{ 'id': '/subscriptions/xxxxxxxxxxxx/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPrivateEndpoints', 'name': 'Microsoft.Network/AllowPrivateEndpoints', 'properties': { 'state': 'Pending' }, 'type': 'Microsoft.Features/providers/features' }

Do you know how to complete registration so it state change to Registered ?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
{count} votes

1 answer

Sort by: Most helpful
  1. Krzysztof Raczka 0 Reputation points
    2025-08-07T15:42:46.24+00:00

    I still have this issue,

    1. its over 48h since i have registered first time.
    2. yes
    3. no.

    Approciate further support.

    Thank you


Your answer

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