Re: Solr 8.1.1 installation in Azure App service

2020-11-05 Thread Erick Erickson
I _strongly_ recommend you use the collections API CREATE command rather than try what you’re describing. You’re trying to mix manually creating core.properties files, which was the process for stand-alone Solr, with SolrCloud and hoping that it somehow gets propagated to Zookeeper. This has some

Re: Solr 8.1.1 installation in Azure App service

2020-11-04 Thread Shawn Heisey
On 11/3/2020 11:49 PM, Narayanan, Bhagyasree wrote: Steps we followed for creating Solr App service: 1. Created a blank sitecore 9.3 solution from Azure market place and created a Web app for Solr. 2. Unzipped the Solr 8.1.1 package and copied all the contents to wwwroot folder of the