azure-sql-db-session-recommender-v2 icon indicating copy to clipboard operation
azure-sql-db-session-recommender-v2 copied to clipboard

azure function app functions are not getting deployed.

Open krishnaprasd opened this issue 9 months ago • 1 comments

I was trying to to deploy the application in azure on west europe with gpt 4o as the model for a PoC purpose. For that I update the open AI bicep and main bicep and deployed the latest code. The code executed without any error. But the deployed function app is showing run time version error and no functions are showing the in the function app. If you have any suggestions or solutions kindly let me know. Thanks

krishnaprasd avatar Feb 12 '25 11:02 krishnaprasd

If the deployment went well, it might be as some of the expected environment variable are not available to the azure function, and so it fails during startup. Make sure that all environment variable in https://github.com/Azure-Samples/azure-sql-db-session-recommender-v2/blob/main/func/Program.cs are defined in the "Settings / Environment variables" section from the Azure Function portal blade.

yorek avatar Feb 12 '25 17:02 yorek