Azure .NET OpenAPI version 2 has breaking changes
Hi all; Is the new version 2 OpenAIClient and associated classes documented anywhere. All I can find is the 1.0 documentation. And hopefully guidance on how to change my code for the new API. Changes I’ve found (likely many more): Namespace changed…
How to Load a file which is saved using BinaryFormatter.
In our Control, we have used BinaryFormatter serialization to Save and Load. But in Net 9 BinaryFormatter is completely removed. Due to that, we are planned to write our Serialization logic using DataContractSerialization. But we need to deserialize…
How to publish mqtt message to an event grid namespace topic
I want to publish mqtt message to a namespace topic. how do i do that.
Syntax - How to use variable in LIKE clause
Trying to use a variable in the LIKE clause of a SELECT statement. Hope this is simple, but available guidance hasn't worked. As seen below, query works when a "fixed" value is used with wildcard characters, but I haven't managed to get it with…
Enable Kernel DMA protection in Windows 11 with ASUS motherboard
Hi, I need to enable Kernel DMA protection in Windows 11. I own an ASUS motherboard MAXIMUS XIII HERO with chipset Z590. In bios I have already enabled Intel Hyper-V virtualization and VT-d, but DMA protection is still OFF... How can I fix…
Windows app for iOS/ iPad OS to use Cloud PC
Dear Team We would like to bring Cloud PC in our organisation and would like to try using the Cloud PC via iPad. Hence I would like to be part of "windows apps" for iOS and iPad OS. As per this article I should be part of "windows apps in…
How do I get Azure Functions "Easy Auth" to return an app role to the function from a valid JWT token?
I'm having a very difficult time getting an application role to return in an Azure Function I've created. I've successfully gotten a service principal (via a console client that is registered as a separate app) to authenticate. I'm able to make…
Open AI Stream response has issue in chrome, it’s fetching the response at a single shot response
try { setStreamLoading(true); setStreamComplete(false); fetch(API_URL, requestOptions) .then(response => { // eslint-disable-next-line no-undef const reader = response.body.pipeThrough(new…
Why is File.WriteAllText Working in a Blazor Server app, and then why not in a WASM WPA app?
I have a Blazor Server app that I am converting to WASM WPA. The app uses System.IO.File.WriteAllText to create local files. That's working in the Server app running in Chrome (i.e. files are created in directories I select). But it's not working in…
Cancellation Token signal not being received by the application code
looks like there is a limitation as it can be read here https://github.com/dotnet/aspnetcore/issues/20229#issuecomment-623289191 https://learn.microsoft.com/en-us/answers/questions/391343/cancellationtoken-in-controller-endpoint-hosted-in but is there…
Error Code:STATUS_ACCESS_VIOLATION when searching alert rules in Azure Portal in EDGE
Hi, Since KB5039212 was installed I am unable to search within Azure for alert rules where the customer has a sizable number of alerts (e.g. where AMBA has been deployed) If I search within the search bar it errors out with…
Help with redirectUriMismatchError
I have external login for Microsoft setup in my .NET core application. I receiver the error below when I try to register using the external login. I have the HTTPS (not HTTP) Redirect URI setup in Authentication. Why is the error/request showing/using…
How to scale Azure VMSS linux VMs based on custom metric e.g. Memory Utilization?
How to scale Azure VMSS Linux VMs based on custom metric e.g. Memory Utilization? I created a VMSS(manual scale) based on Ubuntu(22.04) Linux VMs. Then I created a Log analytics workspace and configured data collection rules in Azure Monitor by…
Unexplained Failure in Data Flow Flatten Activity Post-May 29th?
Dear Microsoft Support, I am writing to report a persistent issue with an Azure Data Factory data flow that has been failing since May 29th. This data flow was previously functioning correctly without any changes on my end. The failure occurs during the…
Is there a way to "Select All" in column filter in a table visualization?
If I'm looking at a table, I can click a filter button and choose specific column values I want to see, but I cannot find a way to select all. This means it's not possible to say "I want to see everything BUT these" without going through and…
How to connect Access Database to a VB.Net project in VS 2022 using .Net 8.0?
Hi All, I am trying to use .Net 8.0 in Visual Studio 2022; I am unable to use Access Database; the usual way of adding "Data Sources" is not available ( I have been using .Net Framework 4.5 for my projects without any difficulties.) I used the…
Estimating Total Cost for Power BI Service with Azure Storage and SQL Database
Hi, I'm planning to use Power BI Service, and I understand that it is built on Azure, utilizing Azure Blob Storage for data uploads and Azure SQL Database for metadata storage. Could you help me estimate the total cost for these Azure services in…
Troubleshooting Microsoft sign-in issue with OIDC flow for organization/school users
I'm trying to implement sign-in with Microsoft using the OIDC flow in my application. However, when I test with my work account or Microsoft account xxx@microsoft.com, I get error messages saying that the Microsoft account doesn't exist or that the…
Synology Cloud syn to an azure blob hot container curropted files after restore
3 years later now, im using Synology Cloud syn to an azure blob hot container, everything that im downloading from there, even from the official microsoft azure storage explorer app on windows 11 x64, all files in there are corrupted. Not a good thing…
Json formatting not working after SP List update
Hey guys, after a recent update to sharepoint lists my json formatting code stopped working as expected, cant figure out why. Please notice the images bellow to see the diference. Before: After: Here is the code { "$schema":…

