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