Hi All,
We had azure databricks workspaces created thru terraform with public network access enabled to true and everything was working great. recently we have disabled the public network access and started to face issues.
terraform is uanble to add user/admins to workspace and giving us weird errors.
1. cannot read service principal: invalid charecter '<' begining of the value
2. cannot read workspace config: invalid charecter '<' begining of the value
we are using azurerm provider version 3.35.0 and databricks provider 1.7.0
And also we have private end points enabled for azure databricks workspace and it should go by private network.
Any help will be greatly appreaciated.