Hi@akhtar,
Azure Managed Disk snapshots are used to create a point in time copy of an existing disk that can be used to create a new VM. You can use the following command to copy the disk in a snapshot.
$ az snapshot create -g MyResourceGroup -n MySnapshot2 --source MyDisk
Check Related FAQ
How to create snapshots in power BI?