Django app failing to get deployed on Azure web service
I have a Django app that was running without issues till 2 days back on Azure. I then added some Azure OAI code using semantic-kernel and since then haven’t been able to complete the deploy step of github actions workflow to deploy the app. To use semantic-kernel, I had to update to python 3.11 from python 3.8 on Azure. The deployment runs for about 40 mins and then errors out.