Azure app service Linux container sidecar disable
2 days ago my azure app service reconfigured itself in front of my eyes to sidecar deployment, since then nothing has worked, can't deploy and can't run my application. I can't find any documentation of how to turn it off It throws errors if I try and…
Issue with Copilot implementation
I am having issue to create the workflow step for copilot, I do need to meet with one of the engineer to discuss the current problem
Issue with Copilot implementation
I am having issue to create the workflow step for copilot, I do need to meet with one of the engineer to discuss the current problem
Azure Pipelines: How can I pre-approve stages?
My YAML pipeline deploys my code to 5 different environments on Azure. Before it can deploy to an environment, the previous environment has to be successfully deployed and a manual approval has to be given. This should not change. The problem is that…
App-V Package Unable to Create Child Process – Permission Issue
We are facing an issue with an application packaged using Microsoft App-V. The application is unable to create a child process and throws the following error: scss CopyEdit System.ComponentModel.Win32Exception (0x80004005): The requested operation…
Azure app service Linux container sidecar disable
Does anyone know how to disable this sidecar feature? its completely broken my CI pipelines from Github, i can't deploy any new commits or rollback to any old commits, my application now fails to startup. The logging in Azure app service was always bad…
Building the application github builds are failing
When we are building the application github using below requirements- builds are failing for pandasai==3.0.0b4 dependency even though it is available on pypi.org and also builds are working in…
Visual Studio 2022 Setup Project installs Menu and Desktop Shortcuts but then deletes them.
I have just upgraded to a new Windows 11 Desktop and Visual Studio 2022. I am going through all my Visual Basic 2008 applications and updating them in VS 2022. With several of them, when I run the Setup.exe, I can see the desktop shortcut being created…
Azure Web App Not Deploying Files
My Python Flask app deployed on Azure Web Apps fails to start because required files (run.py, config.py, etc.) are missing from /home/site/wwwroot/. Instead, only hostingstart.html and output.tar.gz are present. Logs show: ModuleNotFoundError: No module…