Skip to content

Commit af9ec83

Browse files
committed
remove bad attribute from AKS profiles.
1 parent f40c711 commit af9ec83

File tree

6 files changed

+2
-9
lines changed

6 files changed

+2
-9
lines changed

articles/aks/cluster-configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ The following deployment uses the ARM template `azurelinuxaksarm.json`.
302302
"count": "[parameters('agentCount')]",
303303
"vmSize": "[parameters('agentVMSize')]",
304304
"osType": "[parameters('osType')]",
305-
"osSKU": "[parameters('osSKU')]",
306-
"storageProfile": "ManagedDisks"
305+
"osSKU": "[parameters('osSKU')]"
307306
}
308307
],
309308
"linuxProfile": {

articles/aks/keda-deploy-add-on-arm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ The following snippet is a sample deployment that creates a cluster with KEDA en
9999
"enableAutoScaling": false,
100100
"vmSize": "Standard_D2S_v5",
101101
"osType": "Linux",
102-
"storageProfile": "ManagedDisks",
103102
"type": "VirtualMachineScaleSets",
104103
"mode": "System",
105104
"maxPods": 110,
@@ -164,4 +163,4 @@ To learn more, view the [upstream KEDA docs][keda].
164163
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
165164
[keda-scalers]: https://keda.sh/docs/scalers/
166165
[keda-sample]: https://github.com/kedacore/sample-dotnet-worker-servicebus-queue
167-
[keda]: https://keda.sh/docs/2.12/
166+
[keda]: https://keda.sh/docs/2.12/

articles/aks/manage-node-pools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ When you use an Azure Resource Manager template to create and manage resources,
499499
"count": "[variables('agentPoolProfiles').agentCount]",
500500
"vmSize": "[variables('agentPoolProfiles').agentVmSize]",
501501
"osType": "[variables('agentPoolProfiles').osType]",
502-
"storageProfile": "ManagedDisks",
503502
"type": "VirtualMachineScaleSets",
504503
"vnetSubnetID": "[variables('agentPoolProfiles').vnetSubnetId]",
505504
"orchestratorVersion": "1.15.7"

articles/aks/scale-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Review the [AKS service quotas and limits][service-quotas] to ensure your cluste
3636
"name": "nodepool1",
3737
"osDiskSizeGb": 30,
3838
"osType": "Linux",
39-
"storageProfile": "ManagedDisks",
4039
"vmSize": "Standard_DS2_v2"
4140
}
4241
]
@@ -61,7 +60,6 @@ Review the [AKS service quotas and limits][service-quotas] to ensure your cluste
6160
"name": "nodepool1",
6261
"osDiskSizeGb": 30,
6362
"osType": "Linux",
64-
"storageProfile": "ManagedDisks",
6563
"vmSize": "Standard_DS2_v2",
6664
"vnetSubnetId": null
6765
}

articles/aks/tutorial-kubernetes-scale.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ The following example increases the number of nodes to three in the Kubernetes c
160160
"osDiskSizeGb": null,
161161
"osType": "Linux",
162162
"ports": null,
163-
"storageProfile": "ManagedDisks",
164163
"vmSize": "Standard_D2_v2",
165164
"vnetSubnetId": null
166165
}

articles/aks/tutorial-kubernetes-upgrade-cluster.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ You can either [manually upgrade your cluster](#manually-upgrade-cluster) or [co
146146
"maxPods": 110,
147147
"name": "nodepool1",
148148
"osType": "Linux",
149-
"storageProfile": "ManagedDisks",
150149
"vmSize": "Standard_DS1_v2",
151150
}
152151
],

0 commit comments

Comments
 (0)