You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
The k8s version is no longer supported on westus2, making the terraform apply command error out.
To Reproduce:
Follow the First Workload With Bedrock tutorial. The step where one uses the command terraform apply -var-file=bedrock.tfvars you will encounter the error.
Expected behavior:
The k8s version in Bedrock should be updated, or an AKS region that supports the older version should be used in the tutorial, to avoid an error.
Screenshots:
Error after running terraform apply -var-file=bedrock.tfvars
Oldest k8s version supported; from az aks get-versions --location westus2
Describe the bug:
The k8s version is no longer supported on westus2, making the
terraform applycommand error out.To Reproduce:
Follow the First Workload With Bedrock tutorial. The step where one uses the command
terraform apply -var-file=bedrock.tfvarsyou will encounter the error.Expected behavior:
The k8s version in Bedrock should be updated, or an AKS region that supports the older version should be used in the tutorial, to avoid an error.
Screenshots:


Error after running
terraform apply -var-file=bedrock.tfvarsOldest k8s version supported; from
az aks get-versions --location westus2Additional context:
Does this require updates to documentation?:
Yes, in the First Workload With Bedrock.