-
Notifications
You must be signed in to change notification settings - Fork 490
Description
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."
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