An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Hello @Martin Horethu,
Thanks for reaching Microsoft Q&A.
I understand you're running into an issue with creating public IPv4 addresses for your Moodle cluster on Azure.
You are encountering IPv4BasicSkuPublicIpCountLimitReached because Azure has set the Basic Public IP quota to 0 for this region or subscription, following the retirement of Basic IPs. The Moodle deployment template tries to create a Basic Public IP, but this is now restricted.
Update the Public IP resources in the deployment template to use Standard SKU with Static allocation. This follows Microsoft’s recommendations and helps prevent quota or policy issues.
If you currently have a Basic Public IP and need to retain the same address, you can upgrade it to Standard but make sure to disassociate it from any resources first and confirm it’s set to
static.
References:
Upgrade Basic Public IP Address to Standard SKU in Azure
Upgrade a public IP address
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.