Issue:
Users encounter an error when attempting to access the Match Maven screen within the LakeFusion UI.
Cause:
This error typically occurs because the Databricks Vector Search feature is not enabled in the user's workspace. The API call to the Vector Search endpoint fails as a result.
Resolution:
Databricks Vector Search is currently in Public Preview (as of early 2025).
It may not be enabled by default in your workspace, particularly if you're on an older or enterprise workspace setup, or if Unity Catalog is not configured.
To resolve the issue:
Reach out to your Databricks account representative or support team.
Request activation of the Vector Search feature in your workspace.
Once enabled, you should be able to access the Match Maven screen without errors.
Issue:
Users receive the following error message during deployment:
"Provisioning in requested region is not supported."
Cause:
The selected region is not supported for the deployment configuration.
Resolution:
Choose a different region in the setup form during deployment.
Verification:
To verify the error through Azure logs:
Go to the Azure Portal.
Search for Resource Groups.
Open your Resource Group
Click on the corresponding Container Group.
In the left-hand menu, expand Settings and select Containers.
Open the Logs tab.
If you see the following message in the log console
{"code":"ProvisionNotSupportedForRegion","message":"Provisioning in requested region is not supported."}}
This confirms the issue is region-related. Select a supported region in the deployment form and retry.