Move the purpose of the longhaul to a suffix to make it
more clear when hosting multiple LH in the same subscription or
resource group.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: none
Testing done
Deployed a new cluster using the new template:
export SUBSCRIPTION_TO_BE_USED=<insert the target subscription UUID here>
export resourceGroup=aks-longhaul-release
export location=eastus
az account clear && az login --output=none && az account set --subscription ${SUBSCRIPTION_TO_BE_USED} && \
az group create --name ${resourceGroup} --location ${location} && \
az deployment group create --resource-group ${resourceGroup} --template-file ./deploy/aks/main.bicep --parameters deploy/aks/parameters-longhaul-release.json
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
Description
Move the purpose of the longhaul to a suffix to make it more clear when hosting multiple LH in the same subscription or resource group.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: none
Testing done
Deployed a new cluster using the new template:
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: