Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Provide storage for the public website.

Introduction Imagine your company’s website is scaling globally, but a regional outage just took your product images offline. We all know data is vulnerable to regional outages, accidental deletions, and overwrites. To a customer, the s…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!




Introduction



Imagine your company’s website is scaling globally, but a regional outage just took your product images offline. We all know data is vulnerable to regional outages, accidental deletions, and overwrites. To a customer, the site looks broken. To a business, that's lost revenue.



I recently secured an Azure Storage for a high-demand public website. From enabling 21-day "Time Machine" restorations with Soft Delete to managing document history via Blob Versioning.



In this post, I’m breaking down how I configured the mission-critical storage solution using Azure Blob Storage. I’ll walk you through how I implemented Read-Access Geo-Redundant Storage (RA-GRS) and fail-safe data protection features to ensure that global users never see a "404 Not Found" again.

Here is my roadmap for deploying resilient, high-availability cloud storage.






Skilling tasks




  • Create a storage account with high availability.

  • Ensure the storage account has anonymous public access.

  • Create a blob storage container for the website documents.

  • Enable soft delete so files can be easily restored.

  • Enable blob versioning.






Create a storage account with high availability.



Create a storage account to support the public website.



Step 1: In the portal, search for and select Storage accounts.



storage acct



Step 2: Select + Create.



create



Step 3: For resource group select new. Give your resource group a name and select OK.



newrg



Step 4: Set the Storage account name to public website. Make sure the storage account name is unique by adding an identifier.

Step 5: Take the defaults for other settings.

Step 6: Select Review + Create, and then Create.



uniquename



validation



create



Step 7: Wait for the storage account to deploy, and then select Go to resource.



deployment complete



This storage requires high availability if there’s a regional outage. Additionally, enable read access to the secondary region.



Step 1: In the storage account, in the Data management section, select the Redundancy blade.



redundancy



Step 2: Ensure Read-access Geo-redundant storage is selected.

Step 3: Review the primary and secondary location information.



ragrs



Information on the public website should be accessible without requiring customers to login.



Step 1: In the storage account, in the Settings section, select the Configuration blade.



settings



Step 2: Ensure the Allow blob anonymous access setting is Enabled.

Step 3: Be sure to Save your changes.



save






Create a blob storage container with anonymous read access



The public website has various images and documents. Create a blob storage container for the content.



Step 1: In your storage account, in the Data storage section, select the Containers blade.



container



Step 2: Select + Container.



container



Step 3: Ensure the Name of the container is public.

Step 4: Select Create.



public



Customers should be able to view the images without being authenticated. Configure anonymous read access for the public container blobs.



Step 1: Select your public container.



selectcontainer



Step 2: On the Overview blade, select Change access level.



changeaccesslevel



Step 3: Ensure the Public access level is Blob (anonymous read access for blobs only).

Step 4: Select OK.



blob access






Practice uploading files and testing access.



For testing, upload a file to the public container. The type of file doesn’t matter. A small image or text file is a good choice.



Step 1: Ensure you are viewing your container.

Step 2: Select Upload.



public container



Step 3: Browse to files and select a file. Browse to a file of your choice.



browsefile



Step 4: Select Upload.



upload



Step 5: Close the upload window, Refresh the page and ensure your file was uploaded.



refresh



Determine the URL for your uploaded file. Open a browser and test the URL.



Step 1: Select your uploaded file.



uploadedfile



Step 2: On the Overview tab, copy the URL.



copyurl



Step 3: Paste the URL into a new browser tab.

Step 4: If you have uploaded an image file it will display in the browser. Other file types should be downloaded.



pastedurl






Configure soft delete



It’s important that the website documents can be restored if they’re deleted. Configure blob soft delete for 21 days.



Step 1: Go to the Overview blade of the storage account.



overview



Step 2: On the Properties page, locate the Blob service section.

Step 3: Select the Blob soft delete setting.



blobsoftdelete



Step 4: Ensure the Enable soft delete for blobs is checked.

Step 5: Change the Keep deleted blobs for (in days) setting to 21.



enablesoftdelete



Step 6: Notice you can also Enable soft delete for containers.



