Attaching Azure File Share to NGINX Container app using only the portal and NOT az cli
I have a Container App Environment, with Azure File Shares already configured. I create a Container App in the environment using image nginx:latest. I want to mount the /etc/nginx path to the storage volume. I have done this so many times, and repeatedly get a failed revision. I have successfully added a mount/volume if I export the YAML, modify and update the Container App. I need to know the process to do this entirely via the Portal.
- Create Container App Enviroment – Check
- Create Storage Accounts, shared access keys, file shares, etc. Check
- Create App in Container environment. Image is nginx:latest.
- Revision spins up, and is available.
- I now want to mount the Azure File Share for proxy-shared-data as the /etc/nginx folder.
- This is where I am stuck. The new revision fails when I do this. Container App shows Volume, Environment shows volume, Not sure what I am doing wrong. I have repeated this process over and over and same results – so must be missing a step.
Read more here: Source link
