You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@w0ut0 Checked the api behavior and find out the sku can be updated from basic to standard. Need to have a future check from TF side. will update accordingly
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.0.9
AzureRM Provider Version
2.99.0
Affected Resource(s)/Data Source(s)
azurerm_servicebus_namespace
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Switching between
Basic
andStandard
should not require a recreation (therefor losing all queues, messages,...). Confirmed to work in the portal.Actual Behaviour
Terraform will recreate the servicebus, therefor losing all (externally created) queues and messages.
Steps to Reproduce
terraform apply
A workaround is changing the SKU in the portal before running
terrafrom apply
.Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: