nudejustin
nudejustin
We're also seeing this issue across our dotnet and node application deployments
@ABrizmohun a workaround we found for now is to set these application settings on your azure app: `"ENABLE_ORYX_BUILD" : "false", "SCM_DO_BUILD_DURING_DEPLOYMENT" : "false",` This disables oryx and reverts to the...
Is there any update on this issue that can be provided from the Oryx team? Although the workaround I proposed above works for our AppService instances, it does not work...
@StefH I have raised a pull request that aims to implement your suggestion above. https://github.com/WireMock-Net/WireMock.Net/pull/924