We are sorry to hear you're facing this problem. What issue where you having with code before you updated it? Are you getting any specific errors? can you please share a screenshot of what you're seeing? please hid all sensitive information
In the meantime you can try to:
-Restart your web app to make sure it's using the latest version of your code. You can do this through the Azure portal or using the Azure CLI.
-Double-check that the Docker image you built contains the correct version of your code. You can do this by running the container locally and verifying the output.
-Verify that your DevOps pipeline is correctly building and deploying the latest version of your code. Check the logs for any errors or warnings that might be preventing the pipeline from working correctly.
-Grace