Hello.
We're trying to create an ARM template for our application to publish it on Azure Marketplace. Our application uses Redis. There are two functionalities we require, that aren't supported by Redis for Azure:
Our application requires Redis 6.2. Currently Redis for Azure is still on version 6.0.
Since we use Redis as a database, we need periodic backups in case of some incorrect application behavior. Redis for Azure does offer periodic backups, but files created by Redis for Azure automated backups are not suitable for the "Import" feature. This means that de facto backups cannot be restored, and are used only in case of Redis machine itself failing. We've contacted support and it was suggested that normal backups can be created using the "Export" functionality. Unfortunately, "Export" needs to be created manually by pressing the button every day. This makes Redis for Azure unsuitable for enterprise solutions.
We'd like to ask whether Redis 6.2 support and automated backups are on the roadmap, or should we look for other solutions (are there suggested alternatives?).

