Tool version
v5.0.0
Describe the bug
Unable to deploy image to Azure Container App with Azure File Share mounted for persistent settings. Container fails to initialize since db file (azurenamingtool.db is locked)
Azure Container Apps no longer appear in the installation options—please confirm if they are still supported.
To Reproduce
Steps to reproduce the behavior:
- Deploy a new container app from v5.0.0 image
Expected behavior
Since SQLite is the default it cannot start. If support for Container Apps is planned for the future I suggest to use JSON instead of SQLite for new installations / an switch to change that.
Another option would be usage of dedicated SQL/Postgres DB.
Screenshots
Here the error on initalization
Installation Method
Azure Container App
Tool version
v5.0.0
Describe the bug
Unable to deploy image to Azure Container App with Azure File Share mounted for persistent settings. Container fails to initialize since db file (azurenamingtool.db is locked)
Azure Container Apps no longer appear in the installation options—please confirm if they are still supported.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Since SQLite is the default it cannot start. If support for Container Apps is planned for the future I suggest to use JSON instead of SQLite for new installations / an switch to change that.
Another option would be usage of dedicated SQL/Postgres DB.
Screenshots
Here the error on initalization
Installation Method
Azure Container App