We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: