-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiple partitions in azurerm_servicebus_namespace
#24597
Comments
Thanks @Simonzhaohui for raising this issue, let me check the feature and add it to the backlog once confirmed. |
Hi @Simonzhaohui , the property is added in api version |
@xiaxyi Appreciated for your support ! |
Link API upgrade PR:#24650 |
@Simonzhaohui Thanks for your patience, you can subscribe the linked PR for progress. |
Does the linked PR (that was released in v3.90.0) have everything required to support multiple partitions on premium service bus namespaces? The documentation doesn't mention what the property name to use is. |
@chrispellett Would you mind be more specific about "everything required to support multiple partitions on premium service bus namespaces"? About the property part, if my understanding is correct, are you talking about the api property? The property that this pr covered is |
Sure, sorry I wasn't clear before. When I refer to the namespace resource documentation for v3.90.0, I don't see a property related to the partition count: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/servicebus_namespace I'm not sure if the documentation aspect is part of the work to close this particular issue or not. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Description
When I would like to create azure service bus namespace with
Premium
sku, I can't set multiple partitions, like azure portal or CLI, example: parameter--premium-partitions
withaz servicebus namespace create
.The
Partition count
of Premium service bus namespace is 1, then I can't setenable_partitioning
forazurerm_servicebus_topic
azurerm version: 3.86.0
New or Affected Resource(s)/Data Source(s)
azurerm_servicebus_namespace
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/service-bus-messaging/enable-partitions-premium
The text was updated successfully, but these errors were encountered: