Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell Scripts on HCIBox AKS and VM scenarios use hard coded locations #2885

Open
mikaseitsonen opened this issue Dec 18, 2024 · 1 comment
Labels
HCIBox Jumpstart HCIBox related

Comments

@mikaseitsonen
Copy link

Is your issue related to a Jumpstart scenario, ArcBox, HCIBox, or Agora?
https://arcjumpstart.com/azure_jumpstart_hcibox/AKS and https://arcjumpstart.com/azure_jumpstart_hcibox/RB

Describe the issue or the bug
Configure-AKSWorkloadCluster.ps1 (line 25) and Configure-VMLogicalNetwork.ps1 (line 20) use hard coded locations/regions. If HCIBox is provisioned into supported region other than East US (e.g. West Europe), Azure resources in these scripts are provisioned into a different region.

Expected behavior
All resources within this solution should be provisioned into same region. Either change code so that it takes location from Resource Group location (would it be $location = $env:resourceGroup.location ?) or alternatively modify documentation so that user is instructed to modify location in each file manually. This is already done for Configure-AKSWorkloadCluster.ps1 instructions for modifying $groupObjectID. However, it'd be better not to use hard coded locations in the first place.

Have you looked at the Troubleshooting and Logs section?
Yes

Screenshots
Image

Additional context

@mikaseitsonen mikaseitsonen added the triage issue or feature up for triage label Dec 18, 2024

Hi mikaseitsonen! Thank you for opening this issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on the Arc Jumpstart.

@janegilring janegilring added HCIBox Jumpstart HCIBox related and removed triage issue or feature up for triage labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HCIBox Jumpstart HCIBox related
Projects
Status: No status
Development

No branches or pull requests

2 participants