openai.AuthenticationError: Error code: 401 - {'statusCode': 401, 'message': 'Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have expired.'}
I am trying to run the following code. I have obtained the key and endpoint from my free azure subscription after creating openai resource (see image). I downloaded the code from microsoft page to access api and test it with code below. I checked that…
Can not deploy my model to web app?
When try to deploy my model as web app, I can not select Location and an error says: "Failed to fetch locations: Unable to load available locations for deployment. Please verify that Microsoft.web provider is registered for the selected…
Optimizing Machine Learning / Only process new data
Hi all, I have deployed a small setup through Azure AI Studio and everything is working fine. I am using Azure OpenAI Services (GPT4o-mini). As I add new data to my datastore, I need to update the index accordingly (ideally daily). To do this, I have…
Azure Document intelligence chart comparison for each region
Hi Team, As we are building solutions using Azure Document Intelligence, there are region specific feature change is there. Would like to get the chart comparison for each region what are all the features are disabled.
Azure AI Studio - Prompt flow - "Flow is missing" error
I am trying to create a prompt flow in Azure AI studio, and I keep getting the "Flow is missing" when I try to open the flow after creating it. I have tried all types of flows i.e. standard, chat and evaluation. I am not able to proceed…
How to deloy a chatbot based on OpenAI Assistant
I tried Assistant playground which is quite amazing to have both file search and code interpreter capability. However I cannot find convenient way to deploy it as a chatbot, unlike what you can do on chat playground. Any tutorial to quickly deploy a…
How to get the assistant to use the vector store using Azure OpenAI: OpenAI Assistants client library for .NET
Hi, Seeking help getting the assistant to use the vector store using the library below: Azure OpenAI: OpenAI Assistants client library for .NET - version 1.0.0-beta.4 For some context: I've created a Vector store as well as an Assistant within Azure AI…
Understanding 'openai.assistants.default' rate limits in Azure OpenAI
I noticed in my Azure OpenAI metrics dashboard that there are two distinct rate limit keys beyond my model deployments: 'openai.assistants.default' and 'openAi'. I would like to know what 'openai.assistants.default'/'openai' specifically measures and…
How to fix No connection of type ConnectionType.AZURE_AI_SERVICES found error
I'm attempting to follow the setup for creating a RAG app using this site: https://zcusa.951200.xyz/en-us/azure/ai-studio/tutorials/copilot-sdk-create-resources?tabs=windows After doing the first step, I get this error:…
Unable to Log In to Azure Updates Page
I am trying to log in to https://azure.microsoft.com/en-us/updates to subscribe to updates for the new OpenAI model on Azure (Azure ID=new-openai-model-on-azure). However, every time the sign-in button is clicked, a new tab opens at azure.portal.com…
endpoint: Field required
I have configured the chat scenario as mention on microsoft portal step by step (https://zcusa.951200.xyz/en-us/azure/ai-studio/tutorials/deploy-chat-web-app ) with switching the datasource to read from a word file but when trying to test, I always…
Azure open Ai services not available in specific region.
The project is on Rag implementation on personal data, I have used azure ai search service, azure open ai services: gpt-4o-mini and text-embeddings-3-small model, azure bot service. As for poc i deployed the models in the East US region, but for…
Integration of MS Teams and Python Script
I need to integrate MS teams and Python script. The task is as follows: The user will send his query (it can be through chat or audio call) from the MS Teams to the bot (we need to understand which resource and what is the procedure for the same). The…
Getting 504 Gateway Timeout error after successful deployment.
We are able to deploy the code successfully but are getting a 504 gateway timeout error. Platform logs are as below: INFO - Initiating warmup request to container ds-website-chatbot_0_8017aeb3 for site ds-website-chatbot INFO - Waiting for…
Conflicting retirement date for models
At the Azure OpenAI docs gpt-35-turbo-1106 is stated to be retired "no earlier than March 2025": https://zcusa.951200.xyz/en-us/azure/ai-services/openai/concepts/model-retirements However in Azure OpenAI Studio portal the retirement date…
How to create an OpenAI deployment with adequate resources?
Hi, I cannot figure out how to deploy and OpenAI model with enough resources for us to actually use it outside of testing. We having been using the sponsorship subscriptions and that has been helpful for testing/development, although we do regularly hit…
Implementing File Upload and Analysis with Azure OpenAI
What are the steps to implement a file upload button and analysis feature in a web application using Azure OpenAI just like in ChatGPT? Are there specific limitations or constraints that need to be considered?
Is it possible to use an App Registration from a different tenant to create an indexer in Azure AI Search?
Hi team, I’m working with two separate tenants: Can I configure an indexer in Azure AI Search on Tenant A by leveraging the App Registration keys from Tenant B? Or is it mandatory to use an App Registration from the same tenant where the AI Search…
Issues with Lookup Node in Azure PromptFlow Standard QnA Prompt
I am encountering issues with the lookup node in one of the standard QnA prompts provided by Azure PromptFlow. I was building on top of this drag-and-drop component and noticed the following challenges: Deprecation Warnings: The execution logs include…