### what is Azure storage Azure Storage is a cloud storage service by Microsoft used to store large amounts of data, including text, images, and videos. It offers different storage types like Blob, File, Table, and Queue to handle different kinds of data. In this article I will show how to create a stroage account for the department testing and traning using this steps below. Create and deploy a resource group to hold all your project resources. In the Azure portal, search for and select Resource group Select + Create Give your resource group a name . For example, storagerg. Select a region . Use this region throughout the project. Select Review and create to validate the resource group. 2.Create and deploy a storage account to support testing and training. In the Azure portal, search for and select Storage accounts. Select + Create. On the Basics tab, select your **Resource group. Provide a Storage account name . The storage account name must be unique in Azure. Set the Performance to Standard.…