Henry Beberman
Henry Beberman
I was able to recreate the deployment failure locally. I've filed a bug for it and I will keep this issue updated on the progress. The audio recording halting once...
@Cmac2016 I believe I've found a solution for the app deploy failure. By default the FFUs have kernel debugging enabled, which is conflicting with the Visual Studio remote debugger. You...
I've found another solution. Instead of disabling kernel debug entirely you can also set the kernel debugger to ignore usermode exceptions using the **/noumex** flag. ```cmd bcdedit /dbgsettings SERIAL debugport:1...
Thanks for the report @paulmey! I'm looking into the appropriate fix here and will prioritize making sure that /etc/docker/daemon.json is no longer owned by the moby-engine package, be that some...
ACK. Backporting the change into Azure Linux 2.0 now so we can drop the /etc/docker/daemon.json file.
The moby-engine-24.0.9-6.cm2.x86_64 package has just been published and no longer provides the `/etc/docker/daemon.json` file.