In this blog, we will see how to install Sitecore 10 with SOLR as Search provider. In case if you are looking for Sitecore with Azure Search as a Search provider then you can go through this blog. Also the prerequisite for installing the Sitecore 10 with SOLR is that we need the SOLR up … Continue reading Installing Sitecore 10 using SOLR as Search Provider on Azure
Azure
How to setup SOLR search provider in your instance?
In this blog, we will see how to configure SOLR search provider in your instance if you are using Azure Search and now you want to switch to SOLR. To specify the search provider, open the Web.config file from the Sitecore instance and search for the search:define key. If we want to use SOLR as … Continue reading How to setup SOLR search provider in your instance?
How to create SOLR cores on Azure hosted SOLR service?
In this blog, we will check 2 ways of creating the SOLR cores. How to create a core in SOLR with API? http://%5BYOUR SOLR SITE ADDRESS]/solr/admin/cores? action=CREATE&name=sitecore10demo_custom_index&instanceDir=sitecore10demo_custom_index&configSet=_default&dataDir=data Here are details about parameters – ParameterValueCommentsactionCREATECommand to create corenamesitecore10demo_custom_indexName of the coreinstanceDirsitecore10demo_custom_indexDirectory nameconfigSet_defaultConfigset to be useddataDirDataData directory How to create a core in SOLR manually? We can … Continue reading How to create SOLR cores on Azure hosted SOLR service?
Setting up SOLR in cloud as an App Service
In this blog we will target the SOLR service for Sitecore 10, and hence we will configure SOLR 8.4.0. If you are looking for a solution for older version of Sitecore or SOLR then you can refer Dan Cruickshank's blog here. Setting up the App Service Login to Azure portal. Navigate to App Services and … Continue reading Setting up SOLR in cloud as an App Service
How to access Sitecore logs from Azure
Once our website is live and hosted on Azure PaaS, we don't have access to it's files and folders like we have on On-prem setup. So how do we get the Sitecore logs from Azure WebApps? There are couple of approaches to access the logs namely FTP, Azuretools.aspx, Azure Application Insights, etc. You can go … Continue reading How to access Sitecore logs from Azure
Search not working in Content Editor on Azure PaaS instance
Once we install Sitecore on Azure PaaS using the Marketplace option. In either case, if you opted for SOLR or Azure Search as search provider, the advanced search or the search in the Content Editor doesn't work. What can be the reason behind this issue? The reason is the indexes are not created or the … Continue reading Search not working in Content Editor on Azure PaaS instance
Accessing Sitecore files from Azure PaaS instance
In previous blogs, we have seen how to install Sitecore on Azure & how to publish Visual Studio code to Sitecore Azure PaaS instance. But there are scenarios where we need to check some settings or access different files present in Sitecore instance. To do so, we have FTP option for our rescue, we will … Continue reading Accessing Sitecore files from Azure PaaS instance
Publishing the VS solution to Sitecore Azure PaaS instance
In the previous blog we saw how to install Sitecore on Azure PaaS but that is one part of it. Once you successfully install the sitecore, you should also be able to publish your Visual Studio code to this instance. In this blog, we will see how to do it. Assuming the below things are … Continue reading Publishing the VS solution to Sitecore Azure PaaS instance
Creating a free account on Azure Portal
In this blog, we will learn how to create a free account on Azure Portal to start learning Sitecore on Azure PaaS. Lets start the process in step by step manner. Go to Microsoft site where you can create a free account. Click on the Start Free button. You will be redirected to the Sign … Continue reading Creating a free account on Azure Portal
How to install Sitecore on Azure
May be we are late to start using Sitecore on Azure PaaS but it is okay. Better be late then never. So lets start our journey of Sitecore on Azure PaaS. So to begin with we will need to create a Azure account to access Azure Portal. Just follow the steps in this blog to … Continue reading How to install Sitecore on Azure