-
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 Azure Event Hubs Namespace Premium tier #12141
Comments
Will look into it in a bit. |
As discussed offline, this requires a newer API version. As soon as we're able to upgrade this can be added. |
There is a problem in the terraform documentation resource "azurerm_eventhub_namespace" "example" { identity { It does not work with Standard 2021-06-29 16:49:51 Error: creating/updating Namespace: (Name "ehn-sgrtss-dev-az1-mwrgy7" / Resource Group "rsg-sgrtss-dev-az1-mwrgy7"): performing CreateOrUpdate: namespaces.NamespacesClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="BadRequest" Message="Customer-managed key encryption at rest is only available for namespaces of premium SKU or namespaces created in a Dedicated Cluster. CorrelationId: 30c70fb5-4826-fbd6-6089-3523dac06562" So documentation must be fixed and feature should only be included if this is being tested. |
I'm closing this issue by noticing PR 12695 trying to address this has been merged and released. Please suggest to reopen this issue if there are any other stories. |
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. |
Community Note
Description
Azure Event Hubs Namespace has recently added a new tier named Premium
(https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas)
Currently the provider only allows for sku's
Basic
andStandard
. Could the premium tier be added? @favorettiNew or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: