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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Hello everyone, I already looked for some errors like this before but any solutions helped me. Basically, I have the following scenario:
1) Create a stg, assign rule "Storage Account Contributor" for my pipeline, and transform this stg into a data lake;
2) Create Synapses, private endpoint and create a spark pool;
3) Use null_resource for az-cli to assign Synapse to stg (Networking > Resource Instance);
4) Create manage private endpoint;
5) Use null_resource for az-cli command and approve private endpoint.
My error occurs after step 5 and is represented in session 'Debug Output/Panic Output'.
I already tested some tips that address this type of error in the community like role and network issues. I research about the possibility to use some Terraform resources to approve private endpoints or created this link stg/synapses automatically approved but I'm not able to find anything.
My Synapses work properly after those steps. I'm not able to run any plan or work with Terraform anymore after this process.
Just to share a workaround, I removed the storage account used by Synapse from my '.tfstate' file. After it is possible to run 'plan' and 'apply' without any problem.
In my case, I have a 'managed private endpoint' from Synapse to the storage account. Deleting the managed endpoint is working for me. But the endpoint is created again with deployment, so it is a loop for me.
Is there an existing issue for this?
Community Note
Hello everyone, I already looked for some errors like this before but any solutions helped me. Basically, I have the following scenario:
1) Create a stg, assign rule "Storage Account Contributor" for my pipeline, and transform this stg into a data lake;
2) Create Synapses, private endpoint and create a spark pool;
3) Use null_resource for az-cli to assign Synapse to stg (Networking > Resource Instance);
4) Create manage private endpoint;
5) Use null_resource for az-cli command and approve private endpoint.
My error occurs after step 5 and is represented in session 'Debug Output/Panic Output'.
I already tested some tips that address this type of error in the community like role and network issues. I research about the possibility to use some Terraform resources to approve private endpoints or created this link stg/synapses automatically approved but I'm not able to find anything.
My Synapses work properly after those steps. I'm not able to run any plan or work with Terraform anymore after this process.
Terraform Version
1.4.6
AzureRM Provider Version
3.54.0
Affected Resource(s)/Data Source(s)
azurerm_storage_data_lake_gen2_filesystem; azurerm_synapse_managed_private_endpoint;
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Since I just apply an null-resource to run az-cli command for approving a private endpoint I'm expecting in the next plan the message 'Not to update'.
Actual Behaviour
The error mentioned above.
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: