On 2023-07-07 9:40 AM, Mikhail Khludnev wrote:
Hello Samuel, I researched the topic a little. Azure App is PAAS. But Solr runs on bare Linux (or Windows) it's executable jar. You can create VM in Azure and deploy Solr into in according to the guide.
Back when I sat through the azure training, the procedure was to spin up an AKS cluster of VMs and then deploy the app using kube operator.
Solr-operator exists, I would take a look at that instead of trying to fit my own container into their system.
Dima