Azure managed disks are stored as page blobs which are a random io storage object in azure.
Azure object storage metadata.
User defined metadata consists of one or more name value pairs that you specify for a blob storage resource.
With managed disks all you have to do is provision the disk and azure takes care of the rest.
The azure storage client library for net maintains these properties for you.
User defined metadata consists of one or more name value pairs that you specify for a blob storage resource.
You can use metadata to store additional values with the resource.
We call a managed disk managed because it is an abstraction over page blobs blob containers and azure storage accounts.
Blob storage is optimized for storing massive amounts of unstructured data.
You can do it in the azure portal using sdk or rest api.
For a complete list of the data that is available see metadata apis.
Below code is uploading sample invoice from disk and adds year month and day metadata properties.
Azure blob storage is microsoft s object storage solution for the cloud.
The azure instance metadata service imds provides information about currently running virtual machine instances and can be used to manage and configure your virtual machines.
The azure storage client library for net maintains these properties for you.
You can use metadata to store additional values with the resource.