Please enable JavaScript.
Coggle requires JavaScript to display documents.
Microsoft Certified: Azure Data Fundamentals - DP-900, Table API, NoSQL…
-
Table API
Similar to the older Azure table storage, but has additional features
-
-
-
-
-
storage service that sotre non-relational structured data (NoSQL data) in key/value attribute store with a schemaless design.
ideal for structured, and non-relational data
-
Not suitable for data requiring complex joins,FK, sprocs, etc
Both Azure Table storage, and Table API can accessed using Azure table SDks
-
THe purpose of this interface is to enable you to switch from Table Storage to Cosmos DB wo/requiring that you modify your existing application
NoSQL key-value model
-
Only supports simple query, insert, and delete
-
-
-
-
-
-
Azure File storage
Enables you to migrate your on-premises file of file share-based application to Azure, Create, and delete files shares
-
-
-
-
Azure VNets
-
-
-
-
VNet can communicate, Filter, Route to other network traffic securely
Azure Blob storage
Serving images or documents directly to a browser, in the form of a static website
-
-
storing data for backup and restore, disaster recovery
Graph database
-
-
Cosmos Gremlin API allows you to superimpose graph DB structure over the underlying No SQL document storage
-
-
-
-
-
-
provisioning
The act of running a series of task that a service provider performs to create and configure a service.
-