Hello @Cloud Course 202526 ,
Hope you're doing well!
Thanks for reaching out to Microsoft Q&A.
I understand you’re receiving the error “Cannot create more than 0 IPv4 Basic SKU public IP addresses for this subscription in this region” while deploying the cloud service.
1)Please check the current Public IP Quota for the region in your subscription. You can follow these steps to check the Public IP addresses usage from the portal.
Navigate in Azure Portal: Azure Portal → Subscriptions → [Your Subscription] → Usage + quotas → Provider → [Networking] → Region → [Your Region] → Filter by "Public IP addresses" and the Region
Check the quota for Basic IPv4 Public IP addresses in the specific region where you are deploying your resources.
Note: Kindly let us know if the above helps or you need further assistance on this issue.
2)Switch to Standard SKU Public IPs (Recommended)
The error indicates that the subscription cannot create any more Basic SKU IPv4 public IP addresses in the selected region. This is likely due to Azure’s ongoing retirement of Basic SKU IPs. https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-basic-upgrade-guidance
Recommend the customer to:
- Modify the deployment template or configuration to use Standard SKU public IPs instead.
- Standard SKU IPs offer better availability, security, and zone redundancy.
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.