Questions
- Q. What are different types of Azure Storage Accounts?
- Standard general purpose v2 (various services accessible)
- Premium blobs give faster access
- Store harddisk content (VHD) content with other service
- Q. What are the options while creating Azure Storage Accounts?
- Q. What is Azure Blob Service?
- What should be covered in Lab of Azure Blob Service?
- Q. How will blob versioning happen?
Azure Table Storage
- Q. What is Azure Table Storage?
-
- Table API is used to store non relational structured data.
- For a products table, there will be relation between products and orders table.
- Q. What are the element of Azure Table Storage?
- With billions of rows partitions can be done to find data easily.
- Q. How is partitioning concepts important in Azure Cosmos DB?
- Q. With Azure SQL Service, why will we need to store SQL data in Azure Storage Accounts.
- .net6 has been used here.
- AddEntity() to add entity to table.
- Q. Which nuget package need to be installed for Azure Table Storage?
Links