{"id":2831,"date":"2018-04-25T00:00:00","date_gmt":"2018-04-25T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/azure-container-instances-now-generally-available"},"modified":"2025-07-02T06:16:23","modified_gmt":"2025-07-02T13:16:23","slug":"azure-container-instances-now-generally-available","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/","title":{"rendered":"Azure Container Instances now generally available"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers. ACI offers you an on-demand compute service delivering rapid deployment of containers with no VM management and automatic, elastic scale. When we released the <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-azure-container-instances\/\" target=\"_blank\" rel=\"noopener\">preview last summer<\/a> of ACI, it was the first-of-its-kind and fundamentally changed the landscape of container technology. It was the first service to deliver innovative serverless containers in the public cloud. As part of today\u2019s announcement, I am also excited to announce new lower pricing, making it even less expensive to deploy a single container in the cloud. ACI also continues to be the fastest cloud-native option for customers in the cloud, getting you compute in mere seconds that also provide rich features like interactive terminals within running containers and an integrated Azure portal experience.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif\" alt=\"ACI GA - Imgur\" title=\"ACI GA - Imgur\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to the ease-of-use and granular billing available with ACI, customers are choosing ACI as their serverless container solution because of its deep security model, protecting each individual container at a hyper-visor level which provides a strong security boundary for multi-tenant scenarios. It can sometimes be a challenge to secure multi-tenant workloads running inside containers on the same virtual machine. Enabling this isolation without requiring you to create a hosting cluster is unique from other clouds and is a true cloud native model.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Jedox AG, a customer providing business intelligence solutions for systematic data analysis, is using ACI to sandbox customer trials and demos for their marketplace of SaaS solutions. You can hear more from Jedox on their use of ACI in the newly published <a href=\"https:\/\/customers.microsoft.com\/en-us\/story\/jedox-professional-services-azure\" target=\"_blank\" rel=\"noopener\">case study<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, we see customers using ACI across a wide spectrum of scenarios including batch processing, continuous integration, and event-driven computing. We hear consistently from customers that ACI is uniquely suited to handle their burst workloads. ACI supports quick, cleanly packaged burst compute that removes the overhead of managing cluster machines. Some of our largest customers are also using ACI for data processing where source data is ingested, processed, and placed in a durable store such as Azure Blob Storage. ACI enables each stage of work to be efficiently packaged as a container assigned with custom resource definitions for agile development, testing, and deployment. By processing the data with ACI rather than statically provisioned virtual machines, you can achieve significant cost savings due to ACI\u2019s granular per-second billing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To make ACI even more compelling for these workloads, along with our general availability I am thrilled to announce new, lower prices, including making initial creation free. The following table* summarizes the new Azure Container Instances pricing structure. For detailed information, please visit the <a href=\"https:\/\/azure.microsoft.com\/pricing\/details\/container-instances\/\" target=\"_blank\" rel=\"noopener\">pricing page<\/a>. Note that the new pricing is effective starting July 1, 2018.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>&nbsp;<\/td><td>New prices (US West)<\/td><td>Old price (Global)<\/td><\/tr><tr><td>Create fee<\/td><td>None<\/td><td>$0.0025 per Instance created<\/td><\/tr><tr><td>vCPU per second<\/td><td>$0.000012<\/td><td>$0.0000125<\/td><\/tr><tr><td>Memory (GB) per second<\/td><td>$0.000004<\/td><td>$0.0000125<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When we first launched ACI, we also created an experimental version of the ACI Connector for Kubernetes. It provided the benefits of ACI\u2019s per-second billing and zero infrastructure execution via the portable Kubernetes API. At KubeCon last December we announced the Virtual Kubelet, an open source project designed to bridge Kubernetes with limitless and serverless container offerings similar to ACI. Since the announcement of <a href=\"https:\/\/github.com\/virtual-kubelet\/virtual-kubelet\" target=\"_blank\" rel=\"noopener\">Virtual Kubelet<\/a>, the project has gained momentum in the Kubernetes community and we now have multiple providers, including VMware, AWS and Hyper.sh, collaborating closely with us.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We have been so excited about this new compute offering since preview, and we have listened to your feedback to shape several important new features including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Improved <a href=\"https:\/\/portal.azure.com\/\" target=\"_blank\" rel=\"noopener\">Azure portal<\/a> experience with metrics, alerts, and container logs\/events.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/en-us\/cli\/azure\/container?view=azure-cli-latest#az-container-exec\" target=\"_blank\" rel=\"noopener\">Execute (EXEC) a command<\/a> directly in your container to launch an interactive shell.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Monitor CPU and memory utilization of Linux containers through <a href=\"https:\/\/azure.microsoft.com\/blog\/azure-monitor-general-availability-of-multi-dimensional-metrics-apis\/\" target=\"_blank\" rel=\"noopener\">Azure Monitor<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Configure a reliable endpoint per container by placing a DNS name label through the <a href=\"https:\/\/docs.microsoft.com\/rest\/api\/container-instances\/containergroups\/createorupdate#IpAddress\" target=\"_blank\" rel=\"noopener\">REST API<\/a> or <a href=\"https:\/\/docs.microsoft.com\/cli\/azure\/container?view=azure-cli-latest#az_container_create\" target=\"_blank\" rel=\"noopener\">Azure CLI 2.0<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/cli\/azure\/container?view=azure-cli-latest#az_container_attach\" target=\"_blank\" rel=\"noopener\">Stream container logs with Azure CLI 2.0<\/a>: Read your container state and log output by attaching to your container from Azure CLI 2.0.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/azure\/container-instances\/container-instances-restart-policy#container-restart-policy\" target=\"_blank\" rel=\"noopener\">Container restart policies<\/a>: Designate containers to always restart, restart only on failure, or never restart.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Various volume types for Linux containers including <a href=\"https:\/\/docs.microsoft.com\/azure\/container-instances\/container-instances-volume-azure-files\" target=\"_blank\" rel=\"noopener\">Azure Files<\/a>, <a href=\"https:\/\/docs.microsoft.com\/azure\/container-instances\/container-instances-volume-gitrepo\" target=\"_blank\" rel=\"noopener\">gitRepo<\/a>, <a href=\"https:\/\/docs.microsoft.com\/azure\/container-instances\/container-instances-volume-emptydir\" target=\"_blank\" rel=\"noopener\">emptyDir<\/a>, and <a href=\"https:\/\/docs.microsoft.com\/azure\/container-instances\/container-instances-volume-secret\" target=\"_blank\" rel=\"noopener\">secret<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/azure\/container-instances\/container-instances-quotas#region-availability\" target=\"_blank\" rel=\"noopener\">Availability across 6 regions<\/a> including West US, West US 2, East US, West Europe, North Europe, and Southeast Asia.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/aka.ms\/aci\/sla\" target=\"_blank\" rel=\"noopener\">Uptime SLA of 99.9%<\/a> for any Container Group.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">We have many exciting features including VNET integration planned later this year. Learn more about current features on our <a href=\"https:\/\/aka.ms\/aci\/docs\" target=\"_blank\" rel=\"noopener\">documentation<\/a> or our <a href=\"https:\/\/aka.ms\/aci\/samples\" target=\"_blank\" rel=\"noopener\">sample tutorials<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ACI is a transformative way of using containers in the public cloud. With this service, Azure introduced a new compute primitive that combines the flexibility and security of virtual machines with the speed and simplicity of containers \u2013 all powered by Azure\u2019s global cloud. With Virtual Kubelet support, ACI also realizes the vision of a \u201cserverless Kubernetes.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Go ahead and give it a try and provide us your <a href=\"https:\/\/aka.ms\/aci\/feedback\" target=\"_blank\" rel=\"noopener\">feedback<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks,<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Corey<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>*Please refer to the <a href=\"https:\/\/azure.microsoft.com\/pricing\/details\/container-instances\/\" target=\"_blank\" rel=\"noopener\">pricing page<\/a> for the most up-to-date information on product pricing.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers.<\/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],"tags":[],"audience":[3055,3053,3056],"content-type":[1465],"product":[1625],"tech-community":[],"topic":[],"coauthors":[764],"class_list":["post-2831","post","type-post","status-publish","format-standard","hentry","category-compute","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-announcements","product-container-services","review-flag-1680286581-295","review-flag-1680286584-658","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-6-1680286581-909","review-flag-9-1680286581-259","review-flag-alway-1680286580-106","review-flag-free-1680286579-836","review-flag-gener-1680286584-335","review-flag-never-1680286580-606","review-flag-new-1680286579-546","review-flag-summe-1680286584-4","review-flag-vm-1680286585-143"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure Container Instances now generally available | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers. ACI offers you an on-demand compute service delivering\u2026\" \/>\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-container-instances-now-generally-available\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Container Instances now generally available | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers. ACI offers you an on-demand compute service delivering\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/\" \/>\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=\"2018-04-25T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-02T13:16:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif\" \/>\n<meta name=\"author\" content=\"Corey Sanders\" \/>\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=\"Corey Sanders\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 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-container-instances-now-generally-available\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/corey-sanders\/\",\"@type\":\"Person\",\"@name\":\"Corey Sanders\"}],\"headline\":\"Azure Container Instances now generally available\",\"datePublished\":\"2018-04-25T00:00:00+00:00\",\"dateModified\":\"2025-07-02T13:16:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/\"},\"wordCount\":836,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif\",\"articleSection\":[\"Compute\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/\",\"name\":\"Azure Container Instances now generally available | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif\",\"datePublished\":\"2018-04-25T00:00:00+00:00\",\"dateModified\":\"2025-07-02T13:16:23+00:00\",\"description\":\"I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers. ACI offers you an on-demand compute service delivering\u2026\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif\",\"width\":1728,\"height\":1080,\"caption\":\"graphical user interface, application\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#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 Container Instances now generally available\"}]},{\"@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 Container Instances now generally available | Microsoft Azure Blog","description":"I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers. ACI offers you an on-demand compute service delivering\u2026","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-container-instances-now-generally-available\/","og_locale":"en_US","og_type":"article","og_title":"Azure Container Instances now generally available | Microsoft Azure Blog","og_description":"I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers. ACI offers you an on-demand compute service delivering\u2026","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-04-25T00:00:00+00:00","article_modified_time":"2025-07-02T13:16:23+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif","type":"","width":"","height":""}],"author":"Corey Sanders","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Corey Sanders","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/corey-sanders\/","@type":"Person","@name":"Corey Sanders"}],"headline":"Azure Container Instances now generally available","datePublished":"2018-04-25T00:00:00+00:00","dateModified":"2025-07-02T13:16:23+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/"},"wordCount":836,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif","articleSection":["Compute"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/","name":"Azure Container Instances now generally available | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif","datePublished":"2018-04-25T00:00:00+00:00","dateModified":"2025-07-02T13:16:23+00:00","description":"I am proud to announce the general availability of Azure Container Instances (ACI) \u2013 a serverless way to run both Linux and Windows containers. ACI offers you an on-demand compute service delivering\u2026","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/04\/a696ef01-90b3-4c1a-9a70-8cd9791c8204.gif","width":1728,"height":1080,"caption":"graphical user interface, application"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-container-instances-now-generally-available\/#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 Container Instances now generally available"}]},{"@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\/2831","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=2831"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2831\/revisions"}],"predecessor-version":[{"id":44856,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2831\/revisions\/44856"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2831"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2831"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2831"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2831"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2831"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2831"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}