Forum Discussion
hawb
6 years agoHelper I
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...
- 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.
hawb
6 years agoHelper I
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.
- jessica-ko4 years agoAdvocate I
After stressing for 2 days, I found your comment and it worked. thanks