WASdev / azure.liberty.aks

Apache License 2.0
2 stars 8 forks source link

Exclude not supported vm size for AKS and not supported cpu arch for app image; use availability zones per vm size and location #115

Closed majguo closed 3 months ago

majguo commented 3 months ago

This pull request includes a number of changes to improve the application's compatibility with different VM sizes and regions, and to update certain dependencies. The most significant changes include the addition of constraints for certain VM sizes, the removal of hardcoded availability zones, and the update of Azure library version. It targets to resolve #114.

Updates to Dependencies:

Improvements to VM Size Compatibility:

Changes to Availability Zones:

Other Changes:

Tests

Signed-off-by: Jianguo Ma jiangma@microsoft.com