An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hi @Adam Brittain ,
Below are the most common causes and checks:
- Check Azure service health & maintenance
- Go to the Azure Portal > Resource Health for your API Management instance. Any planned maintenance or ongoing platform updates (especially on Developer SKU, which has a single role instance and no SLA) will show up here.
- Visit https://status.azure.com and filter on Australia East to see if there’s an Azure-wide incident or outage in that region.
- Validate your SKU and scale
- If you’re on the Developer tier, it only has one role instance. During platform patching or upgrades, you can see brief interruptions (503s). For production workloads, consider Basic/Standard/Premium (they each provide at least two instances behind a load balancer).
- Test direct connectivity to the gateway endpoint
- From your workstation or a VM in the same network, run curl or Postman against your gateway endpoint (e.g. https://xxxx-xxxx-apim.azure-api.net/). If that also times out or returns 503, it confirms the issue is at the service-side or network boundary.
- If your APIM is in a Virtual Network (internal/VNet)
- Make sure the developer-portal hostname (and management endpoint) resolves to the internal VIP.
- Confirm DNS entries or hosts-file entries are correct and that no recent firewall changes are blocking outbound calls.
- Check custom domains & certificates
- If you recently had a certificate expire or reissued a custom domain, a non-trusted certificate on the management endpoint can cause portal failures. As a quick test you can temporarily remove the custom domain so APIM falls back to its default, trusted endpoint.
References:
- Resource Health alerts & notifications
- VNet common network configuration issues with APIM
- Managed Developer Portal troubleshooting (503 in test console)
- Azure status page
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.