Matt Melton
Matt Melton
I've had a similar issue with python dynamically loading old grpc protobuf files that are no longer compatible with new code. With WEBSITE_RUN_FROM_PACKAGE=0, the deployment performs an "in-place sync". Unfortunately...
I believe my issues were due to this Kudu bug: https://github.com/projectkudu/kudu/issues/2972. We've worked around the issues by moving to container functions. Previously I saw code that triggered "impossible" exceptions, i.e....
I can't deploy modern frontends - such as Angular and React - that use MSAL 2.x to hardened tenants (where PKCE is a requirement). From what I can see no...