{"id":22006,"date":"2020-07-01T18:13:20","date_gmt":"2020-07-01T17:13:20","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=22006"},"modified":"2020-07-02T21:10:39","modified_gmt":"2020-07-02T20:10:39","slug":"rethinking-firewall-management-with-azure-firewall-manager","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=22006","title":{"rendered":"Rethinking Firewall Management With Azure Firewall Manager"},"content":{"rendered":"<p>Microsoft has just <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-firewall-manager-is-now-generally-available\/\" target=\"_blank\" rel=\"noopener noreferrer\">announced the general availability<\/a> a feature that I&#8217;ve been waiting for since I first learned about it last Autumn, called Azure Firewall Manager. Azure Firewall Manager allows you to centrally manage one or more Azure Firewall instances through a central, policy-driven, user interface. And it&#8217;s those policies, Azure Firewall Policies, that made me re-think Azure Firewall management a few months ago when I was writing my Cloud Mechanix course (<a href=\"http:\/\/cloudmechanix.com\/training-courses\/july2020-azure-network-security\/\" target=\"_blank\" rel=\"noopener noreferrer\">running next ONLINE on July 30th<\/a>) &#8220;Securing Azure Services &amp; Data Through Azure Networking&#8221;.<\/p>\n<h2>Azure Firewall Policy<\/h2>\n<p>This is a new <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/templates\/microsoft.network\/firewallpolicies\" target=\"_blank\" rel=\"noopener noreferrer\">resource type<\/a> that is generally available today. <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/firewall-manager\/policy-overview\">Azure Firewall Policy<\/a> outsources the configuration and management of the firewall to a policy resource; that means that the usual settings in the Azure Firewall for things like rules and Threat Intelligence\u00a0<em>move<\/em> from the firewall resource to a policy when a policy is associated with the firewall.<\/p>\n<p>Policies can be created in a hierarchy. You can create a parent\/global policy that will contain configurations and rules that will apply to all\/a number of firewall instances. Then you create a child policy that inherits from the parent; note that rules changes in the parent instantly appear in the child. The child is associated with a firewall and applies configurations\/rules from the parent policy and the child policy instantly to the firewall.<\/p>\n<h2>Problem<\/h2>\n<p>I&#8217;ve deployed and configured multiple customers where we have virtual data centers (VDCs, which are governed &amp; secured hub and spoke architectures) across multiple regions. Creating rules configurations to allow flows from a spoke\/service in one region to another spoke\/service in another region is a royal pain in the tushie. Here&#8217;s the network flow (as I documented with routing <a href=\"https:\/\/aidanfinn.com\/?p=21935\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>):<\/p>\n<ol>\n<li>Source device<\/li>\n<li>Outbound NSG rules in source spoke<\/li>\n<li>Firewall in source hub<\/li>\n<li>Firewall in destination hub<\/li>\n<li>Inbound NSG rules at destination spoke<\/li>\n<li>Destination device<\/li>\n<\/ol>\n<p>There are potentially 4 sets of rules to configure for a simple service running on a single protocol\/port. Today I configured Microsoft Identity Management for this scenario and there were dozens of protocol\/port combinations across three spokes. The work took hours to complete &#8211; which I did in code and it provided a working result for the identity consulting team.<\/p>\n<p>I minimise the work by controlling outbound flows in the local hub firewall, not in the NSG. So the NSGs do not control outbound flows at all. I could allow all via the firewall, even to other private networks, but that goes against the idea of compartmentalisation or micro-segmentation to combat modern network threats &#8211; so I need to configure both firewalls for a flow.<\/p>\n<h2>Solution<\/h2>\n<p>Re-think the firewall for a moment. Imagine you had one virtual firewall that spanned all of your Azure regional deployments. You can control all global flows with one configuration in that global virtual firewall. The global virtual firewall has instances in each Azure region. Any local flows can be configured just in that instance. That&#8217;s what Firewall Policy allows.<\/p>\n<ul>\n<li><strong>Parent Policy<\/strong>: Place all your global configurations in here. Some configurations will be company-wide, such as Threat Intelligence. Some rules, like allowing access to Microsoft URIs or Azure services (service tags) will be global too. And this is where you put the rules to allow flows between one regional deployment and another. This global management takes all your local Azure Firewall resources and treats them as a single security service.<\/li>\n<li><strong>Child Policies<\/strong>: A child policy will be created for each Azure Firewall instance. This policy will inherit the above from the parent applying the global configuration. Local rules, to allow north-south access to\/from local services (Internet or on-prem) or east-west (spoke-to-spoke in the same regional deployment) will be configured here. RBAC can be enabled to allow local network admins to do their own thing, but unable to undo what the parent has done.<\/li>\n<\/ul>\n<p>I haven&#8217;t had a chance to test Azure Firewall Policy out yet since the GA announcement, but I&#8217;m hoping that the third tier in rules (Rules Groups) made it from preview to GA. I do have groupings of rules collections based on buckets of priorities. This organisation would be awesome in my vision of Azure Firewall management.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft has just announced the general availability a feature that I&#8217;ve been waiting for since I first learned about it last Autumn, called Azure Firewall Manager. Azure Firewall Manager allows you to centrally manage one or more Azure Firewall instances through a central, policy-driven, user interface. And it&#8217;s those policies, Azure Firewall Policies, that made &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=22006\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Rethinking Firewall Management With Azure Firewall Manager&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":21812,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[5],"tags":[306,402,442,242,403,443,190],"class_list":["post-22006","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","tag-azure-firewall","tag-azure-firewall-manager","tag-azure-firewall-policy","tag-firewall","tag-network","tag-secured-virtual-hub","tag-security"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=22006\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"activity\" \/>\n\t\t<meta property=\"og:title\" content=\"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=22006\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#article\",\"name\":\"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro\",\"headline\":\"Rethinking Firewall Management With Azure Firewall Manager\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/BrickWallFirewall.jpg\",\"width\":2048,\"height\":1333,\"caption\":\"Photo by Viktor Forgacs on Unsplash\"},\"datePublished\":\"2020-07-01T18:13:20+01:00\",\"dateModified\":\"2020-07-02T21:10:39+01:00\",\"inLanguage\":\"en-GB\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#webpage\"},\"articleSection\":\"Azure, Azure Firewall, Azure Firewall Manager, Azure Firewall Policy, Firewall, Network, Secured Virtual Hub, Security\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Azure\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#listItem\",\"name\":\"Rethinking Firewall Management With Azure Firewall Manager\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#listItem\",\"position\":3,\"name\":\"Rethinking Firewall Management With Azure Firewall Manager\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006\",\"name\":\"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro\",\"description\":\"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/BrickWallFirewall.jpg\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006\\\/#mainImage\",\"width\":2048,\"height\":1333,\"caption\":\"Photo by Viktor Forgacs on Unsplash\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22006#mainImage\"},\"datePublished\":\"2020-07-01T18:13:20+01:00\",\"dateModified\":\"2020-07-02T21:10:39+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro","description":"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.","canonical_url":"https:\/\/aidanfinn.com\/?p=22006","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=22006#article","name":"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro","headline":"Rethinking Firewall Management With Azure Firewall Manager","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2020\/02\/BrickWallFirewall.jpg","width":2048,"height":1333,"caption":"Photo by Viktor Forgacs on Unsplash"},"datePublished":"2020-07-01T18:13:20+01:00","dateModified":"2020-07-02T21:10:39+01:00","inLanguage":"en-GB","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22006#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=22006#webpage"},"articleSection":"Azure, Azure Firewall, Azure Firewall Manager, Azure Firewall Policy, Firewall, Network, Secured Virtual Hub, Security"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=22006#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","position":2,"name":"Azure","item":"https:\/\/aidanfinn.com\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22006#listItem","name":"Rethinking Firewall Management With Azure Firewall Manager"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22006#listItem","position":3,"name":"Rethinking Firewall Management With Azure Firewall Manager","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22006#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22006#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=22006#webpage","url":"https:\/\/aidanfinn.com\/?p=22006","name":"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro","description":"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=22006#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2020\/02\/BrickWallFirewall.jpg","@id":"https:\/\/aidanfinn.com\/?p=22006\/#mainImage","width":2048,"height":1333,"caption":"Photo by Viktor Forgacs on Unsplash"},"primaryImageOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22006#mainImage"},"datePublished":"2020-07-01T18:13:20+01:00","dateModified":"2020-07-02T21:10:39+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"activity","og:title":"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro","og:description":"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.","og:url":"https:\/\/aidanfinn.com\/?p=22006","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Azure Firewall With Azure Firewall Policy | Aidan Finn, IT Pro","twitter:description":"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"22006","title":"Azure Firewall With Azure Firewall Policy | #site_title","description":"Rethinking how we can manage multiple Azure Firewalls as a single security service controlled bu a hierarchy of Azure Firewall policy.","keywords":[{"label":"Azure Firewall","value":"Azure Firewall"},{"label":"Firewall","value":"Firewall"},{"label":"Network","value":"Network"},{"label":"Security","value":"Security"},{"label":"Azure Firewall Policy","value":"Azure Firewall Policy"},{"label":"Azure Firewall Manager","value":"Azure Firewall Manager"},{"label":"Secured Virtual Hub","value":"Secured Virtual Hub"},{"label":"Global Firewall","value":"Global Firewall"},{"label":"Hub-and-Spoke","value":"Hub-and-Spoke"},{"label":"VDC","value":"VDC"},{"label":"Virtual Data Center","value":"Virtual Data Center"},{"label":"Enterprise-Scale","value":"Enterprise-Scale"},{"label":"Landing Zone","value":"Landing Zone"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"activity","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 03:53:23","updated":"2025-06-04 17:31:31","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=5\" title=\"Azure\">Azure<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tRethinking Firewall Management With Azure Firewall Manager\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Azure","link":"https:\/\/aidanfinn.com\/?cat=5"},{"label":"Rethinking Firewall Management With Azure Firewall Manager","link":"https:\/\/aidanfinn.com\/?p=22006"}],"jetpack_featured_media_url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2020\/02\/BrickWallFirewall.jpg","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22006"}],"version-history":[{"count":18,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22006\/revisions"}],"predecessor-version":[{"id":22024,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22006\/revisions\/22024"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/media\/21812"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=22006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=22006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}