Summary
In this chapter, you learned about three very powerful, advanced techniques. First, we looked at creating more complex APIs that return hierarchical data. We did this by adding and presenting options for each car type.
Next, we looked at Azure Storage Tables, a lightweight way to store data on Azure, side-stepping the complexity of Entity Framework and Cosmos.
Finally, we went on to look at Microsoft’s Aspire dashboard, a very powerful and useful tool for working with APIs.
In the next chapter, we’ll look at the critical issue of authentication and authorization, without which you cannot create an enterprise API.