Greetings!
If you are unable to save a lexicon in Azure Cognitive Services, it is likely due to the public access settings of the storage container. By default, a container's public access setting is disabled. To resolve this issue, you need to ensure that public access is enabled and that the container named acc-public-files
allows anonymous access.
Here are the steps to enable public access for the storage account and container:
- Set "Allow Blob public access" to "Enabled" to allow public access for the storage account.
- Set the container named
acc-public-files
public access level to "anonymous read access for blobs only".
For more detailed instructions, please refer to the Azure documentation: Configure BYOS and Anonymous Public Read Access for Blobs.
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.