Open jbarrancos opened 2 months ago
Deployment of VM image Ubuntu 24.04:
Source image publisher: canonical Source image offer: ubuntu-24_04-lts Source image plan: server
Ubuntu 24.04 is outside rules in the policy. The current selection of SKU's are:
"anyOf": [ { "field": "Microsoft.Compute/imageSKU", "like": "14.04*LTS" }, { "field": "Microsoft.Compute/imageSKU", "like": "16.04*LTS" }, { "field": "Microsoft.Compute/imageSKU", "like": "18.04*LTS" }, { "field": "Microsoft.Compute/imageSKU", "like": "*20_04-lts" }, { "field": "Microsoft.Compute/imageSKU", "like": "20_04-lts*" }, { "field": "Microsoft.Compute/imageSKU", "like": "22_04-lts-gen2" } ]
Add new SKU to the policy rules:
{ "field": "Microsoft.Compute/imageSKU", "like": "24_04-lts" }
Details of the scenario you tried and the problem that is occurring
Deployment of VM image Ubuntu 24.04:
Source image publisher: canonical Source image offer: ubuntu-24_04-lts Source image plan: server
Verbose logs showing the problem
Ubuntu 24.04 is outside rules in the policy. The current selection of SKU's are:
Suggested solution to the issue
Add new SKU to the policy rules: