Azure: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
(Created page with "Category:NetworkCategory:CloudCategory:Azure <div style="float:right;">__TOC__</div> Info on doing things in Azure.")
 
No edit summary
Line 2: Line 2:
<div style="float:right;">__TOC__</div>
<div style="float:right;">__TOC__</div>
Info on doing things in Azure.
Info on doing things in Azure.
----
=== Azure Firewall ===
* [https://docs.microsoft.com/en-us/azure/firewall/ Azure Firewall documentation]
* [https://docs.microsoft.com/en-us/azure/firewall/rule-processing Rule Processing] on Azure firewall.
Rule Processing Summary:
* Outbound - First match wins
** Network rules in order of priority (low to high)
** Application rules in order of priority (low to high)
* Inbound - First match wins
** DNAT rules in order of priority
** Match also allows the traffic.
----
=== Site to Site VPN ===
* [https://www.petenetlive.com/KB/Article/0001515 Microsoft Azure ‘Route Based’ VPN to Cisco ASA]
The above is the article that got it working for me. It was my first route-based VPN and I was missing the crucial info about the weird interface addressing. It's only used for routing and otherwise not needed.
----
=== Express Route ===
----

Revision as of 17:35, 17 March 2021

Info on doing things in Azure.


Azure Firewall

Rule Processing Summary:

  • Outbound - First match wins
    • Network rules in order of priority (low to high)
    • Application rules in order of priority (low to high)
  • Inbound - First match wins
    • DNAT rules in order of priority
    • Match also allows the traffic.

Site to Site VPN

The above is the article that got it working for me. It was my first route-based VPN and I was missing the crucial info about the weird interface addressing. It's only used for routing and otherwise not needed.


Express Route