Azure Storage Tables
Storage Tables are a great way to persist relatively simple data structures. Creating and using storage tables is quick and easy.
Azure offers a number of ways to store your data. The most popular are SQL Server, Cosmos, and storage tables. Storage tables are the most limited, but they are also the simplest generally speaking, and the fastest to create. They are very popular for keeping track of simple information. For example, you might use storage tables to record each time you send a message or each time something anomalous happens. For these examples, you would enter one row per incident, as described in the following section.