Why does one Azure AI Foundry project get a `*.services.ai.azure.com` custom subdomain while another in the same resource group uses the regional `*.api.cognitive.microsoft.com` endpoint?
I have two Azure AI Foundry resources under the same subscription, same resource group, same region (eastus2), both visible in the Foundry portal at ai.azure.com. Their "Azure AI model inference endpoint" URLs differ in structure:
- Resource A:
https://<resource-A-name>.services.ai.azure.com/models - Resource B:
https://eastus2.api.cognitive.microsoft.com/models
Resource A has a custom subdomain matching the resource name. Resource B falls back to the shared regional Cognitive Services endpoint.
Why does one Azure AI Foundry resource get a *.services.ai.azure.com custom subdomain while another in the same resource group uses the regional *.api.cognitive.microsoft.com endpoint?