Not able to create Custom NER Project from existing tagged JSON file
I am trying to implement a custom named entity recognition project; I already created a storage container an uploaded data that are already tagged, when creating a new project I can select the storage container and tagged file,
![175239-image.png][1]
but when I click on "Create Project" it is showing an error like below
![175240-image.png][2]
Both intents and entities in project JSON can't be null or empty. If you want to create an empty project, please use the create project API instead. But the point is, in the json document every object has "entities" defined, none of the entities are null or empty!
Is this a technical issue from Azure, or can anyone help me with this?