I'm trying to serve a model with provisioned throughput but I'm getting this error:
Build could not start due to an internal error. If you are serving a model from UC and Azure storage firewall or Private Link is configured on your storage account, please verify your network connectivity is configured properly according to https://learn.microsoft.com/en-us/azure/databricks/security/network/serverless-network-security/serv.... For additional assistance, contact Databricks Support.
Strange thing is that I had the same issue previously when trying to serve model with custom compute. Then I created private endpoint as instructed and it started working. Now I'm creating serving endpoint for a model in the same storage account and in the same workspace. Private link is already created. Only difference is that this model uses provisioned throughput and the other was using custom compute. Could that cause this error and if yes, how do I fix it?