notice



Step 7: Don’t forget to Save your changes.



save



If something gets deleted, you need to practice using soft delete to restore the files.



Step 1: Navigate to your container where you uploaded a file.



container



Step 2: Select the file you uploaded and then select Delete.



delete



Step 3: Select Delete to confirm deleting the file.



confirmdelete



Step 4: On the container Overview page, toggle the slider Show deleted blobs. This toggle is to the right of the search box.

deletedblobtoggle



Step 5: Select your deleted file, and use the ellipses on the far right, to Undelete the file.



undelete



Step 6: Refresh the container and confirm the file has been restored.



restored






Configure blob versioning



It’s important to keep track of the different website product document versions.



Step 1: Go to the Overview blade of the storage account.



overview



Step 2: In the Properties section, locate the Blob service section.

Step 3: Select the Versioning setting.



versioning



Step 4: Ensure the Enable versioning for blobs checkbox is checked.



enableversioning



Step 5: Notice your options to keep all versions or delete versions after.



notice



Step 6: Don’t forget to Save your changes.



save



As you have time experiment with restoring previous blob versions.



Step 1: Upload another version of your container file. This overwrites your existing file.

Step 2: Your previous file version is listed on Show deleted blobs page.






Why This Architecture Matters to a Business.



Setting up a storage account is easy but architecting a resilient, global data strategy is where the real value lies. Here is why these specific configurations are critical for any enterprise-level application:




  • Disaster Recovery & Continuity (RA-GRS)
    By implementing Read-access Geo-redundant storage (RA-GRS), we move beyond simple backups.



The Business Impact: In the event of a regional Azure outage, the "Read-access" ensures the website stays up and images continue to load from a secondary region. This prevents lost sales and maintains brand reputation during a crisis.




  • Mitigating Human Error (Soft Delete)
    Accidents happen sometimes. a developer might run a script with a typo, or a disgruntled employee could attempt to wipe data. Blob soft delete protects an individual blob, snapshot, or version from accidental deletes or overwrites by maintaining the deleted data in the system for a specified period of time.



The Business Impact: With a 21-day Soft Delete policy, I’ve created a "safety net." This allows for near-instant restoration of mission-critical documents without the massive time and cost overhead of traditional database restores.




  • Data Sovereignty & Audit Trails (Blob Versioning)
    Marketing and legal documents are constantly evolving.
    Blob versioning maintains previous versions of a blob. When blob versioning is enabled, you can restore an earlier version of a blob to recover your data if it’s modified or deleted.



The Business Impact: Blob Versioning acts as a "Time Machine." It provides a clear audit trail of every change made to a file. If a new version of a customer success story is published with a legal error, we can roll back to the previous version in seconds, ensuring compliance and accuracy.




  • Global Performance (Anonymous Public Access)
    For a global audience, every millisecond of latency equals a drop in conversion rates. When a container is configured for anonymous access, any client can read data in that container.



The Business Impact: By properly configuring Anonymous Public Access at the container level, we allow for seamless integration with Content Delivery Networks (CDNs). This ensures that a customer in London and a customer in Tokyo both experience lightning-fast load times for product media.






Conclusion



Building a storage solution for a global website is about more than just "cloud storage"—it’s about reliability, scalability, and disaster recovery. By implementing RA-GRS, Soft Delete, and Blob Versioning, I’ve created an environment that doesn't just host files, it protects the brand's reputation and ensures that mission-critical data is always a click away, even in the face of regional outages or accidental deletions.



In the cloud, "good enough" is a risk. Architecting for resilience is the only way to scale.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Provide storage for the public website.
id: 2469ed3c-39ec-4651-9268-b7f8df8a47a9
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-25
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-25"
        description = "YARA Signature for "
    strings:
        $str = "Provide storage for the public" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Provide storage for the public website")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Provide storage for the public website*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Provide storage for the public website"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Provide storage for the public website..... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Provide storage for the public website.

Thematisch verwandte Begriffe: Provide, storage, public, website · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-97818 | phpIPAM through 1.8.3 has incorrect authorization for id=="admins" and i…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag