{"id":21323,"date":"2018-09-26T16:41:36","date_gmt":"2018-09-26T15:41:36","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=21323"},"modified":"2018-09-26T16:43:06","modified_gmt":"2018-09-26T15:43:06","slug":"microsoft-ignite-2018-azure-service-fabric-mesh-the-serverless-microservices-platform","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=21323","title":{"rendered":"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform"},"content":{"rendered":"<p>Speakers: Chacko Daniel and Deep Kapur.<\/p>\n<p>This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is <em>cool<\/em> and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app services for interface) would be my choice.<\/p>\n<h2>Introduction to Service Fabric<\/h2>\n<ul>\n<li>Mission critical workloads<\/li>\n<li>Used for Azure SQL, Power BI, Cosmos DB, IoT Hub, Event Hub, Skype, Cortana, and more.<\/li>\n<\/ul>\n<h2>Offerings<\/h2>\n<ul>\n<li>Service Fabric on Windows\/Linux \u2013 bring your own infrastructure<\/li>\n<li>Azure Service Fabric \u2013 runs on dedicated VM scale sets<\/li>\n<li>Azure Service Fabric Mesh \u2013 serverless<\/li>\n<\/ul>\n<h2>Future of Application Development<\/h2>\n<ul>\n<li>Polyglob services connected by L7 networks<\/li>\n<li>Multi OS environments<\/li>\n<li>Deploy anything in a container<\/li>\n<li>Bring your own network to connect to to your other services<\/li>\n<li>State management and other stuff<\/li>\n<\/ul>\n<h2>Service Fabric Mesh (Public Preview Currently)<\/h2>\n<ul>\n<li>Focus on applications<\/li>\n<li>Microservice and container orchestration<\/li>\n<li>Pay for only what you use<\/li>\n<li>Intelligent traffic routing<\/li>\n<li>Azure manages all infrastructure<\/li>\n<li>Auto-scaling on demand<\/li>\n<li>Security and compliance<\/li>\n<li>Health and monitoring<\/li>\n<\/ul>\n<h2>Mesh Resource Provider Architecture<\/h2>\n<p>Inventory Manager takes your input. Cluster allocator finds resources to run your code. <\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2018\/09\/WIN_20180926_10_52_55_Pro.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" title=\"WIN_20180926_10_52_55_Pro\" style=\"border: 0px currentcolor; border-image: none; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"WIN_20180926_10_52_55_Pro\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2018\/09\/WIN_20180926_10_52_55_Pro_thumb.jpg\" border=\"0\"><\/a><\/p>\n<h2>What Can You Use It For?<\/h2>\n<p>Ideal for cloud-native applications<\/p>\n<ul>\n<li>Any language, any framework<\/li>\n<li>Libraries to integrate with your favourite languages<\/li>\n<li>Easy H\/A state storage with reliable collections<\/li>\n<li>Intelligent traffic routing and connectivity<\/li>\n<\/ul>\n<p>Enable app modernization:<\/p>\n<ul>\n<li>Deploy anything and everything in a container<\/li>\n<li>Bring your own network<\/li>\n<li>More<\/li>\n<\/ul>\n<h2>Demo<\/h2>\n<p>An app runs on a SF cluster. Each app is made up of 1+ services. A service can be made HA by running it on many nodes in the SF cluster (replicas or load balanced).<\/p>\n<p>There is a mesh application resource. In the summary we see the services that make up the app, and how many replicas there are of each service. He opnes one service and we see the replica(s), numbered normally as 0,1,2,etc. The status shows a summary of recent events. In Details we see the physical consumption of the service, the ports (endpoints) it listens to, environment variables. In Logs we can see a screen output of app log data. <\/p>\n<h2>Service Fabric Resource Model<\/h2>\n<ul>\n<li>Applications and services<\/li>\n<li>Networks<\/li>\n<li>Gateways<\/li>\n<li>Secrets<\/li>\n<li>Volumes<\/li>\n<li>Routing rules<\/li>\n<\/ul>\n<p>Simple declarative way to define an application.<\/p>\n<h2>Applications and Services Resouces<\/h2>\n<p>Services describe how a set of containers run:<\/p>\n<ul>\n<li>Container image, environment variables, CPU\/MEMory, etc<\/li>\n<li>And more<\/li>\n<\/ul>\n<h2>Gateway and Networks<\/h2>\n<p>Connecting two networks together:<\/p>\n<ul>\n<li>L4: TCP<\/li>\n<li>L7: HTTP\/S<\/li>\n<\/ul>\n<p>It\u2019s a way of connecting the outside world, Internet or another network you own, to the isolated network of the SF cluster.<\/p>\n<p>This is a service fabric gateway, not a VNet gateway.<\/p>\n<h2>Secrets Resource<\/h2>\n<p>Bad way: environment variable.<\/p>\n<p>Better way: Use KeyVault.<\/p>\n<p><\/p>\n<p> Inline is in the public preview today, e.g. connection strings. Secrets by reference (key vault) is coming.<\/p>\n<h2>Volume Resource<\/h2>\n<p>General purpose file storage.The container can attach volumes. Read and write files using normal disk I\/O file APIs. Backed by Azure File storage or Service Fabric volume disk. The SF volume disk is on the cluster and is faster \u2013 it is replicated to nodes where your service has a replica (stateful service).<\/p>\n<h2>Demo Application Architecture<\/h2>\n<p>Cloud based polyglob application demo that they have built. All built on Linux contianers<\/p>\n<ul>\n<li>Front End \u2013 reactive.<\/li>\n<li>Backend: .NET Core and Node.js. <\/li>\n<li>Work gets dropped into a queue.<\/li>\n<li>A Worker picks up the queue and stores data in persistent storage<\/li>\n<\/ul>\n<p>Overview over.<\/p>\n<p>They show us a JSON that is used to deploy the SF mesh application: Microsoft.ServiceFabricMesh\/applications. Azure Files is being used as file storage. Secrets are being stored inline. A volume disk is also being used for file storage and they define a mount path in the Linux containers of \/app\/data. There are front end (1), backend (2) and worker services (3) in the application. <\/p>\n<h2>Auto Scaling<\/h2>\n<p>Horizontal scaling of services based on:<\/p>\n<ul>\n<li>CPU<\/li>\n<li>Memory<\/li>\n<li>Application provided custom metrics (later)<\/li>\n<\/ul>\n<h2>Application Upgrade<\/h2>\n<p>He uses on-PC Azure CLI (PowerShell also available) to push a code upgrade to the SF application. <\/p>\n<h2>Routing Rules Resource<\/h2>\n<ul>\n<li>Services talk to each other inside the application by hostname.<\/li>\n<li>They do not implement platform-specific discovery APIs<\/li>\n<li>Not not deal with network level details.<\/li>\n<li>Are unaware of the implementation details of other services<\/li>\n<\/ul>\n<p>Intelligent traffic routing:<\/p>\n<ul>\n<li>Done using \u201cEnvoy\u201d<\/li>\n<li>Advanced HTTP\/S traffic routing with load balancing<\/li>\n<li>Proxy handles partition resolution and key hashing<\/li>\n<\/ul>\n<h2>Diagnostics and Monitoring<\/h2>\n<ul>\n<li>Use your favourite APM platform to monitor apps inside containers, e.g. Azure Application Insights<\/li>\n<li>Containers write out stdout\/stderr logs to a data volume \u2013 can be sucked up by Application Insights<\/li>\n<li>Azure Monitor for platform events and container metrics<\/li>\n<\/ul>\n<h2>Reliable Collections \u2013 Low Latency Storage<\/h2>\n<p>Reliable collections allow you to persist state with failover. Uses transactional storage. Storage on a network introduces a \u201ccost\u201d, e.g. latency. Low latency storage is often preferred. <\/p>\n<h2>Demo: Scale-Out<\/h2>\n<p>Dumps a load of pictures of cats &amp; dogs. Worker numbers increase from 1 to 40 in seconds for 3 services (120 containers). The pictures are categorized and tagged on the fly.<\/p>\n<h2>Pricing<\/h2>\n<p>You pay for what you use. Container compute duration:<\/p>\n<ul>\n<li>Cores per second<\/li>\n<li>Memory in GB per second<\/li>\n<\/ul>\n<p>Costs depend on the region. Container costs are the same in Azure, irrespective of the Azure offering you get them from. So you choose a container offering based on suitability, not price.<\/p>\n<p>Stateful resources:<\/p>\n<ul>\n<li>Volume disk: disk size, Max IOPS\/Throughput per disk). Paid for per month.<\/li>\n<\/ul>\n<p>Reliable collections:<\/p>\n<ul>\n<li>Biller per hour based on: size of the reliable collection and the amount of provisioned IOPS.<\/li>\n<\/ul>\n<h2>Recap<\/h2>\n<p>What they see: Gaming, media sharing, mission critical business SaaS, IoT data processing for millions of devices, low latency storage applications.<\/p>\n<h2>Roadmap<\/h2>\n<ul>\n<li>Managed service ID<\/li>\n<li>Secrets from key vault<\/li>\n<li>Routing rules to\/from applications<\/li>\n<li>Applications across availability zones<\/li>\n<li>Persisted state via reliable collections and volume drives<\/li>\n<li>Bring your own network to connect to other systems<\/li>\n<li>Tooling integration<\/li>\n<\/ul>\n<p>GA is planned for early next year \u2013 probably Build 2019. The preview is free to use.<\/p>\n<p>Go live licenses will be given to early adopters.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=21323\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform&#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":[170,143,176,296,207,239],"class_list":["post-21323","post","type-post","status-publish","format-standard","hentry","category-eventnotes","tag-azure","tag-containers","tag-eventnotes","tag-microservices","tag-serverless","tag-service-fabric"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app\" \/>\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=21323\" \/>\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=\"Microsoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=21323\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-09-26T15:41:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-09-26T15:43:06+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=\"Microsoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app\" \/>\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=21323#article\",\"name\":\"Microsoft Ignite 2018\\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro\",\"headline\":\"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/WIN_20180926_10_52_55_Pro_thumb.jpg\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21323\\\/#articleImage\",\"width\":600,\"height\":338},\"datePublished\":\"2018-09-26T16:41:36+01:00\",\"dateModified\":\"2018-09-26T16:43:06+01:00\",\"inLanguage\":\"en-GB\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21323#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21323#webpage\"},\"articleSection\":\"Event Notes, Azure, Containers, Event Notes, Microservices, Serverless, Service Fabric\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21323#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=21323#listItem\",\"name\":\"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21323#listItem\",\"position\":3,\"name\":\"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform\",\"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=21323#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=21323#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=21323#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21323\",\"name\":\"Microsoft Ignite 2018\\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro\",\"description\":\"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \\u2026 but I\\u2019m here and I haven\\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\\\/action pieces and app\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=21323#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2018-09-26T16:41:36+01:00\",\"dateModified\":\"2018-09-26T16:43:06+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":"Microsoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro","description":"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app","canonical_url":"https:\/\/aidanfinn.com\/?p=21323","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=21323#article","name":"Microsoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro","headline":"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2018\/09\/WIN_20180926_10_52_55_Pro_thumb.jpg","@id":"https:\/\/aidanfinn.com\/?p=21323\/#articleImage","width":600,"height":338},"datePublished":"2018-09-26T16:41:36+01:00","dateModified":"2018-09-26T16:43:06+01:00","inLanguage":"en-GB","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=21323#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=21323#webpage"},"articleSection":"Event Notes, Azure, Containers, Event Notes, Microservices, Serverless, Service Fabric"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=21323#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=21323#listItem","name":"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=21323#listItem","position":3,"name":"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform","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=21323#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=21323#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=21323#webpage","url":"https:\/\/aidanfinn.com\/?p=21323","name":"Microsoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro","description":"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=21323#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2018-09-26T16:41:36+01:00","dateModified":"2018-09-26T16:43:06+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":"Microsoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro","og:description":"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app","og:url":"https:\/\/aidanfinn.com\/?p=21323","article:published_time":"2018-09-26T15:41:36+00:00","article:modified_time":"2018-09-26T15:43:06+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Microsoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform | Aidan Finn, IT Pro","twitter:description":"Speakers: Chacko Daniel and Deep Kapur. This is a true dev session \u2026 but I\u2019m here and I haven\u2019t written an original line of programming since 1998. Why am I here? Because Service Fabric is cool and it fascinates me. If I wrote code, Service Fabric (along with functions for atomic trigger\/action pieces and app","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"21323","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":[]},"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:02","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\tMicrosoft Ignite 2018\u2013Azure Service Fabric Mesh: The Serverless Microservices Platform\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Event Notes","link":"https:\/\/aidanfinn.com\/?cat=14"},{"label":"Microsoft Ignite 2018&ndash;Azure Service Fabric Mesh: The Serverless Microservices Platform","link":"https:\/\/aidanfinn.com\/?p=21323"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/21323","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=21323"}],"version-history":[{"count":2,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/21323\/revisions"}],"predecessor-version":[{"id":21325,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/21323\/revisions\/21325"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21323"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=21323"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=21323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}