Replies: 1 comment
-
| I see same issue discussed here- #2790 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
-
| I see same issue discussed here- #2790 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am getting below error when trying through VS code or browser via code space. Any ideas on how to resolve? tried to troubleshoot with some CRLF commands which chatgpt gave but no luck..
(x) Failed: Packaging service backend
ERROR: error executing step command 'package --all': failed building service 'backend': failed invoking event handlers for 'prebuild', 'prebuild' hook failed with exit code: '127', Path: '/tmp/azd-prebuild-3173896449.sh'. : exit code: 127, stdout: , stderr: /bin/sh: 1: /tmp/azd-prebuild-3173896449.sh: not found
Here are the commands I am running..
azd auth login
azd env new
azd env new ragappservicetest
Set Azure region- central is to avoid the instance error I was getting in east US
azd env set AZURE_LOCATION centralus
Set deployment target and SKUs
azd env set DEPLOYMENT_TARGET appservice
azd env set AZURE_APP_SERVICE_SKU B1
azd env set AZURE_SEARCH_SERVICE_SKU basic
azd env set AZURE_DOCUMENTINTELLIGENCE_SKU S0
azd env set USE_LOCAL_PDF_PARSER true
azd env set USE_LOCAL_HTML_PARSER true
azd env set AZURE_COSMOSDB_SKU serverless
Set OpenAI configuration (replace placeholders with your actual values)
azd env set OPENAI_HOST openai
azd env set OPENAI_ORGANIZATION
azd env set OPENAI_API_KEY
azd up
Beta Was this translation helpful? Give feedback.
All reactions