locked
Exception when updated Azure DocDb from 1.13.2 to 1.22.0 - CRITICAL RRS feed

  • Question

  • Team,

    We tried updating the azure functions, and noticed that the function updates are failing. Investigated furthere and found that the udpate made to azure.documentdb (to 1.22.0) caused the issue. We reverted that back to the old version (1.13.2) and republished the functions, but now , we are running into issues where we get the following:

    This index was created with a newer version of the Azure Search API and uses features exclusive to that version. Please use the latest API version (2016-09-01-Preview) to manage this index."

    Thanks,
    karthik

    Friday, May 4, 2018 3:20 PM

Answers

  • Based on the error it appears after you updated the version it updated your index which is not compatible with the API version you are using. 

    https://docs.microsoft.com/en-us/azure/search/search-api-versions 

    Based on the above link it seems the new version does not work fully backwards compatible. So you will likely need to make some changes to your code. That being said, it is hard to tell what changes need to be made without being able to review your code. 

    For the portion of the title that suggests -CRITICAL, if this is a critical issue for you then I suggest you open a support ticket to get 1:1 assistance right away. Seeing as you are an employee you should have the ability to open that ticket. Feel free to ping me if you need more information. 

    Friday, May 4, 2018 6:02 PM