Forum Discussion

hawb's avatar
hawb
Helper I
6 years ago
Solved

Azure Cognitive Services - ResourceAccessForbiddenException

  I'm trying to utilize Azure Cognitive Services to do some keyphrase/sentiment analysis on some data.  I'm following the tutorial here.    https://docs.microsoft.com/en-us/azure/cognitive-service...
  • hawb's avatar
    6 years ago

     

    I finally figured it out.  Embarrasingly enough, the reason was that I was using the "Free subscribtion" in azure.  This allows for some limited transactions, which explains why it would work for some datasets then stop working.  As soon as I changed the service to a paid tier, everything worked as expected.