Unsure of how to to use pii detection cognitive skill azure ai resource skills
Hello, I'm quite new to azure so apologies in advance if none of this makes sense. I am having some difficulties with the pii cognitive skill on azure ai (https://learn.microsoft.com/en-us/azure/search/cognitive-search-skill-pii-detection). I was able…
SpeakSsmlAsync Result always Canceled
Hello, I am building a project using Azure's SpeechSynthesizer. SpeechLog.txt I am running into the following problem: when calling SpeakSsmlAsync(ssmlText), the result always has a canceled state, and I am having a hard time understanding why. When I…
How can I get the endpoint to communicate to the OpenAI service, without `APIConnectionError`?
Hello Microsoft community, I have followed step 1, 2 and 3 of the Build a custom chat app with the prompt flow SDK tutorial. ✅ Part 1: Set up resources ✅ Part 2: Add data retrieval to a chat app ❓Part 3: Evaluate and deploy a chat app I…
Authentication Failed When Creating Prompt Flow
I want to create prompt flow in Azure AI Studio. However, I face the following issue: Authentication Failed Unable to access the dag.yaml file with original storage location at Users/MY_USERNAME/promptflow/MY_PROMPT_FLOW/flow.dag.yaml. Please check the…
Is it possible to get Azure OpenAI Model API key through the Rest API?
Can I use the Azure API to get an OpenAI model API key through the REST functionality that exists currently?
Azure AI Studio Model Catalog list is empty
The model catalog list is just empty. Seems like a bug. There is no way for me to create a support ticket as well. Why is azure so bad to use?
Are we allowed to record videos of the avatar's responses (Asure Text to Avatar AI) and use them repeatedly without needing new API calls, or if this would violate the abuse monitoring policy and usage rights.
Therefore, we would like to confirm if: We are allowed to record videos of the avatar's responses and use them repeatedly without needing new API calls, or if this would violate the abuse monitoring policy and usage rights. If this practice is…
url retured as null to HTTP POST
Hi, URL field in the POST HTTP request is returned null when I call on GPT 4o deployed in Azure AI Studio on my Azure AI search Index. This is despite the Index in Azure AI studio showing I've mapped url to a DocUrl ( custom field created to map to…
Inconsistent Response Quality Between Chat Interface and API Using the Same Instructions
Hi Support Team, I hope you are doing well. I am reaching out to ask why we are experiencing differences in response quality when using the same instructions in the chat interface versus the API (via assistant ID). Below is an example to illustrate the…
Azure AI - Language Studio – Data Labeling – Auto-label with GPT option - Failed job - Missing error details
I want to create a capability to identify some custom business text value from files using Azure AI. So I created a project in Azure AI - Language Studio and uploaded my files into an Azure Storage Account Container. The wizard started with data labeling…
Fail to deploy chatbot from Azure AI Studio
I am targeting to deploy a RAG chatbot as web app through azure AI studio and Web App service. The machine successful to start but application keep response status 500 internal server error. After checking the application log, i found following error…
Composite Index for Items in Azure CosmosDB Container
Hello Community, I am trying to create a container in my Azure CosmosDB account. I have enabled the Vector Preview feature for my container. I have a data that looks like this: - {"id": "6", "Context": […
Azure AI Studio Deployed Web App Can't Generate Response
I followed instructions here: [https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/deploy-chat-web-app](https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/deploy-chat-web-app ) so that I could test my web app enterprise chatbot. I get…
Azure AI Studio - No Models
Hi, in AI Studio under Model Catalog it has started to display this - no results found, there seems to be a Collection filter 'Curated by Azure AI' which does not allow access. Same under Chat, create Deployment. Is there a wider issue here ?
App Service delegated permissions to Azure OpenAI and Document Intelligence
My webapp runs in an App Service configured with EasyAuth. The webapp is registered on the identity platform through an App Registration. The webapp uses the APIs for Document Intelligence and Azure OpenAI Service. I'd like for the webapp to acquire…
500 Internal Server Error coming while hitting azure invoice sync analyse endpoint
while we are trying to hit azure invoice sync endpoint we are getting a 500 internal server error with the following error logs in azure-invoice pods endpoint -> curl -v -X POST…
How to train vehicle recognition model
Any pre-trained models that do vehicle recognition (Make, Model, Color)?, if not which is the best approach to train a model, Through Azure AI services or provision a computing instance that will train?
Azure AI Studio -> Deploy to CoPilot Studio (Preview)
Hello, we deployed an Azure AI Search resource to crawl and index a set of custom documents residing in a dedicated Azure Blob Storage. The resource is working as intended, in fact in OpenAI Studio, in the dedicated playground i get what's intended once…
Creating an automated ML endpoint service, calling with an error
Follow the "Tutorial: Training a Classification Model in Azure Machine Learning Studio with No-Code AutoML" to create the endpoint service, sample Python code call, and error message. {"message": "An unexpected error occurred in…
Structured Output in gpt-4o-mini
I was attempting to test the structured outputs feature from this article, specifically the MathReasoning example: https://platform.openai.com/docs/guides/structured-outputs/introduction I was using the gpt-4o-mini deployment from Azure AI Studio and…