Skip to content

Commit c6403b7

Browse files
author
naman-msft
committed
added new docs
1 parent 7c4751c commit c6403b7

File tree

4 files changed

+28
-32
lines changed

4 files changed

+28
-32
lines changed

scenarios/AKSPricingTiers/aks-pricing-tiers.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ az group create --name $RESOURCE_GROUP --location $REGION
5252

5353
Results:
5454

55-
<!-- expected_similarity=0.3 -->
56-
5755
```output
5856
{
5957
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/aks-rg-xxx",
@@ -109,8 +107,6 @@ az aks create \
109107

110108
Results:
111109

112-
<!-- expected_similarity=0.3 -->
113-
114110
```output
115111
{
116112
...
@@ -140,8 +136,6 @@ az aks create \
140136

141137
Results:
142138

143-
<!-- expected_similarity=0.3 -->
144-
145139
```output
146140
{
147141
...
@@ -196,8 +190,6 @@ az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --tier free
196190

197191
Results:
198192

199-
<!-- expected_similarity=0.3 -->
200-
201193
```output
202194
{
203195
...
@@ -219,8 +211,6 @@ az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --tier stand
219211

220212
Results:
221213

222-
<!-- expected_similarity=0.3 -->
223-
224214
```output
225215
{
226216
...
@@ -243,8 +233,6 @@ az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --tier premi
243233

244234
Results:
245235

246-
<!-- expected_similarity=0.3 -->
247-
248236
```output
249237
{
250238
...
@@ -268,8 +256,6 @@ az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --tier stand
268256

269257
Results:
270258

271-
<!-- expected_similarity=0.3 -->
272-
273259
```output
274260
{
275261
...

scenarios/CSEErrorsAKS/cse-errors-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ Set up your custom Domain Name System (DNS) server so that it can do name resolu
110110
export API_FQDN=$(az aks show --resource-group $RG_NAME --name $CLUSTER_NAME --query fqdn -o tsv)
111111
112112
az vm run-command invoke \
113-
--resource-group $NODE_RESOURCE_GROUP \
113+
--resource-group $RESOURCE_GROUP \
114114
--name $AVAILABILITY_SET_VM \
115115
--command-id RunShellScript \
116116
--output tsv \
117117
--query "value[0].message" \
118118
--scripts "telnet $DNS_IP_ADDRESS 53"
119119
az vm run-command invoke \
120-
--resource-group $NODE_RESOURCE_GROUP \
120+
--resource-group $RESOURCE_GROUP \
121121
--name $AVAILABILITY_SET_VM \
122122
--command-id RunShellScript \
123123
--output tsv \

scenarios/NATGatewayAKSCluster/nat-gateway-aks-cluster.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ az group create --name $MY_RG --location "eastus2"
4040

4141
Results:
4242

43-
<!-- expected_similarity=0.3 -->
44-
4543
```output
4644
{
4745
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroupxxx",
@@ -150,8 +148,6 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
150148

151149
Results:
152150

153-
<!-- expected_similarity=0.3 -->
154-
155151
```output
156152
{
157153
"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroupxxx",
@@ -180,8 +176,6 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
180176

181177
Results:
182178

183-
<!-- expected_similarity=0.3 -->
184-
185179
```output
186180
/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroupxxx/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myNatClusterIdxxx
187181
```
@@ -199,8 +193,6 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
199193

200194
Results:
201195

202-
<!-- expected_similarity=0.3 -->
203-
204196
```output
205197
{
206198
"publicIp": {
@@ -238,8 +230,6 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
238230

239231
Results:
240232

241-
<!-- expected_similarity=0.3 -->
242-
243233
```output
244234
{
245235
"etag": "W/\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"",
@@ -274,8 +264,6 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
274264
275265
Results:
276266
277-
<!-- expected_similarity=0.3 -->
278-
279267
```output
280268
{
281269
"newVNet": {
@@ -312,8 +300,6 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
312300
313301
Results:
314302
315-
<!-- expected_similarity=0.3 -->
316-
317303
```output
318304
/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroupxxx/providers/Microsoft.Network/virtualNetworks/myVnetxxx/subnets/myNatClusterxxx
319305
```
@@ -335,8 +321,6 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
335321
336322
Results:
337323
338-
<!-- expected_similarity=0.3 -->
339-
340324
```output
341325
{
342326
"aadProfile": null,

scenarios/metadata.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,32 @@
19291929
"configurableParams": []
19301930
}
19311931
},
1932+
1933+
1934+
1935+
1936+
1937+
1938+
1939+
1940+
1941+
1942+
1943+
1944+
1945+
1946+
1947+
1948+
1949+
1950+
1951+
1952+
1953+
1954+
1955+
1956+
1957+
19321958
{
19331959
"status": "active",
19341960
"key": "IstioPerformanceAKS/istio-performance-aks.md",

0 commit comments

Comments
 (0)