Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Architecting Microsoft Azure Solutions - Exam Guide 70-535

You're reading from  Architecting Microsoft Azure Solutions - Exam Guide 70-535

Product type Book
Published in Apr 2018
Publisher Packt
ISBN-13 9781788991735
Pages 418 pages
Edition 1st Edition
Languages
Author (1):
Sjoukje Zaal Sjoukje Zaal
Profile icon Sjoukje Zaal
Toc

Table of Contents (20) Chapters close

Preface 1. Working with Azure Virtual Machines 2. Configuring Compute-Intensive Applications 3. Designing Web Applications 4. Implementing Serverless and Microservices 5. Robust Networking Implementations 6. Connecting Hybrid Applications 7. Using Storage Solutions 8. Scalable Data Implementations 9. Securing Your Resources 10. Securing Your Data 11. Governance and Policies 12. Artificial Intelligence, IoT, and Media Services 13. Implementing Messaging Solutions 14. Application Monitoring and Alerting Strategies 15. Exploring Operations Automation Strategies 16. Other Books You May Enjoy Appendix A – Assessments
1. Appendix B – Mock Test Questions
2. Appendix C – Mock Test Answers

Azure Table Storage

Azure Table Storage is a NoSQL data store, which can be used for a big amount of semi-structured, non-relational data. It is more cost-effective than relational databases because it stores the data on cheaper servers that provide horizontal scale and high performance. NoSQL uses schemaless design, and data is stored based on key/attribute values. You can store flexible datasets in it, and it can store any number of entities in a table, up to the maximum capacity of the storage account (which is 500 TB).

Azure Table Storage is most suitable for datasets that don't require complex joins, stored procedures, and foreign keys. You can access the data using the OData protocol and LINQ Queries.

Creating a storage account

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime