Hello,
Welcome to Microsoft Q&A,
As of June 2025, Azure OpenAI Service does not natively support real-time internet browsing or direct access to external URLs for models like GPT-4.1 or GPT-4o, including in the France Central region. This means that, unlike OpenAI's ChatGPT, which has browsing capabilities, Azure-hosted models cannot fetch or summarize live web content out of the box.
While Azure OpenAI models lack built-in browsing, you can replicate similar functionalities by integrating them with other Azure services:
- Bing Search API Integration
- Azure AI Foundry Agent Service with Grounding with Bing search functionality
Supported models in AI foundry Agent - https://learn.microsoft.com/en-us/azure/ai-services/agents/concepts/model-region-support
( Grounding with Bing Search works with all Azure OpenAI models that Azure AI Foundry Agent Service supports, except gpt-4o-mini, 2024-07-18
)
Please Upvote and accept the answer if it helps!!