Azure Storage/Files/File Sync/Defenses for Ransomware Attack Document Extracts and Notes

Service Description Documentation/Note
Azure Storage Account
  • An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, and tables.
  • The storage account provides a unique namespace for your Azure Storage data that is accessible from anywhere in the world over HTTP or HTTPS.
Azure Storage Types
  • Azure Blobs: A massively scalable object store for text and binary data. Also includes support for big data analytics through Data Lake Storage Gen2.
  • Azure Files: Managed file shares for cloud or on-premises deployments.
  • Azure Elastic SAN (preview): A fully integrated solution that simplifies deploying, scaling, managing, and configuring a SAN in Azure.
  • Azure Queues: A messaging store for reliable messaging between application components.
  • Azure Tables: A NoSQL store for schemaless storage of structured data.
  • Azure managed Disks: Block-level storage volumes for Azure VMs.
Access to Azure Storage
Microsoft Defender for Cloud

 

Microsoft Defender for Storage

  • Azure Defender for Cloud is a cloud-native application protection platform (CNAPP) with a set of security measures and practices designed to protect cloud-based applications from various cyber threats and vulnerabilities.
  • Defender for Cloud combines the capabilities of
    • Cloud security operations (DevSecOps),
    • Cloud security posture management (CSPM), and
    • Cloud workload protection platform (CWPP) with specific protections for servers, containers, storage, databases, and other workloads
  • Azure Defender for Storage is a cloud-native security solution that provides malware scanningthreat protection, security alerts, etc. for your data stored in Azure Blob Storage and Azure Files .
Azure Defenses for Ransomware Attack
Azure Storage Access Tiers Hot tier

  • An online tier optimized for storing data that is accessed or modified frequently. The hot tier has the highest storage costs but the lowest access costs.

Cool tier

  • An online tier optimized for storing data that is infrequently accessed or modified. Data in the cool tier should be stored for a minimum of 30 days. The cool tier has lower storage costs and higher access costs compared to the hot tier.

Cold tier

  • An online tier optimized for storing data that is infrequently accessed or modified. Data in the cold tier should be stored for a minimum of 90 days. The cold tier has lower storage costs and higher access costs compared to the cool tier.

Archive tier

  • Azure Blob Storage documentation
  • Setting the access tier is only allowed on Block Blobs. They are not supported for Append and Page Blobs.
  • When your data is stored in an online access tier (either hot, cool or cold), users can access it immediately.
  • The hot, cool, and cold tiers support all redundancy configurations.

 

Azure Files
Azure File Sync
  • Most frequently accessed files are cached on your local server and your least frequently accessed files are tiered to the cloud.
  • With cloud tiering enabled, this feature stores only frequently accessed (hot) files on your local server. Infrequently accessed (cool) files are split into namespace (file and folder structure) and file content. The namespace is stored locally and the file content stored in an Azure file share in the cloud.
  • Azure File Sync is ideal for distributed access scenarios. For each of your offices, you can provision a local Windows Server as part of your Azure File Sync deployment. Changes made to a server in one office automatically sync to the servers in all other offices.
  • Azure File Sync is backed by Azure Files, which offers several redundancy options for highly available storage. Because Azure contains resilient copies of your data, your local server becomes a disposable caching device, and recovering from a failed server can be done by adding a new server to your Azure File Sync deployment.

 

 

Azure NetApp Files
  • It is an Azure native, first-party, enterprise-class, high-performance file storage service.
  • It provides NAS volumes as a service for which you can create NetApp accounts, capacity pools, select service and performance levels, create volumes, and manage data protection.
Azure Backup Policy
Azure File Alert Settings