oracle/weblogic-azure

AKS offer: not able to select Node Size in WestUS

galiacheng opened this issue · 3 comments

Description: Not able to select Node size from Azure Portal when selecting region WestUS.

Offer: WLS on AKS
Reproduce steps:

image

Expected result: Node size should be able to select in WestUS.

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

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.

image