{"id":21312,"date":"2018-09-25T14:58:03","date_gmt":"2018-09-25T13:58:03","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=21312"},"modified":"2018-09-25T14:58:03","modified_gmt":"2018-09-25T13:58:03","slug":"real-world-architecture-considerations-for-azure-how-to-succeed-and-what-to-avoid","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=21312","title":{"rendered":"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid"},"content":{"rendered":"<p>Speakers: Tiago Barbosa and Will Eastbury<\/p>\n<h2>FastTrack For Azure\u2019s Approach To Azure<\/h2>\n<p>FYI, FastTrack is an architectural assistance service for large customers:<\/p>\n<ol>\n<li>Architectural review sessions and\/or design\/solution reviews<\/li>\n<li>Apply the FastTrack review and guidance framework<\/li>\n<li>Inform and disseminate information from the Azure Architecture Center<\/li>\n<\/ol>\n<p><\/p>\n<ul>\n<li>Design patterns<\/li>\n<li>Anti-patterns<\/li>\n<li>Reference Architecture<\/li>\n<li>Best practices<\/li>\n<\/ul>\n<p><\/p>\n<h2>Where to Start?<\/h2>\n<ul>\n<li>Purpose: What is the reason of this \u2013 high-level functional requirements. What will this solution do?<\/li>\n<li>Success criteria: How do you measure success? What is the direction?<\/li>\n<li>Stakeholders: Are there internal or external customers involved with an SLA too?<\/li>\n<\/ul>\n<h2>What do we Consider?<\/h2>\n<ul>\n<li>Business objectives of the solution<\/li>\n<li>Pillars of software quality<\/li>\n<li>Functional aspects<\/li>\n<li>Availability and resilience<\/li>\n<li>Performance and scalability<\/li>\n<li>Governance, etc<\/li>\n<li>Dev\/test\/<\/li>\n<li>Security and ID<\/li>\n<li>Cost design<\/li>\n<li>Other general observations<\/li>\n<li>Service specific aspects<\/li>\n<\/ul>\n<h2>Things To Understand<\/h2>\n<ul>\n<li>Start with simplicity and low overall cost<\/li>\n<li>Add tiering and scalability<\/li>\n<li>Add multi-region failover and HA<\/li>\n<\/ul>\n<h2>General Good Practice<\/h2>\n<ul>\n<li>Determine the budget and NFRs of the solution<\/li>\n<li>Understand the Azure storage performance envelope<\/li>\n<li>Scale OUT, NOT up.<\/li>\n<\/ul>\n<h2>Choose the Compute Stack Options<\/h2>\n<ol>\n<li>IaaS<\/li>\n<li>PaaS<\/li>\n<li>Serverless<\/li>\n<\/ol>\n<p>Move as close to serverless as you can (me).<\/p>\n<h2>Infrastructure Patterns<\/h2>\n<p>Some high-level diagrams similar to flow charts that document processes.<\/p>\n<p>I got bored here.<\/p>\n<h2>What to Avoid \u2013 Scalability<\/h2>\n<ul>\n<li>Avoid: Keep creating new instances of shred objects<\/li>\n<li>Avoid: Sharing infrastructure between test and production environments<\/li>\n<\/ul>\n<h2>What to Avoid \u2013 Performance<\/h2>\n<ul>\n<li>Avoid: Lack of caching or use excessive caching of stale data<\/li>\n<li>Avoid: Ignore the differences in cloud latency envelope<\/li>\n<\/ul>\n<h2>What to Avoid \u2013 Resiliency<\/h2>\n<ul>\n<li>Avoid: High SLA, single-region deployment in Azure<\/li>\n<li>Avoid: Lack of strategy for resilience within services<\/li>\n<li>Avoid: Ignore single points of failure even for low SLA<\/li>\n<\/ul>\n<h2>What to Avoid \u2013 DevOps<\/h2>\n<ul>\n<li>Avoid: Lack of continuous integration<\/li>\n<li>Lack of telemetry insight<\/li>\n<\/ul>\n<h2>What To Avoid \u2013 Anti-Patterns<\/h2>\n<ul>\n<li>Busy database: Offload business logic to database consumes valuable CPU. Do it in app layer.<\/li>\n<li>Busy front-end: Offload processing to background thread to save front-end performance. Don\u2019t consume front-end CPU.<\/li>\n<li>Select * from everywhere: Querying more data than needed slows performance.<\/li>\n<li>Blocking I\/O: Wasting CPU because the thread is locked while waiting on a result.<\/li>\n<\/ul>\n<h2>Customer Story \u2013 Flybe<\/h2>\n<p>A budget airline in the UK. <\/p>\n<p>I stopped listening here.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose: &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=21312\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[14],"tags":[292,170,176,203],"class_list":["post-21312","post","type-post","status-publish","format-standard","hentry","category-eventnotes","tag-architecture","tag-azure","tag-eventnotes","tag-ignite"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:\" \/>\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=21312\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\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=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Real World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=21312\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-09-25T13:58:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-09-25T13:58:03+00:00\" \/>\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=\"Real World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:\" \/>\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=21312#article\",\"name\":\"Real World Architecture Considerations for Azure\\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro\",\"headline\":\"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"},\"datePublished\":\"2018-09-25T14:58:03+01:00\",\"dateModified\":\"2018-09-25T14:58:03+01:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#webpage\"},\"articleSection\":\"Event Notes, Architecture, Azure, Event Notes, Ignite\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#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=14#listItem\",\"name\":\"Event Notes\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=14#listItem\",\"position\":2,\"name\":\"Event Notes\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=14\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#listItem\",\"name\":\"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#listItem\",\"position\":3,\"name\":\"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=14#listItem\",\"name\":\"Event Notes\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#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=21312#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=21312#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312\",\"name\":\"Real World Architecture Considerations for Azure\\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro\",\"description\":\"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\\\/or design\\\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21312#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2018-09-25T14:58:03+01:00\",\"dateModified\":\"2018-09-25T14:58:03+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":"Real World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro","description":"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:","canonical_url":"https:\/\/aidanfinn.com\/?p=21312","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=21312#article","name":"Real World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro","headline":"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=21312#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"},"datePublished":"2018-09-25T14:58:03+01:00","dateModified":"2018-09-25T14:58:03+01:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=21312#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=21312#webpage"},"articleSection":"Event Notes, Architecture, Azure, Event Notes, Ignite"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=21312#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=14#listItem","name":"Event Notes"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=14#listItem","position":2,"name":"Event Notes","item":"https:\/\/aidanfinn.com\/?cat=14","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=21312#listItem","name":"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=21312#listItem","position":3,"name":"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=14#listItem","name":"Event Notes"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=21312#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=21312#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=21312#webpage","url":"https:\/\/aidanfinn.com\/?p=21312","name":"Real World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro","description":"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=21312#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2018-09-25T14:58:03+01:00","dateModified":"2018-09-25T14:58:03+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":"article","og:title":"Real World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro","og:description":"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:","og:url":"https:\/\/aidanfinn.com\/?p=21312","article:published_time":"2018-09-25T13:58:03+00:00","article:modified_time":"2018-09-25T13:58:03+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Real World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid | Aidan Finn, IT Pro","twitter:description":"Speakers: Tiago Barbosa and Will Eastbury FastTrack For Azure\u2019s Approach To Azure FYI, FastTrack is an architectural assistance service for large customers: Architectural review sessions and\/or design\/solution reviews Apply the FastTrack review and guidance framework Inform and disseminate information from the Azure Architecture Center Design patterns Anti-patterns Reference Architecture Best practices Where to Start? Purpose:","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"21312","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","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":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","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":[],"defaultGraph":"","defaultPostTypeGraph":""},"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:24:01","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":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=14\" title=\"Event Notes\">Event Notes<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tReal World Architecture Considerations for Azure\u2013How To Succeed And What To Avoid\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Event Notes","link":"https:\/\/aidanfinn.com\/?cat=14"},{"label":"Real World Architecture Considerations for Azure&ndash;How To Succeed And What To Avoid","link":"https:\/\/aidanfinn.com\/?p=21312"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/21312","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=21312"}],"version-history":[{"count":1,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/21312\/revisions"}],"predecessor-version":[{"id":21313,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/21312\/revisions\/21313"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=21312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=21312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}