Provide storage for the IT department testing and training

Raphael Gab-Momoh - Sep 12 - - Dev Community

What is Azure Storage

Microsoft Azure's Azure Storage is a cloud storage system that offers a variety of data types highly scalable, long-lasting, and secure storage. It makes it possible for companies and developers to handle and store vast volumes of both organised and unstructured data. Azure Storage provides a wide range of use cases, including content distribution, backups, and data lakes. It can be used to store files, databases, and application data, among other things.

Azure Storage offers a number of services, including:

  1. Blob Storage: Perfect for backing up papers, photos, movies, and other unstructured material. In order to optimise expenses based on access frequency, it provides three tiers: Hot, Cool, and Archive.

  2. File Storage (Azure Files): You can replace conventional file servers with managed file shares that are accessible via SMB and NFS protocols.

  3. File Storage (Azure Files): You can replace conventional file servers with managed file shares that are accessible via SMB and NFS protocols.

  4. Queue Storage: Frequently utilised in distributed systems, it permits dependable, asynchronous communications between application components.

  5. Table Storage: Massive volumes of semi-structured data may be quickly accessed with this NoSQL key-value storage.

  6. Disc Storage: Offers persistent discs for virtual machines operating on Azure, providing high-performance storage for VMs.

Because of these services' tremendous scalability, you can store data in the range of megabytes to petabytes. Azure Storage is an effective option for both small and large developers since it guarantees high availability, redundancy, and security features like encryption.

Here are the steps to accomplish the task of providing a storage for the IT department testing and training

Step1. Create a resource group and a storage account.

  • In the Azure portal, search for and select Resource groups.

search for resource group

  • Select + Create.

plus create

  • Give your resource group a name. For example, storagerg

resource group name

  • Select a region. Use this region throughout the project.

region

  • Select Review and create to validate the resource group

validate

  • Select Create to deploy the resource group.

resource group created

.
Terabox Video Player