Foundry Agent MS Learn Tutorial - Code Interpreter doesn't function
I apologize, I could not find the tag for Microsoft Foundry. I'm following a MS Learn tutorial, and launched this exercise: https://microsoftlearning.github.io/mslearn-ai-agents/Instructions/01-agent-fundamentals.html I completed the exercise…
Azure AI Language
I need an account to learn Azure services
Hi, Dear sir, I want to learn Azure service like AI, Networking and Machine learning etc. Now I need a free account for learning MS cloud services. Pls help me in this regard. Best regards Masud Arefin.
Azure AI Language
AI Search Knowledgebase created in MS Foundry: "An unexpected error occurred. Verify role assignments and network access"
Hi, In MS Foundry, I created a new Blob storage knowledgebase by doing this. When I create an agent to use it, the agent just says "I’m currently having trouble retrieving the latest listings." and the trace says everything was fine When…
Azure AI Language
CLU Model Expiry Date
Hi team! I have a few questions related to the CLU Conversational Language Understanding Models. I have created a few projects under "Language Studio" since 2023. While reviewing them recently, I found there is a "Model Expiry Date is…
Azure AI Language
Azure Open AI Token based calls vs provisioned PTU selection open AI model
Hi i am trying to analyze about 500 000 low resolution image/frames a day through Azure open AI, when i do the costing this could be very expensive and may deplete my monthly tokens do so, i saw that if i use dedicated PTU using GPT 4.1 language model…
Azure AI Language
Licensing Proposal – English–Uzbek / Uzbek–English Dictionary Dataset
Dear Microsoft Team, Dear Microsoft Translator / Azure Cognitive Services Team, My name is Isakov Ulugbek Alimxanovich, the author of a large-scale bilingual English–Uzbek and Uzbek–English dictionary containing over 35,000 fully annotated lexical…
Azure AI Language
Synchronous REST API Call for Azure AI Language Text Summarization
https://learn.microsoft.com/en-us/azure/ai-services/language-service/summarization/how-to/text-summarization?source=recommendations The instruction provided from Microsoft documentation had two steps processes (a POST and a GET). The POST would provide…
Azure AI Language
The Extractive Summarization endpoint from the Language Studio isn't working with an API call.
I'm trying to make use of the Extractive Summarization functionality in the Azure Language Studio by sending an API request. I have tried many variations of the API call, including the example detailed in the "Run the code" section of the…
Azure AI services
Azure AI Language
Azure Language Service doesn't have any response and the AML job keeps running
I created a Text Analytics resource in Language Service, and I can use it normally in the notebook. However, when I query it through an AML job, it doesn’t return any response and the job just keeps running.
Azure AI Language
NLP Applied skills assessment: How to access C:\CLU_Poc and Container/webshop
I have attempted “Azure AI language - Implement NLP solutions on Azure” for the second time and I am always stuck. The instructions always specify that the installation package is in C:\Poc but navigating to this folder from the command line is where I…
Azure AI Language
how do i log in at https://language.cognitive.azure.com/signin-oidc
When I try to log in to https://language.cognitive.azure.com/signin-oidc, the page just refreshes and doesn’t let me log in. I think it must be a problem with the page because I haven’t had this issue with any other Azure resource. I am trying to use it…
Azure AI Language
How to stop the model fingerprint from changing
How can I stop the fingerprint of my deployed base models I have deployed in azure from changing automatically? It has been changing about once a month. There is a "Model version upgrade policy" option when deploying a base model, but I think…
Azure AI Language
RequestDisallowedByPolicy Issue
Hi I am trying to create a new resource on Azure AI Foundry. I have Azure for students account. But whatever region i select i am getting this error- RequestDisallowedByPolicy Can someone please help me with the same
Azure AI Language
What is a sandbox?
I see continue references made to a sandbox, but with no explanation description or an instance of the word that in my limited knowledge as a beginner that connects it to Microsoft or Micrsoft product or process. So, simply - What is a sandbox?
Azure AI Language
When will Inuktitut speech-to-text translation be available?
My research requires Inuktitut speech-to-text translation (not live Inuktitut speech, but recorded speech). Translation is already available for Inuktitut text-to-text, and for Inuktitut text-to-speech. Can you tell me when Inuktitut speech-to-text…
Azure AI Language
How to enforce sentence_count in abstractive summary.
Simple text abstractive summary question from my experiences using the Python SDK and the online language studio tryout. The latter seems to provide much more concise abstractive text summaries as opposed to my efforts with the Python SDK and I am…
Azure AI Language
CognitiveServices Language TextAnalytics API is not working
I have used this package Microsoft.Azure.CognitiveServices.Language.TextAnalytics version 3.0.0 in one of my legacy application. var client = new TextAnalyticsClient(new ApiKeyServiceClientCredentials(cognitiveConfiguration)) { Endpoint =…
Azure AI Language
Url PII Category Type
Hello We've noticed that if both Email and Url are included within the piiCategories array, the email address is successfully being redacted, but the mailto: hyperlink is still visible, so the email address can still be seen on the redacted document if…
Azure AI Language
Azure AI Services CLU: Null Resolutions Block Returned for Quantity.Dimension Entity
Azure AI Services CLU (conversational language understanding) returns a null Resolutions block in results for the built-in Quantity.Dimension entity. This was working normally as of a week or two ago. Other built-in entities return the Resolutions…
Azure AI Language
Azure AI and Elevenlabs
Hallo, I want to use my GPT models hosted in Azure AI with Elevenlabs. For Elevenlabs I need the Server URS in the following Format: https://{your-resource-name}.[openai.azure.com/openai/deployments/{deployment-name}] and I need my Model ID,…