-
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
azurerm_kusto_cluster_customer_managed_key
- property not working.
#18454
Comments
This is also related to accTestFailure TestAccKustoClusterCustomerManagedKey_userIdentity |
Currently, I am able to determain that in a PATCH call to service, the server returns 202. But after the PATCH call, the server returns an "Internal Server Error" without any other message for the wait for completion async call. |
Example REST call response caught in REST API call. HTTP/1.1 202 Accepted {"id":"/subscriptions/xxxxxxxxx/providers/Microsoft.Kusto/locations/West Europe/operationresults/xxxxx","name":"xxxx","status":"Failed","startTime":"2022-09-21T00:53:31.6614027Z","endTime":"2022-09-21T00:53:51.1147303Z","percentComplete":1.0,"properties":{"operationKind":"ServiceConfigurationAlter","provisioningState":"Failed","operationState":"Failed"},"error":{"code":"Failed","message":"Internal Server Error"}} |
azurerm_kusto_cluster_customer_managed_key
- property key_vault_id
should be key_vault_uri
azurerm_kusto_cluster_customer_managed_key
- property not working.
Hi guys I found the same error on my end, the infrastructure is almost the same the only difference is that the cluster is inside a VNET. I also found a workaround using |
My workaround unfortunately create a cyclic dependency with the access policy and cluster system assigned identity and the destruction can't happen normally. |
This could be caused by the API underlying, will test this again once upgraded API is used. |
This is a bug caused by underlying API and Microsoft Service Team is working on the fix. |
Does anyone have the link to an existing microsoft ticket/bug? Or a forum/ discussion thread? |
Hi @codersinthestorm, here is the ICM ticket I raised MS ICM (Internal Only) Kusto team said it was an issue with the manifest and will roll back. But the problem still exsits till now. |
Thanks a lot! We're also hitting this issue, and weirdly enough its with a System-Assigned identity for the cluster- which has worked fine for us in other similar clusters. |
Just to update here if anyone is still interested in the ticket, the product team deployed a new build apparently, and that has fixed the issue for us. You might wanna try it again once. |
@liuwuliuyun Thanks for taking the time to submit this issue. Have you been able to test again to see if you are still having this issue, or if it was resolved by the new build @codersinthestorm mentioned? |
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
Terraform Version
1.2.3
AzureRM Provider Version
3.21.1
Affected Resource(s)/Data Source(s)
azurerm_kusto_cluster_customer_managed_key
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: