SIGSharing registration takes longer than expected

Remy Raheste 20 Reputation points
2025-12-11T07:14:24.66+00:00

I have registered Microsoft.Compute/SIGSharing feature, but its been taking a very long time. What is the procedure to get this enabled?

az feature registration show -n SIGSharing --provider-namespace Microsoft.Compute --query "{status:properties.state, feature:properties.featureName, WhenRegistered:properties.authorizationProfile.requestedTime}"

{

  "WhenRegistered": "2025-11-14T05:13:42.355295+00:00",

  "feature": "SIGSharing",

  "status": "Pending"

}

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Jilakara Hemalatha 6,770 Reputation points Microsoft External Staff Moderator
    2025-12-11T08:20:06.69+00:00

    Hello Remy Raheste,

    We have checked with the Engineering team that the feature is now registered for your subscription.

    Please run the following command below : 

    az provider register -n Microsoft.Compute 
    

    After that, try re-run this command:

    az feature show --namespace Microsoft.Compute --name SIGSharing --query "properties.state"
    

    Please share your output. once you’ve completed these steps.

    Please let me know if you have any queries.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-11T07:14:37.09+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The status of your SIGSharing feature registration is currently "Pending," which indicates that the registration process is still ongoing. This can sometimes take longer than expected due to various factors such as system load or dependencies on other services.

    To enable the feature, you typically need to wait until the status changes from "Pending" to "Succeeded." You can continue to monitor the status using the command you provided. If it remains in the "Pending" state for an extended period, you may want to consider reaching out to Azure support for further assistance.


    References:

    0 comments No comments

Your answer

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