AKS offer: not able to select Node Size in WestUS
galiacheng opened this issue · 3 comments
galiacheng commented
Description: Not able to select Node size from Azure Portal when selecting region WestUS.
Offer: WLS on AKS
Reproduce steps:
- Open https://portal.azure.com/#create/oracle.20210620-wls-on-aks20210620-wls-on-aks from Azure portal.
- Input resource group name and select region WestUS in Basics blade
- Open AKS blade, the node size selection control is gray and not able to select size. See the screenshot.
Expected result: Node size should be able to select in WestUS.
galiacheng commented
Error observed in browser developer tools:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'zones')
at BRszf-QjJduq.js:189:3328
at Array.filter (<anonymous>)
at BRszf-QjJduq.js:189:3172
galiacheng commented
galiacheng commented
WestUS is a region where no zones are defined for any of the disk/virtualmachine resources, this is the reason why the control is "disabled". The current scenario should result in an error state.
UI team has fixed the issue in Pull request 9467718: Size Selector BugFix - Repos (visualstudio.com).
The fix is live, close this issue.

