I developed and successfully deployed a Python Dash web app on Azure using GitHub Actions. However, upon accessing the app, I encountered an “Application Error” along with a message directing me to diagnostic resources. After checking the app’s log stream, I discovered that the modules listed in my requirements.txt file were not installed. Despite my efforts to troubleshoot by researching extensively, I’m still unable to resolve this problem. What steps should I take to address this issue?