Search This Blog

Azure Storage Table

Table (this is not Azure SQL database) 

  • Its a Structured and NO - SQL database
  • Key values are stored in this
  • cost is lesser than usual sql database for same amount of data. 
  • Not useful if we have complex join and stored procedure type requirement. 
  • Nuget package requierd to work on azure tables - Microsoft.Azure.Cosmos.Table

No comments:

Post a Comment