Azure Data Engineer Platform

Engr. Rana 21 Reputation points
2019-12-04T11:14:25.397+00:00

What do we understand by aggregate data and metadata? what are the uses of these in Azure platform?

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
424 questions
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,016 Reputation points
    2019-12-05T12:42:02.573+00:00

    The tag used in the question and the actual question are unrelated. But still I will try to answer as per my understanding.

    Azure has some services that can stored Structured and Non-structured data. Azure SQL DB can be used to store structured and Azure Cosmos DB for non-structured. I'm not aware of any service specifically designed for aggregated but generally we can use Azure SQL DW where Fact tables can have aggregated data.

    Metadata is just details about some data. E.g. File created, modified, size, type are metadata details of a file stored in Azure Blob storage.

    Below MS Learn module explains on type of data and what services can be used for what type of data.

    Explore data types

    Survey the services on the Azure Data platform

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Engr. Rana 21 Reputation points
    2019-12-05T18:08:31.85+00:00

    Thank you so much, sir. i have got my answer.

    0 comments No comments