|
|
|
|
|
by clarkevans
702 days ago
|
|
Thank you @jaboutboul. I appreciate that Linux works so well on Azure. A substantial problem for the Linux ecosystem on Azure is that Azure Files is not POSIX compliant. With Container Apps, ephemeral storage is POSIX compliant. However, if you mount a persistent Azure Files file system and use it directly, some applications break. One workaround is to use rsync in the background to replicate data from ephemeral to Azure Files, but we can lose data this way (and ephemeral storage is limited to 8 GiB). It'd also be nice if "Consumption Only" container apps would have more than 4GB of memory. It's so nice to use these. |
|