Unable to Save Lexicon in Azure Cognitive Services

santoshkc 9,715 Reputation points Microsoft Vendor
2024-07-31T06:22:27.4366667+00:00

Why am I unable to save a lexicon in Azure Cognitive Services, and how can I resolve this issue?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,789 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. santoshkc 9,715 Reputation points Microsoft Vendor
    2024-07-31T06:29:50.3333333+00:00

    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:

    1. Set "Allow Blob public access" to "Enabled" to allow public access for the storage account.
    2. 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.

    0 comments No comments

Your answer

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