All Questions
Tagged with microsoft-cognitive or azure-cognitive-services
2,620 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
89
views
How can I use web search with GPT on Azure using Python?
I want to use web search when calling GPT on Azure using Python.
I can call GPT on Azure using Python as follows:
import os
from openai import AzureOpenAI
endpoint = "https://somewhere.openai....
0
votes
0
answers
39
views
Azure Speech SDK ConversationTranscriber ends with EndOfStream unexpectedly when streaming WebM audio from browser using websocket
I am streaming live audio from a browser (MediaRecorder → WebSocket) into Azure Speech SDK’s ConversationTranscriber in Python.
The browser records with audio/webm;codecs=opus and sends 100 ms chunks. ...
1
vote
1
answer
36
views
Azure cognitive services - vector index - pipeline fails with EDM.Double to EDM.Single mismatch
I’m integrating Azure Cognitive Search ingestion using a skillset with a custom Web API skill, and an indexer and I cannot get documents to ingest, because of the mismatch in the title. Single ...
0
votes
0
answers
22
views
Not able to access the custom neural voice trained model through API
Im pretty new to the world of Azure, and I have been trying to understand the capabilities of Custom neural voice. After multiple trial and error, I was able to train a model and even deploy it, but I'...
0
votes
0
answers
50
views
Azure AI Search return response_format skillset problem ChatCompletionSkill
I try to create a skill set with detail below
Follow by newest MS docs : https://learn.microsoft.com/en-us/rest/api/searchservice/skillsets/create?view=rest-searchservice-2025年05月01日-preview&...
0
votes
1
answer
57
views
How to improve object judgment accuracy in ASP.NET Core with CustomVision
I'm using the CustomVision in an ASP.NET Core project to judge the objects.
I trained the model with 20 dog and cat images, but the judgement result is useless.
If I present an image, this model only ...
0
votes
0
answers
209
views
Chunks order in Azure AI Search Index with TextSplitSkill
I am trying to split some documents into chunks and be able to figure out the order of the chunks when querying the Search Index for a specific document. I read in the documentation that the ...
0
votes
1
answer
100
views
WebRTC video issue in iOS-Safari browsers
We use Microsoft Avatar service as in below sample. the Avatar video is generated through a TURN server & sent to our app.. In iOS safari browsers alone, on first load only, WebRTC Audio track ...
0
votes
1
answer
1k
views
Unable to connect to Azure AI Foundry AgentsClient
Getting following issue:
[DEBUG] .NET DNS resolution failed: nodename nor servname provided, or not known
[DEBUG] Inner Exception Type: Azure.RequestFailedException
when trying to connect to my Azure ...
0
votes
0
answers
46
views
.NET on macOS: DNS Resolution Fails for Azure CNAME, Works for A Record and System Tools | Azure AI Foundry + AgentsClient
Environment:
MacBook Air (Apple Silicon, arm64)
macOS 15.4.1 (Sonoma)
.NET SDK 9.0.203, .NET Runtime 9.0.4 (osx-arm64)
No VPN, firewall, or security software interfering
DNS set to Google (8.8.8.8)
...
0
votes
0
answers
51
views
DocumentExtractionSkill in Azure Cognitive Search returns null for base64 data from SQL source
I'm encountering an issue with Azure Cognitive Search where the DocumentExtractionSkill is returning null when processing base64 data from a SQL data source. I've set up a skillset that uses a ...
0
votes
0
answers
46
views
Vulnerability Detection Broken in Azure Cognitive Services Images
Posting this here in reference to the Azure AI Services Text Translation image, as documented:
https://hub.docker.com/r/microsoft/azure-cognitive-services-translator-text-translation
If anyone knows ...
0
votes
0
answers
141
views
Azure Document Intelligence: Running shared container
I am using Microsoft Document Intelligence Read Container.
I have multiple instances running and have a shared access for the data, meaing I can send an asynchronous call to container A and retrieve ...
0
votes
1
answer
170
views
Translator Text API endpoint returning 404 code with message "Resource not found" while using VNET in Networking
I have a translator app in azure and it's connected with VNET and an app service which is also connected with VNET both have different subnets but while calling the translate api it's returning
{ &...
-1
votes
1
answer
79
views
Unable to download the exported Azure CLU trained model to expose it to the docker container
I have a Conversational Language Understanding (CLU) project on Azure Language Studio which i want to run as a Docker container on Windows. I am following this recently updated doc for achieving this.
...