How to overcome file length limitation
Here's the situation, We have users who have backed up their files in OneDrive/SharePoint and have synced the files to their PC and now are unable to open the files in File Explorer which I assume is caused by the 256 characters limitation in…
DevOps deployment of function app to flex consumption
Hello, I have updated my old function app to use the flex consumption plan and I've updated the Azure Functions Deploy task in DevOps to have the flex consumption plan option marked as true, but when I run the deployment it says 'The Deployment Type…
High latency for hosted site from container
hi! I have a problem with high latency despite using premium plans and am not sure how to debug it anymore. Our application structure goes something like this: Linux hosted VM pulls from content provider Contentful, then does a build process on the VM…
How to apply ROPs (Raster Operation) when drawing with GDI+ and do we need to use ROPs with GDI+?
I am doing drawing image to EMF file using GDI+ however I don't see any function of GDI+ related to ROPs. I understand that GDI+ is designed with object oriented thinking and supports high quality graphics. So do we need ROPs when using GDI+?
![](https://techprofile.blob.core.windows.net/images/bpqI_wINOUGg4BYYipkUVA.png?8D827C)
Teams Remote Control - mouse clicks and keyboard not working
When I request remote control in Microsoft Teams (Work or school) screen sharing session, I can control the mouse, but mouseclicks and keyboard are not working. What can I do? It has been asked repeatedly!
Error when connecting to Sql Server using Microsoft Sql Server Management Studio
Hi, Team I got an error when connecting to Sql Server using Microsoft Sql Server Management Studio. There was no problem before. Can you help me find out the reason? The following is the detailed error information TITLE: Connect to Server Cannot…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
How to migrate users data between two tenants
There are two M365 tenants, I am interested in the process of unifying tenants at the stage, which can help or maybe there are ready-made guides? What utilities are used, the main point is how licenses are migrated
Configure a smtp with ACS and Entra for a DotNet C# application
I'm using Azure Communication Service as an SMTP and e-mailing provider. According to the doc, I have set up a Service Principal as a user (with Microsoft Entra) I'm trying to send an e-mail with a .Net C# app. But I keep getting a "5.7.57 Client…
How to deal with the problem: “Error code: Wsl/CallMsi/REGDB_E_CLASSNOTREG”
When I enter "wsl" on the PowerShell, the System prompts, Class not registered Error code: Wsl/CallMsi/REGDB_E_CLASSNOTREG Windows Features Hyper-V: Enabled Virtual Machine Platform: Enabled Windows Hypervisor Platform: Enabled Windows…
Which scope to use with OAuth to MS Fabric
Question: We are using OAuth authentication to a data source in MS Fabric we have an application in our Entra ID tenant. When using the scope https://sql.azuresynapse-dogfood.net/user_impersonation , authentication fails with error: Internal Error…
Why MSDN deprecates the AddWithValue method
I am trying to connect to a SQL Server table and update or register data in a program created in C#. In order to create a program that can take measures against SQL injection and support N prefixes, I am thinking of using the AddWithValue method, a…
MT5210 error when compile xamarin ios project to release
Hi, I wanna to integrate Sipsorcery into my Xamarin iOS app, everything works fine on the simulator. But when I try to compile the Xamarin sample project, I got some errors from VS on my…
Upgrade 24H2 reserved partition error
Hi, we have a lot of win11 23H2 that stuck during 24H2 update with error in System reserved partition, i tried different solutions like: 1)C:\Windows\System32>mountvol y: /s C:\Windows\System32>cd .. C:\Windows>y: Y:>cd…
Outlook for mac not syncing flags to Mail app or Gmail online
I'm using Outlook for mac Version 16.89.3 without license with gmail for my business account. Sometimes I also use my Mail app on my MacBook pro (Sequoia 15.1.1) for the same account. The problem is that when I flag or unflag message in Outlook the…
How do I send transcribed text from speech directly to another endpoint or an azure function from my speech resource?
I am using Azure Speech Service resource to transcribe real time audio from my mic using microsoft-cognitiveservices-speech-sdk. I want to send the transcribed text to another endpoint (or to an azure function through which I can send the text to another…
Azure openai embedding API takes 1.2 sec.. How to reduce this to 200ms
I am using azure openai service. For embedding if i am sending the request continuously then it takes around 200ms. If there is no request sent for 1min, the next request takes 1.2 sec which is high. How to approach this issue??
What TLS extensions/ciphers are required for WolfSSL to connect to Azure EventGrid from an embedded platform?
I am using WolfSSL on an embedded device and am trying to connect to an Azure EventGrid MQTT broker. The Client Hello message from the device is ignored by the server, which responds with a TCP RST packet. The Client Hello includes the following…
ASR replication from on prem to Azure
I am implementing and disaster recovery or mission critical workload VMs in on premise to Azure. Along with the application VM on premise has a VDI infrastructure. I am planning keep few running instances of AVD VMs with published app and VM on the cloud…
Azure AI Search Index Not visible in Copilot Studio
I have connected Azure AI Search to Copilot Studio, and the connection has been successfully established. However, when I try to select the index, it does not appear in the tab and shows a message stating, "No index found" as shown in the…
Missing client certificate
I am using GetHttp2ClientCertificateAsync() to get the client certificate for authentication.When there are a lot of requests, the client certificates is seen to be missing.It is verified that the client does add the certificate for sure.What could be…