divyagandhisethi
divyagandhisethi
All applications running on deprecated docker hub images have been moved to equivalent MCR image. The new LinuxFxVersion for your application should be - | Deprecated Images | New LinuxFxVersion...
@mhoeger - you are right. I fixed this for linux consumption here: https://github.com/Azure/azure-functions-host/blob/d571d25276c72778339c78d48c14c3c680d52b82/src/WebJobs.Script/Host/ScriptHostIdProvider.cs#L49-L53 We might have to do something similar for Kubernetes as well.
cc @SatishRanjan
cc @anirudhgarg
cc @pragnagopa . @v-shenoy The host id needs to be something unique per pod instance. For example - you can use the pod name or pod id. In other Linux...
> This problem has had multiple issues created for it. Here's [one ](https://github.com/Azure/azure-functions-host/issues/7128) by @TsuyoshiUshio. The work around he mentions (and I tested that it works) is to manually set...