Skip to content

Create VM: Add Azure Linux 4.0 Image #33190

@Alex-AZPS

Description

@Alex-AZPS

Preconditions

  • No need to upgrade Python SDK or the Python SDK is ready.

Related command

az vm create --image azureLinux4

During the VM creation process, support must be provided for creating Azure Linux 4.0 VMs.

Example:
"CentOS85Gen2": {
"publisher": "OpenLogic",
"offer": "CentOS",
"sku": "8_5-gen2",
"version": "latest",
"architecture": "x64"
},

Resource Provider

Microsoft.compute

Description of Feature or Work Requested

az vm create --image azureLinux4

During the VM creation process, support must be provided for creating Azure Linux 4.0 VMs.

Example:
"CentOS85Gen2": {
"publisher": "OpenLogic",
"offer": "CentOS",
"sku": "8_5-gen2",
"version": "latest",
"architecture": "x64"
},

Minimum API Version Required

swagger no need change

Swagger PR link / SDK link

swagger no need change

Request Example

Example:
"CentOS85Gen2": {
"publisher": "OpenLogic",
"offer": "CentOS",
"sku": "8_5-gen2",
"version": "latest",
"architecture": "x64"
},

Target Date

2026-6-1

PM Contact

Julia Blanchard

Engineer Contact

Eric Desrochers

Additional context

No response

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions