{"id":19002,"date":"2023-04-01T17:33:00","date_gmt":"2023-04-01T15:33:00","guid":{"rendered":"https:\/\/whiteduck.de\/?p=19002"},"modified":"2026-06-22T11:01:34","modified_gmt":"2026-06-22T09:01:34","slug":"how-to-get-started-with-azure-chaos-studio","status":"publish","type":"post","link":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/","title":{"rendered":"How to get started with Azure Chaos Studio"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><\/div><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1170px + 0px );margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-one-full fusion-column-first fusion-column-last\" style=\"--awb-bg-size:cover;width:100%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-one\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h1 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;--fontSize:32;line-height:1.31;\"><\/p>\n<p>How to get started with Azure Chaos Studio<\/p>\n<p><\/h1><\/div><div class=\"fusion-text fusion-text-1\"><\/div><\/p>\n\n\n<p class=\"wp-block-paragraph\">Since it was made publicly famous by Netflix in 2011, the adoption of Chaos Engineering reached a state where even the big Cloud Hyperscalers are offering managed solutions to implement Chaos Engineering within your organization. This blog post will cover the managed solution from Azure and show you how to get started with Azure Chaos Studio.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Contents<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#WhatisAzureChaosStudio?\">What is Azure Chaos Studio?<\/a><\/li>\n\n\n\n<li><a href=\"#WhatisChaosEngineeringandwhyyoushouldimplementit?\">What is Chaos Engineering and why you should implement it?<\/a><\/li>\n\n\n\n<li><a href=\"#HowtogetstartedwithAzureChaosStudio\">How to get started with Azure Chaos Studio<\/a><\/li>\n\n\n\n<li><a href=\"#Conclusion\">Conclusion<\/a><\/li>\n\n\n\n<li><a href=\"#ChaosEngineeringwithAzureChaosStudiopart2MeetupAnnouncement\">Chaos Engineering with Azure Chaos Studio part 2 &#8211; Meetup Announcement<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Learnings<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In this blog post, you will learn:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Chaos Engineering basics<\/li>\n\n\n\n<li>How to enable an Azure Resource for Chaos Studio<\/li>\n\n\n\n<li>Creating and running your first Chaos Experiment on Azure<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"WhatisAzureChaosStudio?\">What is Azure Chaos Studio?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">With the launch of the public preview in November 2021, Microsoft built Azure Chaos Studio as a fully managed service that is deeply integrated into Azure. Therefore, you will manage Chaos Studio with the Azure Resource Manager and configure its resources the same way you are deploying your infrastructure in Azure. This means furthermore, it integrates out-of-the-box with Azure Policy, Azure Application Insights, and Azure Active Directory (RBAC).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Chaos Studio finally offers an uncomplicated way to adopt chaos engineering mythology by controlled fault injection in your Azure resources in a safe way. The core resources of Chaos Studio are Experiments and Targets. Targets are enabling Azure Resources for Chaos Studio. An Experiment instead, describes the faults to run. Chaos Studio helps you orchestrate complex experiments \u2013 run them in sequence or parallel, time-delayed, or across regions. At the time of writing this article, the fault library contains over 30 faults.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Currently, still in public preview, you can now try it free of charge. After April 3, 2023, nevertheless &#8211; Azure Chaos Studio will be pay-as-you-go based on experiment execution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before we dive into Azure Chaos Studio, we will first introduce chaos engineering generally.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"WhatisChaosEngineeringandwhyyoushouldimplementit?\">What is Chaos Engineering and why you should implement it?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">As described above, Azure Chaos studio is helping to implement chaos engineering mythology. But what is chaos engineering actually?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/principlesofchaos.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">This website <\/a>has the following introduction: <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Chaos Engineering is the discipline of experimenting on a system to build confidence in the system\u2019s capability to withstand turbulent conditions in production.<\/p>\n<cite>principlesofchaos.org<\/cite><\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Experimenting defines the injection of faults that cause system components to fail but in a controlled and observed way. Consider any Web application that relies on a database. In order to connect to this database, the application uses a secret from an Azure Key Vault. If our application lost access to database secrets, how would it react? Before we start our experiment, we build a hypothesis: invalidating the secret will not affect the application. For our experiment, we inject a fault into this Key Vault, which activates the firewall and prevents any access for 10 minutes. The Web application soon can\u2019t access the Key Vault to fetch the secret. Meanwhile, we are monitoring the application and observing its behavior: once the firewall was activated on the Key Vault, the application crashed. Our next step is to document the observation and act accordingly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are undoubtedly many experiments that could reveal weaknesses in a system, such as this one. We can also take dependencies offline (APIs, VMs, Containers\/Pods, etc.), restrict access to resources (as in the example explained above), stress CPUs or memory, and more.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The goals of running those chaos engineering experiments are to increase awareness about system weaknesses, grow confidence in your solution&#8217;s ability to handle disturbance and build experience with those scenarios.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">But should we be experimenting really on our production environment?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, the chaos engineering mythology strongly prefers to run experiments on your production environment. As environments behave differently on load, usage, and traffic, it is difficult to simulate the characteristics of a service&#8217;s behavior outside the production environment. Besides, everyone should expect services to fail. No one can control when it will fail. We can only control how well prepared we are and how much confidence we have in the resiliency of the services by conducting experiments in a controlled way that will identify issues that are likely to arise.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"HowtogetstartedwithAzureChaosStudio\">How to get started with Azure Chaos Studio<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Until here we learned about Chaos Engineering and Azure Chaos Studio. This section will guide you through setting up Chaos Studio and running your first experiment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We will stick with the fault scenario that disables Key Vault access. We will use a Resource Group called <strong>rg-chaos-demo<\/strong> for the whole demo and <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/azure-resource-manager\/bicep\/overview?tabs=bicep\" target=\"_blank\" rel=\"noreferrer noopener\">Bicep<\/a> as our tool for deploying the needed resources.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Creating the needed resources<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">First, we need a Key Vault. We will create our Azure Key Vault used for Chaos experimenting and one secret called <em>mySuperSecret<\/em> with this Bicep snippet:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>resource akv 'Microsoft.KeyVault\/vaults@2022-07-01' = {\n  name: 'akv-chaos-demo'\n  location: 'westeurope'\n  properties: {\n    sku: {\n      family: 'A'\n      name: 'standard'\n    }\n    enabledForDeployment: false\n    enabledForDiskEncryption: false\n    enabledForTemplateDeployment: false\n    enableRbacAuthorization: true\n    enableSoftDelete: true\n    publicNetworkAccess: 'Enabled'\n    softDeleteRetentionInDays: 90\n    tenantId: tenant().tenantId\n  }\n}\n\nresource superSecret 'Microsoft.KeyVault\/vaults\/secrets@2022-07-01' = {\n  name: 'secret-chaos-demo'\n  parent: akv\n  properties: {\n    attributes: {\n      enabled: true\n    }\n    contentType: 'secret'\n    value: 'mysupersecretsecret'\n  }\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">As soon as the Key Vault is created, it needs to be onboarded as a target resource in Chaos Studio. Targets can be service-direct (direct communication with the Azure resource) or agent-based (needs installation). In addition to the target, we need to add the capabilities. This is needed to control which resources are enabled for fault injection and which faults can run against those resources. It&#8217;s an additional security layer to run experiments only on the resources we want. Please note that the name of the resource must match the Target name\/type defined in this <a href=\"https:\/\/learn.microsoft.com\/azure\/chaos-studio\/chaos-studio-fault-providers\" target=\"_blank\" rel=\"noreferrer noopener\">table <\/a>for supported resources. Additionally, we will find a row describing our target&#8217;s recommended role assignment. We will cover this later.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>resource akvChaosStudioTarget 'Microsoft.Chaos\/targets@2022-10-01-preview' = {\n  name: 'Microsoft-KeyVault'\n  location: 'westeurope'\n  scope: akv\n  properties: {}\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Now that the Target has been enabled, we can start adding experiments to it. The Chaos Studio fault library has around 30 faults available as of writing this article. We will search for the Key Vault Deny Access fault and note down the Fault Type and URN as we need them for our experiment. Azure Chaos Studio allows us to configure our experiments in several steps, as we saw in the introduction. For our purpose, we are good with only running one step. Inside the Actions array of the step, we will configure the <em>type<\/em> with <strong>Fault Type<\/strong> and <em>name<\/em> with <strong>URN<\/strong> that we previously noted down. As for the duration how long the experiment will run, we choose 10 minutes:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>resource akvAccessDenied 'Microsoft.Chaos\/experiments@2022-10-01-preview' = {\n  name: '${akv.name}AccessDenied10m'\n  location: 'westeurope'\n  identity: {\n    type: 'SystemAssigned'\n  }\n  properties: {\n    selectors: &#091;\n      {\n        type: 'List'\n        id: 'Selector1'\n        targets: &#091;\n          {\n            id: akvChaosStudioTarget.id\n            type: 'ChaosTarget'\n          }\n        ]\n      }\n    ]\n    steps: &#091;\n      {\n        name: 'akvAccessDenied10m'\n        branches: &#091;\n          {\n            name: 'akvAccessDenied10m'\n            actions: &#091;\n              {\n                name: 'urn:csci:microsoft:keyVault:denyAccess\/1.0'\n                type: 'continuous'\n                duration: 'PT10M'\n                selectorId: 'Selector1'\n                parameters: &#091;]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The permission model within Azure Chaos Studio will create a System Identity (App registration) for every experiment. We need to assign this Identity to the role described within the fault provider table mentioned above. In our case we need to assign the role of \u201c<em>Key Vault Contributor\u201d<\/em> to the System Managed Identity on the Key Vault:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>resource roleAssignment 'Microsoft.Authorization\/roleAssignments@2020-04-01-preview' = {\n  name: guid(subscription().id, resourceGroup().id, akvAccessDenied.id)\n  properties: {\n    roleDefinitionId: resourceId('Microsoft.Authorization\/roleDefinitions', 'f25e0fa2-a7c8-4377-a976-54943a77a395')\n    principalId: akvAccessDenied.identity.principalId\n    principalType: 'ServicePrincipal'\n  }\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Gluing it all together<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Now we are ready to deploy all resources and finally run our first experiment with the Azure Chaos Studio.  For this, we are creating the file <strong>main.bicep<\/strong> and inserting all the code examples above. If finished, then we are going to execute the Bicep code with the Azure-CLI to deploy all resources into the Resource Group:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>az deployment group create \\ \n  --name FirstAzureChaosExperiment \\ \n  --resource-group rg-chaos-demo \\ \n  --template-file main.bicep <\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If all resources are deployed successfully, then we can navigate onto the <a href=\"https:\/\/portal.azure.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Portal<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>IMPORTANT<\/strong>: Before we can run our first experiment, we need to activate the capability <strong>DenyAccess-1.0<\/strong> on the Key Vault Target. As of now, it is not supported to add a capability via Bicep (see this <a href=\"https:\/\/github.com\/Azure\/bicep\/issues\/6010\">GitHub Issue<\/a>). We can do this however manually via Azure Portal until the Bicep Team will fix the issue. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the Portal, search for <strong>Chaos Studio (preview)<\/strong> in the search bar. Select the <strong>Targets<\/strong> view and click the&nbsp;<strong>Manage actions<\/strong>&nbsp;link right next to the resource <strong>akv-chaos-demo<\/strong>. The <strong>Manage actions<\/strong> pop-up will appear. We have to enable the <strong>Key Vault Deny Access<\/strong> here to make sure that we can only run this fault (we can only select capabilities here that match the Target type) on the chosen Target. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"828\" height=\"492\" src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30.png\" data-orig-src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30.png\" alt=\"Get started with Azure Chaos Studio - manage action capabilities\" class=\"lazyload wp-image-19112\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27828%27%20height%3D%27492%27%20viewBox%3D%270%200%20828%20492%27%3E%3Crect%20width%3D%27828%27%20height%3D%27492%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30-200x119.png 200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30-300x178.png 300w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30-400x238.png 400w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30-600x357.png 600w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30-768x456.png 768w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30-800x475.png 800w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-28-at-13.27.30.png 828w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 828px) 100vw, 828px\" \/><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Time to experiment a bit!<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">In the <a href=\"http:\/\/portal.azure.com\">Azure Portal<\/a>, navigate to the designated Key Vault, in our case that the previously created <strong>akv-chaos-demo<\/strong> Key Vault. Verify if we have access to the secret that we created in the key vault. This seems to be working, till we execute our experiment.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"839\" height=\"631\" src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32.png\" data-orig-src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32.png\" alt=\"Get started with Azure Chaos Studio - Azure Key Vault secret\" class=\"lazyload wp-image-19009\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27839%27%20height%3D%27631%27%20viewBox%3D%270%200%20839%20631%27%3E%3Crect%20width%3D%27839%27%20height%3D%27631%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32-200x150.png 200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32-300x226.png 300w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32-400x301.png 400w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32-600x451.png 600w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32-768x578.png 768w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32-800x602.png 800w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-13.17.32.png 839w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 839px) 100vw, 839px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">In the Portal, search again for <strong>Chaos Studio (preview)<\/strong> in the search bar. Select <strong>Experiments<\/strong> and in this view, select the experiment created. Now we can run this experiment by clicking on <strong>Start<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Get started with Azure Chaos Studio &#8211; Azure Key Vault secret<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When the experiment Status changes to running, we can navigate back to our key vault. If we now select Networking from the left pane, we should see that the firewall is activated, and we can\u2019t access the secret because it is forbidden by the firewall.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"408\" src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-1024x408.png\" data-orig-src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-1024x408.png\" alt=\"Get started with Azure Chaos Studio -experiment running\" class=\"lazyload wp-image-19015\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271024%27%20height%3D%27408%27%20viewBox%3D%270%200%201024%20408%27%3E%3Crect%20width%3D%271024%27%20height%3D%27408%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-200x80.png 200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-300x119.png 300w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-400x159.png 400w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-600x239.png 600w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-768x306.png 768w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-800x319.png 800w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-1024x408.png 1024w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-1200x478.png 1200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46-1536x612.png 1536w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.13.46.png 1660w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"604\" src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-1024x604.png\" data-orig-src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-1024x604.png\" alt=\"Get started with Azure Chaos Studio - Azure Key Vault firewall\" class=\"lazyload wp-image-19017\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271024%27%20height%3D%27604%27%20viewBox%3D%270%200%201024%20604%27%3E%3Crect%20width%3D%271024%27%20height%3D%27604%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-200x118.png 200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-300x177.png 300w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-400x236.png 400w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-600x354.png 600w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-768x453.png 768w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-800x472.png 800w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-1024x604.png 1024w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50-1200x708.png 1200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.14.50.png 1348w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"362\" src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-1024x362.png\" data-orig-src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-1024x362.png\" alt=\"Get started with Azure Chaos Studio - Azure Key vault secret forbidden by firewall\" class=\"lazyload wp-image-19036\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271024%27%20height%3D%27362%27%20viewBox%3D%270%200%201024%20362%27%3E%3Crect%20width%3D%271024%27%20height%3D%27362%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-200x71.png 200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-300x106.png 300w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-400x141.png 400w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-600x212.png 600w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-768x271.png 768w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-800x283.png 800w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-1024x362.png 1024w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1-1200x424.png 1200w, https:\/\/whiteduck.de\/wp-content\/uploads\/Screenshot-2023-03-21-at-14.15.10-1.png 1361w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Congratulations, if you followed along, you successfully executed your first Chaos experiment. Hopefully, there are more to come!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Conclusion\">Conclusion<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Chaos engineering is an important pattern for modern service architecture. It should be adopted to increase resilience for services and minimize service disturbances for customers. With Azure Chaos Studio, no one has an excuse to not do chaos engineering now. The managed service from Azure offers a surprisingly easy and quick way to implement the mythology with existing tooling. For automation around scheduling experiments, you can leverage logic apps as described <a href=\"https:\/\/learn.microsoft.com\/azure\/chaos-studio\/tutorial-schedule\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a> until this feature will be built (hopefully) into Azure Chaos Studio.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ChaosEngineeringwithAzureChaosStudiopart2MeetupAnnouncement\">Chaos Engineering with Azure Chaos Studio part 2 &#8211; Meetup Announcement<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">See the accompanying\u202f<a href=\"https:\/\/github.com\/philwelz\/azure-chaos-studio\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub Repository<\/a> for a full code example and join us on April 27th, when the second part of Chaos Engineering with Azure Chaos Studio takes place. Here we are doing more complex experiments on the Azure Kubernetes Service. Registration for our next virtual meetup is possible via <a href=\"https:\/\/www.meetup.com\/de-DE\/azure-meetup-rosenheim\/events\/291769402\/\" target=\"_blank\" rel=\"noreferrer noopener\">this link<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In case you missed the first part of Chaos Engineering with Azure Chaos Studio, here is <a href=\"https:\/\/www.youtube.com\/watch?v=mN3Luc3eYlc\" target=\"_blank\" rel=\"noreferrer noopener\">the link to the recording on our YouTube channel.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Since it was made publicly famous by Netflix in 2011, the adoption of Chaos Engineering reached a state where even the big Cloud Hyperscalers are offering managed solutions to implement Chaos Engineering within your organization. This blog post will cover the managed solution from Azure and show you how to get started with Azure Chaos <a href=\"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/\"> <\/p>\n<div style=\"color:#ff9900\">[&#8230;]<\/div>\n<p><\/a><\/p>\n","protected":false},"author":18,"featured_media":19107,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_tribe_events_control_status":"","_tribe_events_control_status_canceled_reason":"","_tribe_events_control_status_postponed_reason":"","_tribe_events_control_online":"","_tribe_events_control_online_url":"","footnotes":""},"categories":[104,285],"tags":[113,453,543,538,539],"class_list":["post-19002","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","category-azure-en","tag-azure","tag-azure-en","tag-azure-chaos-studio","tag-chaos-engineering","tag-chaos-engineering-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to get started with Azure Chaos Studio - white duck<\/title>\n<meta name=\"description\" content=\"Never heard about Chaos Engineering? Then read this blog post about - How to get started with Azure Chaos Studio.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to get started with Azure Chaos Studio - white duck\" \/>\n<meta property=\"og:description\" content=\"Never heard about Chaos Engineering? Then read this blog post about - How to get started with Azure Chaos Studio.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/\" \/>\n<meta property=\"og:site_name\" content=\"white duck\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/whiteduckgmbh\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-01T15:33:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-22T09:01:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/whiteduck.de\/wp-content\/uploads\/MicrosoftTeams-image-2-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1706\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Philip Welz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@whiteduck_gmbh\" \/>\n<meta name=\"twitter:site\" content=\"@whiteduck_gmbh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Philip Welz\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/\"},\"author\":{\"name\":\"Philip Welz\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#\\\/schema\\\/person\\\/929490002f525be23cd813f21ae9b986\"},\"headline\":\"How to get started with Azure Chaos Studio\",\"datePublished\":\"2023-04-01T15:33:00+00:00\",\"dateModified\":\"2026-06-22T09:01:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/\"},\"wordCount\":1850,\"image\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/MicrosoftTeams-image-2-scaled.jpg\",\"keywords\":[\"Azure\",\"Azure\",\"Azure Chaos Studio\",\"chaos engineering\",\"Chaos Engineering\"],\"articleSection\":[\"Azure\",\"Azure\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/\",\"name\":\"How to get started with Azure Chaos Studio - white duck\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/MicrosoftTeams-image-2-scaled.jpg\",\"datePublished\":\"2023-04-01T15:33:00+00:00\",\"dateModified\":\"2026-06-22T09:01:34+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#\\\/schema\\\/person\\\/929490002f525be23cd813f21ae9b986\"},\"description\":\"Never heard about Chaos Engineering? Then read this blog post about - How to get started with Azure Chaos Studio.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/#primaryimage\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/MicrosoftTeams-image-2-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/MicrosoftTeams-image-2-scaled.jpg\",\"width\":1706,\"height\":2560,\"caption\":\"Chaos Engineering\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/how-to-get-started-with-azure-chaos-studio\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to get started with Azure Chaos Studio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/\",\"name\":\"white duck\",\"description\":\"Your Partner for Microsoft Azure &amp; AI\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#\\\/schema\\\/person\\\/929490002f525be23cd813f21ae9b986\",\"name\":\"Philip Welz\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/author\\\/philip\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to get started with Azure Chaos Studio - white duck","description":"Never heard about Chaos Engineering? Then read this blog post about - How to get started with Azure Chaos Studio.","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:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/","og_locale":"en_US","og_type":"article","og_title":"How to get started with Azure Chaos Studio - white duck","og_description":"Never heard about Chaos Engineering? Then read this blog post about - How to get started with Azure Chaos Studio.","og_url":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/","og_site_name":"white duck","article_publisher":"https:\/\/www.facebook.com\/whiteduckgmbh","article_published_time":"2023-04-01T15:33:00+00:00","article_modified_time":"2026-06-22T09:01:34+00:00","og_image":[{"width":1706,"height":2560,"url":"https:\/\/whiteduck.de\/wp-content\/uploads\/MicrosoftTeams-image-2-scaled.jpg","type":"image\/jpeg"}],"author":"Philip Welz","twitter_card":"summary_large_image","twitter_creator":"@whiteduck_gmbh","twitter_site":"@whiteduck_gmbh","twitter_misc":{"Written by":"Philip Welz","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/#article","isPartOf":{"@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/"},"author":{"name":"Philip Welz","@id":"https:\/\/whiteduck.de\/en\/#\/schema\/person\/929490002f525be23cd813f21ae9b986"},"headline":"How to get started with Azure Chaos Studio","datePublished":"2023-04-01T15:33:00+00:00","dateModified":"2026-06-22T09:01:34+00:00","mainEntityOfPage":{"@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/"},"wordCount":1850,"image":{"@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/#primaryimage"},"thumbnailUrl":"https:\/\/whiteduck.de\/wp-content\/uploads\/MicrosoftTeams-image-2-scaled.jpg","keywords":["Azure","Azure","Azure Chaos Studio","chaos engineering","Chaos Engineering"],"articleSection":["Azure","Azure"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/","url":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/","name":"How to get started with Azure Chaos Studio - white duck","isPartOf":{"@id":"https:\/\/whiteduck.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/#primaryimage"},"image":{"@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/#primaryimage"},"thumbnailUrl":"https:\/\/whiteduck.de\/wp-content\/uploads\/MicrosoftTeams-image-2-scaled.jpg","datePublished":"2023-04-01T15:33:00+00:00","dateModified":"2026-06-22T09:01:34+00:00","author":{"@id":"https:\/\/whiteduck.de\/en\/#\/schema\/person\/929490002f525be23cd813f21ae9b986"},"description":"Never heard about Chaos Engineering? Then read this blog post about - How to get started with Azure Chaos Studio.","breadcrumb":{"@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/#primaryimage","url":"https:\/\/whiteduck.de\/wp-content\/uploads\/MicrosoftTeams-image-2-scaled.jpg","contentUrl":"https:\/\/whiteduck.de\/wp-content\/uploads\/MicrosoftTeams-image-2-scaled.jpg","width":1706,"height":2560,"caption":"Chaos Engineering"},{"@type":"BreadcrumbList","@id":"https:\/\/whiteduck.de\/en\/how-to-get-started-with-azure-chaos-studio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/whiteduck.de\/en\/"},{"@type":"ListItem","position":2,"name":"How to get started with Azure Chaos Studio"}]},{"@type":"WebSite","@id":"https:\/\/whiteduck.de\/en\/#website","url":"https:\/\/whiteduck.de\/en\/","name":"white duck","description":"Your Partner for Microsoft Azure &amp; AI","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/whiteduck.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/whiteduck.de\/en\/#\/schema\/person\/929490002f525be23cd813f21ae9b986","name":"Philip Welz","url":"https:\/\/whiteduck.de\/en\/author\/philip\/"}]}},"_links":{"self":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/posts\/19002","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/comments?post=19002"}],"version-history":[{"count":0,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/posts\/19002\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/media\/19107"}],"wp:attachment":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/media?parent=19002"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/categories?post=19002"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/tags?post=19002"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}