Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
YouTube Security VideosTechLinked: Samsung update BRICKS AI fridges(24.09.2026 um 19:36 Uhr)
•
YouTube Security VideosXDA: This Windows version was never supposed to exist(24.09.2026 um 19:15 Uhr)
•
YouTube Security VideosAndroid Police: The best smartwatch's biggest problem.(24.09.2026 um 19:30 Uhr)
••
YouTube Security VideosLinus Tech Tips: leaking the newest lttstore products...(24.09.2026 um 18:25 Uhr)
•••
YouTube Security VideosImpeller hits desktop by default in Flutter 3.47! 🖥️(24.09.2026 um 18:00 Uhr)
•
Sichere ProgrammierungChrome for Developers: 93: State queries in 2025(24.09.2026 um 20:02 Uhr)
•
YouTube Security Videosdotnet: .NET + Foundry, better together(24.09.2026 um 18:35 Uhr)
•
YouTube Security VideosTechLinked: Samsung update BRICKS AI fridges(24.09.2026 um 19:36 Uhr)
•
YouTube Security VideosXDA: This Windows version was never supposed to exist(24.09.2026 um 19:15 Uhr)
•
YouTube Security VideosAndroid Police: The best smartwatch's biggest problem.(24.09.2026 um 19:30 Uhr)
••
YouTube Security VideosLinus Tech Tips: leaking the newest lttstore products...(24.09.2026 um 18:25 Uhr)
•••
YouTube Security VideosImpeller hits desktop by default in Flutter 3.47! 🖥️(24.09.2026 um 18:00 Uhr)
•
Sichere ProgrammierungChrome for Developers: 93: State queries in 2025(24.09.2026 um 20:02 Uhr)
•
YouTube Security Videosdotnet: .NET + Foundry, better together(24.09.2026 um 18:35 Uhr)
•
Intelligence View
⚡ tsecurity.de Intelligence

How to Configure Network routing in Azure

Introduction In cloud networking, routing is essential for directing traffic efficiently and securely between subnets, virtual networks, and external networks. In Microsoft Azure, custom route tables provide administrators with greater…

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




Introduction



In cloud networking, routing is essential for directing traffic efficiently and securely between subnets, virtual networks, and external networks. In Microsoft Azure, custom route tables provide administrators with greater control over how traffic flows within a virtual network—offering flexibility beyond the platform’s default system routes.



This project demonstrates how to configure and manage routing in Azure by creating a custom route table, associating it with specific subnets, and defining custom routes to manage traffic paths. By completing this project, you will develop hands-on experience in Azure routing configuration and learn how to tailor routing behavior to meet application and organizational needs.






Tasks to Complete





  1. Create a Route Table – Build a custom route table to define and manage routing rules within your virtual network.


  2. Add the Route Table – Integrate the newly created route table into the Azure environment for active use.


  3. Associate the Route Table with Subnets – Attach the route table to one or more subnets so that its routing rules apply to the network traffic within those subnets.


  4. Create a Custom Route – Define specific routes that control how traffic is directed, ensuring efficient and secure communication across the network.



Step 1 Create a Route Table



Azure automatically creates a route table for each subnet within an Azure virtual network. The route table includes the default system routes. You can create route tables and routes to override Azure’s default system routes.



Record the private IP address of app-vnet-firewall




  • In the search box at the top of the portal, enter Firewall. Select Firewall in the search results.

    enter firewall


  • Select app-vnet-firewall.

    select


  • Select Overview and record the Private IP address.

    record




Step 2 Add the route table




  • In the search box, enter Route tables. When Route table appears in the search results, select it.

    route tables


  • In the Route table page, select + Create and create the route table.

    create route




Complete the following configuration




  • Subscription: Select your subscription

  • Resource group: RG1

  • Region: East US

  • Name: app-vnet-firewall-rt

  • Select Review + create

    configuration


  • Select Create.

    creating route table


  • Wait for the route table to deploy, then select Go to resource.

    waiting for deployment




Step 3 Associate the route table to the subnets




  • In the portal, continue working with the route table, select app-vnet-firewall-rt.

    continue working


  • In the Settings blade, select Subnets and then + Associate.


  • Configure an association to the frontend subnet, then select OK.


  • Virtual network: app-vnet (RG1)


  • Subnet: frontend

    frontend app


  • Configure an association to the backend subnet, then select OK.


  • Virtual network: app-vnet (RG1)


  • Subnet: backend

    backend app


  • The Frontend and the Backend subnets as been associated to the route table.

    frontend-backend




Step 4 Create a route in the route table




  • In the portal, continue working with the route table, select app-vnet-firewall-rt.

    app continue


  • In the Settings blade, select Routes and then + Add.


  • Configure the route, then select Add.


  • Route name outbound-firewall


  • Destination type IP addresses


  • Destination IP addresses/CIDR range 0.0.0.0/0


  • Next hop type Virtual appliance


  • Next hop address: private IP address of the firewall (10.0.2.4)

    setting blade


  • Route was created successfully in the route table

    route created




Conclusion

With this project complete, you've successfully created, configured, and linked a custom route table within Azure—giving you precise control over how traffic flows through your virtual network. These steps empower administrators to fine-tune performance, strengthen security, and tailor network behavior to meet specific application needs.



This hands-on exercise showcases the flexibility of Azure’s routing architecture and lays the groundwork for more advanced designs, such as integrating virtual appliances, enforcing traffic inspection, or building hybrid connectivity solutions. You're now equipped to shape network paths with confidence in any cloud scenario.

CTI Threat Relationship Graph3 Knoten / 2 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - How to Configure Network routing in Azure
id: f43e8dd1-5640-4b1e-ae76-cb20d30b0172
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
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
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "How to Configure Network routi" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich How to Configure Network routing in Azur.... 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 How to Configure Network routing in Azure

Thematisch verwandte Begriffe: Configure, Network, routing, Azure · 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-57175 | Python Social Auth is a social authentication/registration mechanism. Pr…
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
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel • Rechts: nächster Artikel • unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...
↗ Original-Quelle