The latest advice is to set property vnetRouteAllEnabled to true instead of using WEBSITE_CONTENTOVERVNET as seen at:
However, even that advice is not up to date, as that property has been renamed since Apr 2024:
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --set properties.outboundVnetRouting.contentShareTraffic=true --api-version 2025-03-01