u/Franck_Dernoncourt

▲ 17 r/AZURE

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?

reddit.com
u/Franck_Dernoncourt — 5 days ago
▲ 3 r/AZURE

Microsoft's Transparency Note for Azure OpenAI describes a face-blurring preprocessing step applied to image and video inputs. The relevant passage states:

> For inputs to GPT-4 Turbo with Vision, GPT-4o, and GPT-4o mini that contain images or videos of people, the system will first blur faces prior to processing to return the requested results.

The document also explicitly notes two exceptions where blurring is not applied:

  • Computer Use (preview) "does not use face blurring, as it has the potential to obscure UI elements and degrade performance"

  • GPT-image-1 "does not use face blurring"

GPT-5 (and the broader GPT-5 series, including GPT-5.1-Codex-Max) supports vision inputs per the same document's capability matrix, but is not mentioned in either the blurring list or the non-blurring exceptions.

Does the face-blurring preprocessing step apply to GPT-5 vision inputs on Azure OpenAI?

Specifically:

  1. Is blurring applied silently (and the doc just hasn't been updated, as it typical in Microsoft documentation)?
  2. Is GPT-5 in the non-blurring set, similar to GPT-image-1 and Computer Use?
  3. Is there a different mechanism (e.g., the abuse-detection or Guardrails layer) that handles face-related privacy for GPT-5?

I've checked the OpenAI GPT-5 System Card and the Azure model documentation but haven't found an explicit statement either way.

u/Franck_Dernoncourt — 14 days ago