You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/chaos-studio/chaos-studio-private-networking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ VNet is the fundamental building block for your private network in Azure. VNet e
16
16
17
17
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. To configure VNet injection:
18
18
19
-
1. Register the `Microsoft.ContainerInstance` resource provider with your subscription (if applicable).
19
+
1. Register the `Microsoft.ContainerInstance`and `Microsoft.Relay`resource providers with your subscription (if applicable).
20
20
21
21
```bash
22
22
az provider register --namespace 'Microsoft.ContainerInstance' --wait
0 commit comments