{"id":4819,"date":"2016-03-31T00:00:00","date_gmt":"2016-03-31T07:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/azure-service-fabric-is-ga"},"modified":"2025-06-26T04:49:57","modified_gmt":"2025-06-26T11:49:57","slug":"azure-service-fabric-is-ga","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/","title":{"rendered":"Azure Service Fabric is GA!"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure. We also announced the preview of Service Fabric for Windows Server, enabling Service Fabric to be installed on-premises and in other clouds for maximum application portability. Finally, we announced the preview of Service Fabric for Linux.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, a little history. At Microsoft, we\u2019ve been on a journey to the cloud just like our customers. To support our own internal evolution from on-premises to cloud and from monolithic to microservice-based applications, we created Service Fabric many years to deal with these challenges.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Service Fabric is a mature, feature-rich microservices application platform with built-in support for lifecycle management, stateless and stateful services, performance at scale, 24&#215;7 availability, and cost efficiency. For a discussion on the benefits of microservice architectures and microservice platforms, check out Mark Russinovich\u2019s introductory blog <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/microservices-an-application-revolution-powered-by-the-cloud\/\">post<\/a> and <a href=\"https:\/\/channel9.msdn.com\/Blogs\/Seth-Juarez\/An-Introduction-to-Microservices-with-Mark-Russinovich\">video<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Service Fabric has been in production use at Microsoft for more than five years, powering a range of services including Azure SQL Databases, Azure DocumentDB, Intune, Cortana and Skype for Business. In the largest of these, Service Fabric manages hundreds of thousands of stateful and stateless microservices across hundreds of servers. We\u2019ve taken this exact same technology and with it released Service Fabric as-a-service on Azure. And now, with the standalone preview of Service Fabric for Windows Server you can create clusters in your own datacenter and other clouds.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"developing-microservice-applications-with-visual-studio\">Developing microservice applications with Visual Studio<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s really easy to develop, validate, and then launch Service Fabric microservice-based applications with Visual Studio. Visual Studio\u2019s seamless integration with Service Fabric makes coding and deployment simple, and includes the same Service Fabric runtime environment that runs on a single developer\u2019s local machine, mimicking a multi-server Service Fabric cluster for testing and debugging. Whatever runs on your developer machine will run on Azure; there are no emulators to get in the way. Service Fabric even includes a fault analysis service that can subject your applications to induced failures of host machines and the individual microservices so that you can be sure that it will hold up in a production environment in the face of actual failures.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp\" alt=\"Service Fabric actor programming in Visual Studio\" style=\"border-radius:0px\" title=\"Service Fabric actor programming in Visual Studio\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"programming-models-and-frameworks\">Programming models and frameworks<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Service Fabric provides two microservice-based programming models \u2018out of the box\u2019: reliable services and reliable actors. Reliable services support stateless and stateful microservices, the latter being enabled through reliable collections such as Dictionary and Queue. The reliable actor programming model simplifies microservice development by modeling microservices as independent objects (\u201cactors\u201d) while Service Fabric takes care of deployment, scaling and communication across actors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Service Fabric also lets you deploy any other development framework of your choice such as Node.js, ASP.NET core, giving you maximum development flexibility. The microservice model also makes it possible to mix and match frameworks among microservices in the same application.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"devops-with-service-fabric\">DevOps with Service Fabric<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Service Fabric offers a declarative, model-driven microservices application model where an application consists of a collection of microservices each of which is independently versioned and upgradeable. To help manage the application lifecycle, Service Fabric supports rolling upgrades of individual microservices, automatically rolling back to a previous version if it detects that the upgrade has degraded the application\u2019s health. For example, if v2 of an microservice is deployed that causes the application to fail, then Service Fabric rolls this back to v1. This provides safe guarantees for deployment and never leaves the application in an inconsistent or unknown state.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/6eb76234-fcdb-4ef6-8d3e-834040625a30.webp\" alt=\"Service Fabric Explorer monitoring a five-node cluster\" style=\"border-radius:0px\" title=\"Service Fabric Explorer monitoring a five-node cluster\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Service Fabric is fully scriptable with PowerShell (or Azure CLI on Linux) and can be easily plugged into your application lifecycle allowing for a seamless continuous integration (CI)\/continuous delivery (CD) of both managing you microservice based applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"stateful-microservices\">Stateful microservices<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most PaaS platforms only support stateless microservices, with state being stored in an external store or database. Service Fabric is unique in its native support for stateful microservices, where state is held locally in the microservice, persisted to the local disk, where high availability is maintained by Service Fabric through replicas in case a microservice fails. Stateful microservices significantly reduce latency, enhance performance, reduce dependencies on external store and enable applications to achieve massive scale-out.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"service-fabric-in-azure\">Service Fabric in Azure<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As a service in Microsoft Azure, Service Fabric integrates with Azure features and services, making operations and management simpler, and leveraging the power of Azure cloud. The benefits of running Service Fabric on Azure include streamlined provisioning of clusters through the Azure Portal and Azure Resource Manager, enhanced reliability during host OS update and automated upgrades to the Service Fabric runtime without downtime to your application.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/b595dcdc-d6d4-4d5b-a689-f9679d453ca3.webp\" alt=\"Provisioning a new Service Fabric cluster in Azure\" style=\"border-radius:0px\" title=\"Provisioning a new Service Fabric cluster in Azure\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Service Fabric is available at no additional cost in Azure \u2013 you only pay for the underlying compute, network and storage used by your Service Fabric Cluster and microservices. Over 400 customers across multiple industries are already building solutions using Service Fabric including BMW, <a href=\"https:\/\/blogs.msdn.microsoft.com\/azureservicefabric\/2016\/03\/15\/service-fabric-customer-profile-talktalk-tv\/\">TalkTalk<\/a>, Schneider Electric and <a href=\"https:\/\/azure.microsoft.com\/en-gb\/documentation\/videos\/careotter-makes-healthcare-personal-with-azure-service-fabric\/\">CareOtter<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Learn more about today\u2019s announcements at the <a href=\"https:\/\/blogs.msdn.microsoft.com\/azureservicefabric\/\">Service Fabric team blog<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check out <a href=\"https:\/\/channel9.msdn.com\/Blogs\/Seth-Juarez\/3102016-Mark-Russinovich-Part-2\">Mark Russinovich talking Service Fabric<\/a> with Channel 9\u2019s Seth Juarez.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1467,1470],"tags":[],"audience":[3055,3056],"content-type":[],"product":[1662],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-4819","post","type-post","status-publish","format-standard","hentry","category-compute","category-containers","audience-developers","audience-it-implementors","product-azure-service-fabric","review-flag-1680286581-295","review-flag-7-1680286581-146","review-flag-9-1680286581-259","review-flag-ga-1680286584-289","review-flag-never-1680286580-606"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure Service Fabric is GA! | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Service Fabric is GA! | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-31T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-26T11:49:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Azure Service Fabric is GA!\",\"datePublished\":\"2016-03-31T07:00:00+00:00\",\"dateModified\":\"2025-06-26T11:49:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/\"},\"wordCount\":841,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp\",\"articleSection\":[\"Compute\",\"Containers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/\",\"name\":\"Azure Service Fabric is GA! | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp\",\"datePublished\":\"2016-03-31T07:00:00+00:00\",\"dateModified\":\"2025-06-26T11:49:57+00:00\",\"description\":\"Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compute\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Azure Service Fabric is GA!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Azure Service Fabric is GA! | Microsoft Azure Blog","description":"Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/","og_locale":"en_US","og_type":"article","og_title":"Azure Service Fabric is GA! | Microsoft Azure Blog","og_description":"Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2016-03-31T07:00:00+00:00","article_modified_time":"2025-06-26T11:49:57+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Azure Service Fabric is GA!","datePublished":"2016-03-31T07:00:00+00:00","dateModified":"2025-06-26T11:49:57+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/"},"wordCount":841,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp","articleSection":["Compute","Containers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/","name":"Azure Service Fabric is GA! | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp","datePublished":"2016-03-31T07:00:00+00:00","dateModified":"2025-06-26T11:49:57+00:00","description":"Today, at the \/\/Build conference, we announced that Azure Service Fabric is now generally available (GA) as a service in Azure.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/03\/19c9d514-1386-4855-99eb-09c2db46bd94.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-fabric-is-ga\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Compute","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/"},{"@type":"ListItem","position":3,"name":"Azure Service Fabric is GA!"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=4819"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4819\/revisions"}],"predecessor-version":[{"id":43756,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4819\/revisions\/43756"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=4819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=4819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=4819"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=4819"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=4819"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=4819"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=4819"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=4819"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=4819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}