oracle / weblogic-azure

This project offers support for running Oracle WebLogic Server in the Azure Virtual Machines and Azure Kubernetes Service (AKS)
Universal Permissive License v1.0
9 stars 19 forks source link

AKS offer: not able to select Node Size in WestUS #292

Closed galiacheng closed 7 months ago

galiacheng commented 9 months ago

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.

galiacheng commented 8 months ago

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 8 months ago

Asked in https://stackoverflow.microsoft.com/questions/386260

galiacheng commented 7 months ago

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