{"id":1353,"date":"2019-05-03T00:00:00","date_gmt":"2019-05-03T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai"},"modified":"2025-06-22T19:30:40","modified_gmt":"2025-06-23T02:30:40","slug":"laliga-entertains-billions-with-azure-based-conversational-ai","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/","title":{"rendered":"LaLiga entertains millions with Azure-based conversational AI"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When LaLiga chose to develop a personal digital assistant running on Microsoft Azure, its developers took careful steps to ensure optimal performance in the face of huge user volume in multiple languages across a variety of voice platforms. Specifically, the league used Azure to build a conversational AI solution capable of accommodating the quirks of languages and nicknames to deliver a great experience across multiple channels and handle a global volume of millions of users.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Along the way, some valuable lessons emerged for tackling a deployment of this scope and scale.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"accommodating-the-quirks-of-languages-and-nicknames\">Accommodating the quirks of languages and nicknames<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The LaLiga virtual assistant has launched for Google Assistant and Skype, and it will eventually support 11 platforms. The assistant was created with <a href=\"https:\/\/azure.microsoft.com\/services\/bot-service\/\" target=\"_blank\" rel=\"noopener\">Azure Bot Service<\/a> and the <a href=\"https:\/\/dev.botframework.com\/\" target=\"_blank\" rel=\"noopener\">Microsoft Bot Framework<\/a>, and it incorporates <a href=\"https:\/\/azure.microsoft.com\/services\/cognitive-services\/\" target=\"_blank\" rel=\"noopener\">Azure Cognitive Services<\/a> and a variety of other Azure tools. The main engine for the assistant takes advantage of the scalability and flexibility of <a href=\"https:\/\/azure.microsoft.com\/services\/app-service\/\" target=\"_blank\" rel=\"noopener\">Azure App Service<\/a> \u2014a platform as a service (<a href=\"https:\/\/azure.microsoft.com\/overview\/what-is-paas\/\" target=\"_blank\" rel=\"noopener\">PaaS<\/a>) offering\u2014to streamline development. LaLiga used it multiple times to accelerate the development of the bot logic, image service, Google Assistant connector, Alexa connector, data loaders, cache management, and two Azure functions for live data and proactive messages.<\/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\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp\" alt=\"A chart of the LaLiga virtual assistant architecture\" style=\"border-radius:0px\" title=\"A chart of the LaLiga virtual assistant architecture\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><em>Figure 1. An overview of the LaLiga virtual assistant architecture<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fans can ask the assistant questions using natural language, and the system parses this input to determine user intent by using <a href=\"https:\/\/azure.microsoft.com\/services\/cognitive-services\/text-analytics\/\" target=\"_blank\" rel=\"noopener\">Azure Text Analytics<\/a> and <a href=\"https:\/\/azure.microsoft.com\/services\/cognitive-services\/language-understanding-intelligent-service\/\" target=\"_blank\" rel=\"noopener\">Azure Cognitive Services Language Understanding<\/a> in either Spanish or English. That may seem straightforward, but developers learned that subtitles of language can complicate the process. For example, the primary word for \u201cgoalkeeper\u201d is different in the Spanish dialects used in Spain, Argentina, and Colombia. So the mapping of questions to intents needed to accommodate a many-to-one relationship for these variations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A similar issue arose with players whose names have complicated spellings and don\u2019t clearly correspond to the pronunciation &#8211; for example, &#8220;Griesman&#8221; instead of &#8220;Griezmann&#8221; &#8211; resulting in a variety of translations. The solution here was to use aliases to guide the system to the correct player. Nicknames were another sticking point. Developers used <a href=\"https:\/\/azure.microsoft.com\/services\/monitor\/\" target=\"_blank\" rel=\"noopener\">Azure Monitor Application Insights<\/a> to investigate user queries that weren\u2019t mapping to any existing player and found that a lot of people were asking about a player but using his nickname rather than his official name. Once again, aliases came to the rescue<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"guaranteeing-a-great-experience-across-multiple-channels\">Guaranteeing a great experience across multiple channels<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One goal of the development team was to support a consistent, high-quality user experience across different mobile platforms and devices, each of which has its own display parameters and may also have different connection protocols. In response to every user query, the LaLiga virtual assistant returns three elements: an image, some text, and a voice reply. The image can be a picture of a player or a \u201chero card\u201d showing match results or player statistics. For channels with a visual display, the image and text are customized with XAML to make them easily legible for the specific display resolution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All channels aren\u2019t created equal when it comes to user popularity, either. LaLiga expects that some channels will be used much more frequently than others, and this requires adjustments to properly manage scalability resources. Developers created an app service for each channel and optimized it for anticipated usage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Developers also needed to customize the connectors that the assistant uses for different channels depending on the channels\u2019 capabilities and requirements. For example, the Alexa interface is based on Microsoft .NET Framework, which made it straightforward to develop a connection with Microsoft tools, but Google Assistant uses Node.js, requiring more complex development. Developers found it tricky to map messages from the LaLiga virtual assistant to types that Google Assistant understands. Adding a custom connector hosted with App Service resolved the issue. App Service also helps manage the scalability requirements for the channel. Microsoft is using the lessons learned from the LaLiga virtual assistant to help all developers streamline the creation of connectors with Azure-based bots.<\/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\/2019\/05\/0d1d76dd-14b3-4c9e-b551-5986d7771f8c.webp\" alt=\"A chart showing integration with Google Assistant and Alexa\" style=\"border-radius:0px\" title=\"A chart showing integration with Google Assistant and Alexa\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><em>Figure 2. An overview of integration with Google Assistant and Alexa<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"planning-for-millions-of-enthusiastic-users\">Planning for millions of enthusiastic users<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">LaLiga anticipates that the assistant will be hugely popular and that most users will ask multiple questions, generating a vast number of hits on the system each day and leading to high consumption of computing resources. Developers adopted multiple strategies to mitigate this high demand.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Incoming queries get divided into two categories\u2014live and non-live. A live query could be one about a match in progress, where the data could be constantly changing, whereas a non-live query might relate to a completed game or player\u2019s basic statistics. Whenever a non-live query arrives, the result is cached, so the answer is readily available if someone else asks the same question. The LaLiga virtual assistant uses a highly optimized Azure SQL database as its main data storage, rather than a non-structured data lake, to expedite results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because scalability was a big concern, the team decided early to dedicate a developer to scalability testing. The developer created an automated system to simulate queries to the assistant, eventually testing millions of hits a day and setting the stage for a smooth launch. Bombarding the system with so many queries revealed another hitch\u2014all those hits were genuine queries, but some web services might see that huge volume and think that the system is being hit by a distributed denial of service (DDOS) attack. So it\u2019s essential to ensure that all components are configured to account for the popularity of the assistant.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"learn-from-laliga-and-build-your-own-great-bot\">Learn from LaLiga and build your own great bot<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While some of these use cases may seem straightforward, the LaLiga virtual assistant development experience showed that sometimes a small tweak to development processes or application configuration can yield substantial rewards in terms of system performance and development time. We hope that the lessons learned during the LaLiga project will help you build your own massively popular digital assistant!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Read the <a href=\"https:\/\/customers.microsoft.com\/story\/laliga-media-entertainment-azure\" target=\"_blank\" rel=\"noopener\">case study<\/a> for more information about LaLiga\u2019s digital transformation and its initiatives to boost fan engagement.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Get started building <a href=\"https:\/\/aka.ms\/azportalvalink\" target=\"_blank\" rel=\"noopener\">your own branded virtual assistant<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start more simply and <a href=\"https:\/\/docs.microsoft.com\/azure\/cognitive-services\/qnamaker\/tutorials\/create-publish-query-in-portal\">build your first Q&amp;A bot with QnA Maker<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.<\/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":[1454,1467],"tags":[],"audience":[3057,3055,3056],"content-type":[1527],"product":[2902,1631,3164],"tech-community":[],"topic":[],"coauthors":[539],"class_list":["post-1353","post","type-post","status-publish","format-standard","hentry","category-ai-machine-learning","category-compute","audience-data-professionals","audience-developers","audience-it-implementors","content-type-customer-stories","product-app-service","product-azure-ai-bot-service","product-microsoft-foundry","review-flag-1680286581-56","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-6-1680286581-909","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LaLiga entertains millions with Azure-based conversational AI | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.\" \/>\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\/laliga-entertains-billions-with-azure-based-conversational-ai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LaLiga entertains millions with Azure-based conversational AI | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/\" \/>\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=\"2019-05-03T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-23T02:30:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp\" \/>\n<meta name=\"author\" content=\"Jesus Serrano\" \/>\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=\"Jesus Serrano\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 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\/laliga-entertains-billions-with-azure-based-conversational-ai\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/jesus-serrano\/\",\"@type\":\"Person\",\"@name\":\"Jesus Serrano\"}],\"headline\":\"LaLiga entertains millions with Azure-based conversational AI\",\"datePublished\":\"2019-05-03T00:00:00+00:00\",\"dateModified\":\"2025-06-23T02:30:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/\"},\"wordCount\":1121,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp\",\"articleSection\":[\"AI + machine learning\",\"Compute\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/\",\"name\":\"LaLiga entertains millions with Azure-based conversational AI | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp\",\"datePublished\":\"2019-05-03T00:00:00+00:00\",\"dateModified\":\"2025-06-23T02:30:40+00:00\",\"description\":\"For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI + machine learning\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"LaLiga entertains millions with Azure-based conversational AI\"}]},{\"@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":"LaLiga entertains millions with Azure-based conversational AI | Microsoft Azure Blog","description":"For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.","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\/laliga-entertains-billions-with-azure-based-conversational-ai\/","og_locale":"en_US","og_type":"article","og_title":"LaLiga entertains millions with Azure-based conversational AI | Microsoft Azure Blog","og_description":"For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2019-05-03T00:00:00+00:00","article_modified_time":"2025-06-23T02:30:40+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp","type":"","width":"","height":""}],"author":"Jesus Serrano","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Jesus Serrano","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/jesus-serrano\/","@type":"Person","@name":"Jesus Serrano"}],"headline":"LaLiga entertains millions with Azure-based conversational AI","datePublished":"2019-05-03T00:00:00+00:00","dateModified":"2025-06-23T02:30:40+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/"},"wordCount":1121,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp","articleSection":["AI + machine learning","Compute"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/","name":"LaLiga entertains millions with Azure-based conversational AI | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp","datePublished":"2019-05-03T00:00:00+00:00","dateModified":"2025-06-23T02:30:40+00:00","description":"For LaLiga, keeping fans entertained and engaged is a top priority. And when it comes to fans, the Spanish football league has them in droves, with approximately 1.6 billion social media followers around the world. So any time it introduces a new feature, forum, or app for fans, instant global popularity is almost guaranteed. And while this is great news for LaLiga, it also poses technical challenges\u2014nobody wants systems crashing or going unresponsive when millions of people are trying out a fun new app.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/05\/87f0e33d-929f-46e4-afe0-efff40e69d8e.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/laliga-entertains-billions-with-azure-based-conversational-ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"AI + machine learning","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/"},{"@type":"ListItem","position":3,"name":"LaLiga entertains millions with Azure-based conversational AI"}]},{"@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\/1353","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=1353"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1353\/revisions"}],"predecessor-version":[{"id":42770,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1353\/revisions\/42770"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=1353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=1353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=1353"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=1353"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=1353"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=1353"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=1353"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=1353"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=1353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}