Indexing error when using Azure blob storage for AI search

Sara D 40 Reputation points
2024-01-29T23:00:23.7133333+00:00

I have successfully created an index on Azure AI search using blob storage, but since Friday I have been getting an error stating "the version indicated by the api-version query string parameter does not exist." I am using the import and vectorize data option for AI search.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
{count} votes

Answer accepted by question author
  1. SnehaAgrawal-MSFT 22,721 Reputation points Moderator
    2024-02-03T08:43:27.0333333+00:00

    @Sara D
    Apologies for inconvenience here! This was known issue, expected to resolve in 24hrs- Please let us know if it persists.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jose Luis Mantilla 0 Reputation points
    2024-05-03T18:10:26.1966667+00:00

    Guys, I just want to let you know that I've tested many Azure API versions and the only way to be able to create an index for Azure AI Search was the 2024-03-01-Preview, I'd appreciate someone validates it because the latest stable didnt work showing ...

    {"error":{"code":"","message":"The request is invalid. Details: The property 'stored' does not exist on type 'Microsoft.Azure.Search.V2023_11_01.SchemaField'. Make sure to only use property names that are defined by the type."}}

    I'm afraid of someone removes this preview version in a near future because I have a pipeline that creates and delete a lot of indexes and I depends on the API.

    Thank you so much

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.