microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
374 stars 29 forks source link

Support mount options for storage mount #765

Open howang-ms opened 1 year ago

chriswue commented 2 months ago

We just hit this problem. It's been in-progress for the last 15 months - any sort of ETA on this?

ahmelsayed commented 2 months ago

@chriswue mountOptions are available in apiVersion >= 2024-03-01 (https://learn.microsoft.com/en-us/rest/api/containerapps/container-apps/create-or-update?view=rest-containerapps-2024-03-01&tabs=HTTP#volume).

They are also available in the UI when editing a container

image

chriswue commented 2 months ago

Ok thanks, is this also being worked on for NFS shares?