Skip to content

Commit 0f45713

Browse files
committed
Incorporating feedback from Jay and James - fixed chaos provider namespace and removed an unnecessary sentence
1 parent 1e3375a commit 0f45713

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/chaos-studio/chaos-studio-private-networking.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.service: chaos-studio
1010
---
1111
# VNet injection in Chaos Studio
1212

13-
Azure [Virtual Network](../virtual-network/virtual-networks-overview.md) (VNet) is the fundamental building block for your private network in Azure. VNet enables many types of Azure resources to securely communicate with each other, the internet, and on-premises networks. VNet is similar to a traditional network that you'd operate in your own data center, but brings with it additional benefits of Azure's infrastructure such as scale, availability, and isolation.
13+
Azure [Virtual Network](../virtual-network/virtual-networks-overview.md) (VNet) is the fundamental building block for your private network in Azure. VNet enables many types of Azure resources to securely communicate with each other, the internet, and on-premises networks. VNet is similar to a traditional network that you'd operate in your own data center, but brings with it other benefits of Azure's infrastructure such as scale, availability, and isolation.
1414

1515
VNet injection allows a Chaos resource provider to inject containerized workloads into your VNet so that resources without public endpoints can be accessed via a private IP address on the VNet.
1616

1717
## Resource type support
1818
Currently, you can only enable certain resource types for Chaos Studio VNet injection.
19-
* **Azure Kubernetes Service** targets can be enabled with VNet injection through Azure Portal and Azure CLI.
19+
* **Azure Kubernetes Service** targets can be enabled with VNet injection through the Azure portal and Azure CLI.
2020
* **Key Vault** targets can be enabled with VNet injection through the Azure CLI.
2121

2222
## Use Chaos Studio with a private AKS cluster
@@ -29,11 +29,11 @@ To configure VNet injection, use the following steps.
2929
### [Azure portal](#tab/azure-portal)
3030

3131
1. Within the Azure portal, navigate to **Subscriptions**, then **Resource providers** within your subscription.
32-
1. Register the `Microsoft.ContainerInstance` and `Microsoft.Relay` resource providers, if they aren't already registered, by selecting the provider and then the **Register** button. Additionally, re-register the `Microsoft.ChaosStudio` resource provider.
32+
1. Register the `Microsoft.ContainerInstance` and `Microsoft.Relay` resource providers, if they aren't already registered, by selecting the provider and then the **Register** button. Additionally, re-register the `Microsoft.Chaos` resource provider.
3333
![Register a resource provider](images/vnet-register-resource-provider.png)
3434
1. Navigate to Azure Chaos Studio and select **Targets**. Find your desired AKS cluster and select **Enable targets**, then **Enable service-direct targets**.
3535
![Enable targets in Chaos Studio](images/vnet-enable-targets.png)
36-
1. Select the cluster's Virtual Network. If the VNet already includes Subnets named `ChaosStudioContainerSubnet` and `ChaosStudioRelaySubnet`, select them. If they don't already exist, they will be automatically created for you.
36+
1. Select the cluster's Virtual Network. If the VNet already includes Subnets named `ChaosStudioContainerSubnet` and `ChaosStudioRelaySubnet`, select them. If they don't already exist, they'll be automatically created for you.
3737
![Select the VNet and Subnets](images/vnet-select-subnets.png)
3838
1. Select **Review + Enable** and **Enable**.
3939
![Review the target enablement](images/vnet-review.png)
@@ -132,7 +132,7 @@ Now your private AKS cluster can be used with Chaos Studio! Use the following in
132132
133133
## Limitations
134134
* VNet injection is currently only possible in subscriptions/regions where Azure Container Instances and Azure Relay are available.
135-
* When you create a Target resource that you'll enable with VNet injection, you need `Microsoft.Network/virtualNetworks/subnets/write` access to the virtual network. For example, if the AKS cluster is deployed to VNet_A, then you must have permissions to create subnets in VNet_A in order to enable VNet injection for the AKS cluster. You have to specify a subnet (in VNet_A) that the container will be deployed to.
135+
* When you create a Target resource that you'll enable with VNet injection, you need `Microsoft.Network/virtualNetworks/subnets/write` access to the virtual network. For example, if the AKS cluster is deployed to VNet_A, then you must have permissions to create subnets in VNet_A in order to enable VNet injection for the AKS cluster.
136136
137137
<!--
138138
![Target resource with VNet Injection](images/chaos-studio-rp-vnet-injection.png)

0 commit comments

Comments
 (0)