这是indexloc提供的服务,不要输入任何密码
Skip to content

Azure Provider fails to create VM due to deprecated "Basic SKU" Public IP #1938

@DavoBR

Description

@DavoBR

What happened?

When attempting to create/open a new workspace using the Azure Provider, the process fails during the public IP address creation step. The following error message is returned:

"Cannot create more than 0 IPv4 Basic SKU public IP addresses for this subscription in this region."

Image

It appears DevPod is attempting to provision a Basic SKU Public IP. However, Azure officially retired Basic SKU Public IP addresses on September 30, 2025. All new public IP addresses must now be Standard SKU.

What did you expect to happen instead?

The Azure Provider should request a Standard SKU Public IP address instead of the deprecated Basic SKU to ensure compatibility with current Azure policies.

How can we reproduce the bug? (as minimally and precisely as possible)

  • Configure the Azure Provider in DevPod.
  • Attempt to create a new workspace.
  • Wait for the resource creation phase.
  • See error during Public IP allocation.

Local Environment:

  • DevPod Version: v0.6.15
  • Operating System: mac
  • ARCH of the OS: ARM64

DevPod Provider:

  • Cloud Provider: azure

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions