Does anyone know how to configure the timezone in an azure container app? I've tried setting it through terminal which works temporarily using the commands:
- cd /usr/share/zoneinfo
- tzselect
But then I need to update the .profile file but need permission to access it by running ~/.profile in terminal. Typing this command in gives me a "Permission denied" error in the terminal.
But then do I need to update .profile or will it be permanent anyway for that container app?