Hi all,
I've tried to provision and deploy the code in demo-python/code/custom-vectorizer, but the deployment silently fails. As a consequence, there is no function GetTextEmbedding in the Azure Functions app found, and thus the script setup_search_service.py fails in getting the URL via the function get_function_url. I've checked already in countless areas (via Azure Portal, via Kudu logs, using ChatGPT to guide me in my troubleshooting/debugging attempts), but I just don't know (and understand) what went wrong, and how to fix it.
For full info, I'm using the free Azure account (the one with $200 budget to spend), and adopted the appServicePlan in infra/main.bicep file as well as the AZURE_SEARCH_SERVICE_SKU to account for the limitations of the free account. As far as I can tell, the provisioning seems to have worked.
Thanks a lot for your support!
Hi all,
I've tried to provision and deploy the code in demo-python/code/custom-vectorizer, but the deployment silently fails. As a consequence, there is no function GetTextEmbedding in the Azure Functions app found, and thus the script setup_search_service.py fails in getting the URL via the function get_function_url. I've checked already in countless areas (via Azure Portal, via Kudu logs, using ChatGPT to guide me in my troubleshooting/debugging attempts), but I just don't know (and understand) what went wrong, and how to fix it.
For full info, I'm using the free Azure account (the one with $200 budget to spend), and adopted the appServicePlan in infra/main.bicep file as well as the AZURE_SEARCH_SERVICE_SKU to account for the limitations of the free account. As far as I can tell, the provisioning seems to have worked.
Thanks a lot for your support!