Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# C# Streams and Data Processing Streaming Data on the Net Text Analytics API Part 1

Sean Gibson
Sean Gibson
38,363 Points

What happens after the API key expires?

If I understand Azure's Byzantine website/wording correctly, the API key is only valid for a 30-day trial. What will we do after that? I may like to come back and review these videos from time to time but how can I follow along if I do so 30 days later? I'm also struggling to follow along C# Streams and Data Processing because I can't figure out how to get the second API key (Text Analytics API). The first one I got after great difficulty but this second one is proving more difficult. The Azure site is overwhelmingly complex to me at this point - I tried to check out what I might have to pay for an API down the road but couldn't make heads or tails of the pricing structure. They wouldn't show me a price on the search interface - said not available for the region on any region I chose. Is there any documentation or link suggestion(s) to help us better understand the concept of API keys? If there is a simpler way than Azure (and there must be), I may prefer that. And if there is, how difficult will it be to follow along with the lesson videos. Very frustrated.

1 Answer

Steven Parker
Steven Parker
229,785 Points

Generally, when an API key expires the service will return error responses to requests instead of fulfilling them.

Depending on the ToS (Terms of Service) of the API provider, you may be able to obtain another temporary key in the future, possibly after creating a new account.