Recent Discussions
Model Training Data Last Updated Date
Hi. Hoping someone can shed some light on something for me regarding published training data dates. I just deployed a gpt-4.1-nano model. Within the Azure AI Foundry when you are in the Model Catalog area and select the gpt-4.1-nano model it shows that the training data was last updated May 2024. However, after deploying the model (version:2025-04-14) and going into the chat playground and using that model when it was trained to it gives me a response of October 2023. Can someone help me with the discrepancy here? Any I misunderstanding something? I want to make sure we know how current the data if we use a particular model within our application. Thanks. AlanSolved444Views0likes4CommentsIntroducing Azure AI Models: The Practical, Hands-On Course for Real Azure AI Skills
Hello everyone, Today, I’m excited to share something close to my heart. After watching so many developers, including myself—get lost in a maze of scattered docs and endless tutorials, I knew there had to be a better way to learn Azure AI. So, I decided to build a guide from scratch, with a goal to break things down step by step—making it easy for beginners to get started with Azure, My aim was to remove the guesswork and create a resource where anyone could jump in, follow along, and actually see results without feeling overwhelmed. Introducing Azure AI Models Guide. This is a brand new, solo-built, open-source repo aimed at making Azure AI accessible for everyone—whether you’re just getting started or want to build real, production-ready apps using Microsoft’s latest AI tools. The idea is simple: bring all the essentials into one place. You’ll find clear lessons, hands-on projects, and sample code in Python, JavaScript, C#, and REST—all structured so you can learn step by step, at your own pace. I wanted this to be the resource I wish I’d had when I started: straightforward, practical, and friendly to beginners and pros alike. It’s early days for the project, but I’m excited to see it grow. If you’re curious.. Check out the repo at https://github.com/DrHazemAli/Azure-AI-Models Your feedback—and maybe even your contributions—will help shape where it goes next!Solved731Views1like5CommentsAzure ML Studio - Attached Compute Challenges
Hello community, I'm new to ML services and have been exploring the ML Studio the last while to understand it better from an infrastructure point of view. I understand that I should be able to attach an existing VM (Ubuntu) running in my Azure environment, and use this as a compute resource in the ML Studio. I've come across two challenges, and I would appreciate your help. I'm sure perhaps I am just missing something small. Firstly, I would like to connect to my virtual machine over a private endpoint. What I have tried is to create the private endpoint to my VM following the online guidance (https://learn.microsoft.com/en-us/azure/machine-learning/how-to-configure-private-link?view=azureml-api-2&tabs=azure-portal). Both the VM and the endpoints are on the same subnet on the same vNet, yet, it is unable to attach the compute. It seems to still default to the public IP of the VM, which is not what I am after. I have the SSH port configured to port 22 still, and I have tried several options on my NSG to configure the source and destination information (Service Tags, IP address, etc.), but with no luck. Am I missing something? Is attaching an existing VM for compute over a private endpoint a supported configuration, or does the private endpoint only support compute created out of the ML Studio compute section? Secondly, if I forget about the private endpoint and attach the VM directly over internet (not desired, obviously), it is not presented to me as a compute option when I try to run my Jupyter Notebook. I only have "Azure Machine Learning Serverless Spark" as a compute option, or any compute that was indeed created through the ML Studio. I don't have the option to select the existing VM that was attached from Azure. Again, is there a fundamental step or limitation that I am overlooking? Thanks in advanceSolved271Views0likes3CommentsUnderstanding Azure OpenAI Service Provisioned Reservations
Hello Team, We are building a Azure OpenAI based finetuned model making use of GPT 4o-mini for long run. Wanted to understand the costing, here we came up with the following question over Azure OpenAI Service Provisioned Reservations plan PTU units. Need to understand how it works: Is there any Token Quota Limit Provisioned finetuned model deployment? How many finetuned model with Provisioned capacity can be deployed under the plan, How will the pricing affect if we deploy multiple finetune model? Model Deployment - GPT 4o-mini finetuned Region - North Central US We are doing it for our enterprise customer, kindly help us to resolve this issue.Solved729Views1like6CommentsTalking to your relational Database using GPT not just to one table or view, but to multiple v/t
Dear Community, What is the best solution for a chat app that can interact with a relational database, not just limited to a single table or view? Thank you!Solved370Views0likes1CommentResponsible AI
Hi, listed to the recent Responsible AI session at Build. Is it an oversight on MS part that the responsible AI dashboard and score is only in ML Studio and not Open AI studio? What responsible AI tools are available in Open AI studio Content Safety Studio really interested in picking the right tool. many thank steve mesamekiSolved519Views0likes1CommentSemantic search in Azure AI Studio
Hi everyone I've setup an Azure AI Search index that points to a SharePoint library and connected this to Azure AI Studio so a Chat-GPT model can be used to query the documents in the library. This all works fine if I use the Keyword search type in the chat playground, but if I change this to Semantic I get the following error: Semantic Ranker is enabled in my Azure AI Search service instance and all works fine when tested in the search settings in the Azure portal. The error isn't giving me any further information so I'm not quire sure where I can go from here? Any assistance would be gratefully received. Thanks in advance.Solved964Views1like1CommentUpdating the pricing tier of my Azure Search Service
I have been testing out various Teams hosted bots on my Office 365 dev tenant . From a cost perspective I want to use minimal resources so looking to Free tier whilst I develop and test. Is it possible to update the pricing tier (SKU) to free (from Basic), on my search service below, say using the Azure CLI beta ( or Azure PowerShell)? az search service list --resource-group "MyResourceGroup" "name": "???????????-search", "partitionCount": 1, "provisioningState": "succeeded", "replicaCount": 1, "resourceGroup": "MyResourceGroup", "sku": { "name": "basic" }, "status": "running", I can see the "create" command does have the "Sku" parameter but the "update" command does not which is why this doesn't work: az search service update --resource-group "MyResoucegroup" --name ?????????-search --sku free I haven't found a way on the portal either.Solved29KViews1like2CommentsMicrosoft Build: Azure AI Challenge and Azure OpenAI license
In Summary: Several modules is https://learn.microsoft.com/en-au/training/challenges?id=12f32cf8-2cd8-42e1-97dd-001b4a042766 are related to Azure OpenAI Service and they require a license which cannot be obtained for a non-corporate email. Is there some kind of limited "educational" license that allows completing the learning modules? Details: The challenge is https://learn.microsoft.com/en-au/training/challenges?id=12f32cf8-2cd8-42e1-97dd-001b4a042766 and an example module is https://learn.microsoft.com/en-au/training/paths/develop-ai-solutions-azure-openai/. There, in the 2nd unit, it says: > The first step in building a generative AI solution with Azure OpenAI is to provision an Azure OpenAI resource in your Azure subscription. Azure OpenAI Service is currently in limited access. Users need to apply for service access at https://aka.ms/oai/access Unfortunately the license requesting page says - in red - that "Applications submitted with a personal email address (e.g. http://gmail.com, http://hotmail.com, http://outlook.com, etc.) will be DENIED." and it requires your company's details.Solved3.1KViews2likes1CommentImprove SharePoint search result
Hi Community, Our intranet is built on SharePoint Online. I have been looking for ways to improve the SharePoint search result, which is quite poor at the moment. Is it possible to utilise Azure Cognitive Services to build an AI powered search engine? Furthermore, if we could build a Chat bot with Azure OpenAI and deploy to the Intranet, it will not only return better results, but also providing better experience with NLP. Any suggestions are welcome. Thanks all!Solved4.4KViews0likes6CommentsIf parameter "inferencingPassword" in property of topology.json could be removed
An https://github.com/Azure-Samples/video-analyzer-iot-edge-python/issues/27#issue-1030910706 raised in https://github.com/Azure-Samples/video-analyzer-iot-edge-python and would see If parameter "inferencingPassword" in property of topology.json could be removed if authentication of token is not expected to be set for repository in container registry Hi jasonxian , highly appreciate if you would comment.Solved892Views0likes1CommentQnA Maker Metadata
I am trying to add metadata to this, for each question and answer pair, like in the first example: The case is that I can do that in the web, but not programatically, it always takes the last object of the Metadata List. I am refereing to infaq property. Can It be done programatically or Am I doing something wrong? Thanks in advance!Solved1.8KViews0likes1CommentHandling spikes
Hi everyone. Is there a recommended setup to handle spikes? Our search is simple, our index is small (<1GB). We have currently 8 replicas and 2 partitions. But about 2x a day, we have a third party system that hits the search heavly (~30k queries per minute), and we're getting a lot of throttling responses. We have tried different configurations (6 replicas and 2 partitions, 4 replicas and 4 partitions, etc)Solved2.3KViews1like2CommentsRe: Awaiting for activation on Form Recognizer
Hi, We are working on a Custom Train Model and following below article. It throws an error called "awaiting for activation". We are not sure How to activate it and where the custom model store. Could someone help us? https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/quickstarts/client-library?pivots=programming-language-csharp#train-a-custom-model Regards, Balwant.Solved3.8KViews0likes1CommentProducts based on new large models
Microsoft Research has been doing amazing work recently on huge models with DeepSpeed, ZeRO and ZeRO-infinity, and some great language-independent and zero-shot learning research. When will we see those new models applied in speech products, and what is the expected quality of translations?Solved1.8KViews0likes2CommentsAMA - Azure Speech with Teams
Is it possible to leverage Azure Cognitive Speech Services to interface with Microsoft Teams for live, on the fly, speech translation services inside a Teams Meeting? We have use cases where this functionality would be very helpful to interface with members of the public in different languages.Solved2.4KViews3likes2Comments
Events
Recent Blogs
- Observability in Azure AI: From Black Box to Transparent Intelligence If you are an AI developer or an engineer, you can benefit from Azure AI observability by gaining deep visibility into agent be...Oct 10, 202546Views0likes0Comments
- Modern enterprise systems face a simple problem: how to make AI decisions reliable, explainable, and production-ready? This post walks through how the Microsoft Agent Framework structures AI-driven...Oct 10, 2025270Views2likes0Comments