@@ -26,26 +26,38 @@ landingContent:
26
26
url : chaos-studio-overview.md
27
27
- text : What is chaos engineering?
28
28
url : chaos-studio-chaos-engineering-overview.md
29
- - linkListType : concept
30
- links :
31
29
- text : Chaos experiments
32
30
url : chaos-studio-chaos-experiments.md
31
+ - text : Fault and actions
32
+ url : chaos-studio-faults-actions.md
33
33
- text : Targets and capabilities
34
34
url : chaos-studio-targets-capabilities.md
35
35
- text : Permissions and security
36
36
url : chaos-studio-permissions-security.md
37
-
38
- # Card (optional)
39
- - title : Get started
37
+ - text : Private networking
38
+ url : chaos-studio-private-networking.md
39
+
40
+ # Card
41
+ - title : How-to guides
40
42
linkLists :
41
- - linkListType : how-to-guide
42
- links :
43
- - text : Create a chaos experiment that uses a service-direct fault to fail over an Azure Cosmos DB instance
43
+ - linkListType : how-to-guide
44
+ links :
45
+ - text : Use a service-direct fault to fail
44
46
url : chaos-studio-tutorial-service-direct-portal.md
45
- - text : Create an experiment that uses an agent-based fault with Azure Chaos Studio
47
+ - text : Use an agent-based fault
46
48
url : chaos-studio-tutorial-agent-based-portal.md
47
- - text : Create an experiment that uses an AKS Chaos Mesh fault with Azure Chaos Studio
49
+ - text : Use an AKS Chaos Mesh fault
48
50
url : chaos-studio-tutorial-aks-portal.md
51
+ - text : Shut down all targets in a zone
52
+ url : chaos-studio-tutorial-dynamic-target-portal.md
53
+ - text : Induce an outage on an Azure Active Directory instance
54
+ url : chaos-studio-tutorial-aad-outage-portal.md
55
+ - text : Take down Virtual Machine Scale Set availability zones
56
+ url : chaos-studio-tutorial-availability-zone-down-portal.md
57
+ - text : Emit Experiment Fault Events to Azure Monitor
58
+ url : chaos-studio-set-up-azure-monitor.md
59
+ - text : Emit Experiment Fault Events to App Insights
60
+ url : chaos-studio-set-up-app-insights.md
49
61
50
62
# Card
51
63
- title : Reference
@@ -60,7 +72,18 @@ landingContent:
60
72
url : /rest/api/chaosstudio
61
73
- text : Python SDK
62
74
url : /python/api/azure-mgmt-chaos/?view=azure-python-preview
75
+ - text : .NET
76
+ url : /dotnet/api/overview/azure/resourcemanager.chaos-readme?view=azure-dotnet-preview
63
77
78
+ # Card
79
+ - title : Quickstart
80
+ linkLists :
81
+ - linkListType : quickstart
82
+ links :
83
+ - text : Create and run a chaos experiment using Azure Chaos Studio
84
+ url : chaos-studio-quickstart-azure-portal.md
85
+
86
+ # Card
64
87
- title : Samples
65
88
linkLists :
66
89
- linkListType : sample
@@ -70,4 +93,25 @@ landingContent:
70
93
- text : Onboard resources with an ARM template
71
94
url : sample-template-targets.md
72
95
- text : REST API samples
73
- url : chaos-studio-samples-rest-api.md
96
+ url : chaos-studio-samples-rest-api.md
97
+
98
+ # Card
99
+ - title : Tutorials
100
+ linkLists :
101
+ - linkListType : tutorial
102
+ links :
103
+ - text : Run and manage an experiment
104
+ url : chaos-studio-run-experiment.md
105
+ - text : Schedule an experiment
106
+ url : tutorial-schedule.md
107
+
108
+
109
+ # Card
110
+ - title : Troubleshooting
111
+ linkLists :
112
+ - linkListType : how-to-guide
113
+ links :
114
+ - text : Troubleshoot common issues
115
+ url : troubleshooting.md
116
+
117
+
0 commit comments