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

Configure Backup Policies missing Ubuntu 24.04 #1381

Open
jbarrancos opened this issue Sep 13, 2024 · 0 comments
Open

Configure Backup Policies missing Ubuntu 24.04 #1381

jbarrancos opened this issue Sep 13, 2024 · 0 comments

Comments

@jbarrancos
Copy link

jbarrancos commented Sep 13, 2024

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:

"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"
  }
]

Suggested solution to the issue

Add new SKU to the policy rules:

{
  "field": "Microsoft.Compute/imageSKU",
  "like": "24_04-lts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant