Masahigo / sitecore-azure-devops

Sitecore 8.2u5 DevOps Scripts
15 stars 6 forks source link

Azure Search API Version #1

Closed mquekel closed 5 years ago

mquekel commented 6 years ago

Hello,

We are using the Azure Devops Scripts for our continous deployment with VSTS to Azure.

After deployment I noticed that there an error in the log that appeared several times. I found out that this issue was caused by an incorrect connectionstring. This connectionstring is created by the following line in the extract-params-xp.ps1 file: $CloudSearchConnString = "serviceUrl=https://$SearchServiceName.search.windows.net;apiVersion=2015-02-28;apiKey=$SearchApiKey"

The version that is used: 2015-02-28 is incorrect and should be replaced by 2015-02-28-Preview Also see https://kb.sitecore.net/articles/549969

Kind regards, Martijn Quekel

Masahigo commented 5 years ago

Hi Martijn,

Thanks a lot, I had missed that 👍

Masi