“Microsoft.Network/AllowPrivateEndpoints feature stuck in Pending for over 2 days

Chinnasetty Chowdaiah 0 Reputation points
2025-05-02T07:35:39.83+00:00

I am trying to create a Private Endpoint for Azure Monitor (specifically Application Insights) in my subscription , but the deployment is failing with the error:

"SubscriptionNotRegisteredForFeature: Subscription is not registered for feature Microsoft.Network/AllowPrivateEndpoints."

I have already run the CLI command:

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

However, the status has remained in 'Pending' state for over 2 days. I am blocked from deploying critical monitoring infrastructure. Please help complete the registration of this feature so I can proceed.

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
542 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Abiola Akinbade 27,295 Reputation points Moderator
    2025-05-02T08:16:25.4866667+00:00

    This most likely needs assistance from support. Check that the Microsoft.Network resource provider is registered:

    To register use the steps here: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1

    If done and issue persists I would recommend reaching out to support for assistance:

    https://azure.microsoft.com/en-us/support/create-ticket

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

  2. Shravan Addagatla 690 Reputation points Microsoft External Staff Moderator
    2025-05-02T10:50:01.07+00:00

    Hi Chinnasetty Chowdaiah,

    In addition to the Abiola Akinbade response, I would like to add a few points as follows.

    As I understand that you are attempting to register the "AllowPrivateEndpoints" feature for Azure Monitor in your subscription, but it has been stuck in a "Pending" state for more than a couple of days.

    However, you need to use the below method to create a Private Endpoint for Azure Monitor.

    • Create an Azure Monitor Private Link Scope (AMPLS).
    • Connect resources to the AMPLS.
    • Connect AMPLS to a private endpoint.
    • Configure access to AMPLS resources.

    For more details, you can refer this article: Connect AMPLS to a private endpoint.

    I hope this has been helpful!

    **
    If above is unclear and/or you are unsure about something add a comment below.

    Please click "Accept" the answer as original posters help the community find answers faster by identifying the correct answer. 


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.