Azure / avdaccelerator

AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices
MIT License
331 stars 209 forks source link

[Portal UI] - VM Size selector showing availability for region selected in sessionHostsRegion #554

Closed sindkor closed 9 months ago

sindkor commented 10 months ago

What happened? Provide a clear and concise description of the bug, including deployment details.

During the UI-deployment, two regions are selected. One in the resourceScope-step, and one in the sessionHostsRegion-step. The latter is where the session hosts are deployed to. However, the VM Size selector lists VM sizes available in the region set in the resourceScope.

If I, for example, want to have my management-resources (host pool, application group, etc.) in West Europe, but I want to deploy a host in the HBv4-series I can do that to East US. The sizes of that family, is however, not listed in the size selector. Instead, only VMs available in West Europe are listed.

Please provide the correlation id associated with your error or bug.

No response

What was the expected outcome?

VM Sizes available in the region selected in the sessionHostsRegion are shown in the size selector.

Relevant log output

No response

danycontre commented 10 months ago

@sindkor thanks for the feedback we are checking.

sindkor commented 10 months ago

It seems like this is a limitation in the SizeSelector UI element. It will always use the region selected in the Basics-step. I have been unable to find any way to specify the region it should list for. It at least seems to have been the case in 2021: https://github.com/MicrosoftDocs/azure-docs/issues/78329

moisesjgomez commented 9 months ago

@sindkor @danycontre This issue has been fixed with the latest update. We have added a "scope" value to the size selector pointing at the session host region. Please run again and let us know if you face the same issue.