Hi Arthur Zaslawski,
Thank you for reaching out to Microsoft Q&A forum.
The "OperationNotAllowed" error message signals an attempt to alter a field that's immutable. Specifically, the error points out an effort to modify the existing field named metadata_storage_name
, which is not allowed.
Within Azure Cognitive Search, some fields are designated as system-managed and are handled exclusively by the system. metadata_storage_name
falls into this category, and ordinarily, it's advised not to endeavor to change it.
To address this problem:
1.Check your modification script file to ensure that you're not trying to alter the metadata_storage_name
, field.
2.If adjustments to other fields are necessary, ensure they comply with the guidelines outlined by Azure Cognitive Search.
After rectifying the script, attempt the modification again to update your Azure AI Search solution.
Please review the provided document for guidance before creating an Azure AI Search service: https://learn.microsoft.com/en-us/azure/search/search-create-service-portal
Please check this issue as another customer has encountered the same problem, but it has been resolved: https://github.com/MicrosoftLearning/AI-102-AIEngineer/issues/62
If the issue continues, please let us know, and we'll gladly provide additional assistance.
If the solution provided has helped resolve the problem, please consider giving it a "thumbs up".
Thank you.