From the course: ASP.NET Core: Working with Azure Tables

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Challenge: Retrieve a single entity from Azure Table storage

Challenge: Retrieve a single entity from Azure Table storage - ASP.NET Core Tutorial

From the course: ASP.NET Core: Working with Azure Tables

Start my 1-month free trial

Challenge: Retrieve a single entity from Azure Table storage

(upbeat music) - [Instructor] Now, it's time for a challenge. So far, you have learned how to add an entity, how to update an entity, and even get all the entities from an Azure table. Now, it's time for you to challenge yourself and retrieve a single entity from a table. For that, you'll first need to create a retrieve operation and you need to pass the parameter, a RowKey, and also a PartitionKey because that way, you can uniquely identify an entity in a table. Then, once you have created the operation, you need to execute the operation and at the end, check the result. Give it a try and make sure to also check my solution video to see how I solved it.

Contents