The Microsoft.Eventhub Resource provider in my subscription has a perpetual status of registering and I'm not sure why. For some reason all of my subscriptions are in this same perdicument and I'm certain why. I attempted to unregister then reregister Microsoft.Eventhub RP but I continued to see the same status.
The Microsoft.Eventhub Resource provider in my subscription has a perpetual status of registering
137 Views Asked by Jeff Sikala At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in TERRAFORM
- Why does terraform aws_cognito_user_pool always show as "updated in-place" on every single terraform plan?
- Terraform - loop over complex data in data source
- Terraform cidrsubnets
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Problem to add service principal permissions with terraform
- Multiple resources for the depends_on dependencies is throwing an Error
- Parametrizing backend in terraform on gcp
- AWS EKS Fargate pod scheduling issue with Prometheus deployment
- Terraform valdiate that one of N variables is set to "true"
- How to assign a value to a string variable, that includes embedded '=' in the value
- Terraform loop over Map variable to provision multiple Databricks catalogs
- Terraform OCI error when creating Network Load Balancer
- logiapp teams api connection terraform user sign in
- Difference between google_project_iam_* and other google_*_iam_* resources
- JSON representation of the current Terraform configuration
Related Questions in TERRAFORM-PROVIDER-AZURE
- How to consolidate duplicate blocks for Azure Role Assignments using Terraform?
- The 'condition' attribute is invalid - The value '@contains(string, 'substring')' is not within allowed values range
- B2c tenant Creation and creation of users/apps from main tenant using terraform. Is that possible?
- Media Service API failed - 400 bad request - Creation of new Media Service accounts are not allowed as the resource has been deprecated
- With Terraform, how do I integrate a basic-sku load balancer and basic-sku public ip address with an azurerm_kubernetes_cluster resource?
- How to Iterate over nested objects and create sub-resource inside dynamic block
- Authorization_RequestDenied on terraform apply
- Terraform Azure - No changes. Your infrastructure matches the configuration
- azure terraform linux aci connector CrashLoopBackOff
- Unable to create Azure Function keys, using terraform azapi
- How do I create an Azue SQL database user from a managed identity using Terraform?
- Terraform - Use certificate to authenticate azurerm in Remote execution mode
- Can't configure a value for "network_interface": its value will be decided │ automatically based on the result of applying this configuration
- Terraform azurerm_virtual_machine with managed OS disk options
- Terraform azure import multiple subnets
Related Questions in AZURE-SUBSCRIPTION
- Where to run Terraform in a new Cloud tenancy
- Questions around Entra External ID and deploying resources
- Manage Azure Subscriptions (Customer tenant)
- How to List clusters by subscription ID using .NET?
- How to update Azure subscription tags with Terraform?
- VS Code is not listing all my Azure Subscriptions
- Azure programmatically deploy subscription to specified MG
- How can I have conditional parameter value in Azure Workbook?
- Unable to see Azure Subscriptions in the Azure DevOps Service Connection
- Reader role assignment to registered application via powershell at subscription scope
- The Microsoft.Eventhub Resource provider in my subscription has a perpetual status of registering
- Couldn't create subscription. Your account has reached its subscription limit. To create more subscriptions, contact Azure support
- What happens when my Azure subscription is assigned to a different AAD?
- Azure Container Registry - SubscriptionNotFound error when pushing Docker image
- In Azure, I cannot see subscription to which I am assigned the Owner role, but I can choose the subscription when creating a VM
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

Some providers may take time to be registered .Otherwise, there may be service health issues in the middle of process affecting the registration process.
Also as you said you have multiple subscriptions in the tenant and the current subscription is not the right one which the user has the right permission.
Make sure to have contributor or owner permissions to register in the particular subscription.
az loginaz account set --subscription subscription_idand set correct credentials .If you don't use the specified terraform resource you can skip provider registration.
Also upgrade terraform according to working provider versions and azurerm provider .In some versions the provider may be deprecated and not compatible with our terraform provider version.
Also check Terraform - Azure as a provider and limited access account | StackOverflow