Teams app freezing on iphone
Hello Please i need your help on this issue. Microsoft Teams app keeps freezing on iPhone.
Teams app on desktop is not showing suggested actions
The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…
Error Deploying Azure QuickStart API Builder: SQL Database Unavailable in any location
Hi all, I'm new to azure and am on the free trial and I have been trying to follow this guide to get started on APIs within Azure, https://learn.microsoft.com/en-us/azure/data-api-builder/quickstart-azure-sql. But once I get to deploying the static web…
C# How to sort version number
Suppose we have series of version number stored in List<string>. i need to sort those version number ascending or descending order. i have the done the job this way. my code attached. var ver = new…
Retrieving total total consumed tokens per thread per assistant
Good Day, Is there any REST API to get total consumed token per thread (not per run) at Azure OpenAI assistants, as one the higlighted at the playground
How to Resolve Internal Server Error 500 When Deleting a Range in Microsoft Graph API?
I am encountering a 500 Internal Server Error while trying to delete a range using the following guide: Microsoft Graph API - Range Delete. This API has been functioning correctly for a year, but the issue has arisen today. For reference, here is the…
When will Azure Data Explorer pool for Synapse become GA
When will Azure Data Explorer pool for Synapse become GA
The Retake Test code for the TestScoreCollection tutorial is not working in PowerApp.
I applied this code to the Retake Test button, but all students still have the button. And, when I turn Visible OFF, the button dissapears. If(ThisItem.TestScore = "A" Or ThisItem.TestScore = "B", false,true)
How to enable modules in WSL2?
Hello Microsoft Community, I am using WSL2 to run Linux on my laptop which has windows OS (windows 11). The laptop is the x64-based Acer Swift Edge 16 which features an AMD Ryzen™ 7 7840U-processor. I am trying to enable the following kernel modules by…
Need to Ps1 script for Oracle database client
I want to package the Oracle Database 19c client through PowerShell to deploy it via SCCM. Can you help me create the PowerShell script. https://www.oracle.com/database/technologies/oracle19c-windows-downloads.html
Event Grid Subscription create issue
Deploying Event Subscription: figsflowemail Deployment has failed with the following error: {"code": "URL validation", "message": "Webhook validation handshake failed for…
A Powershell Script to remove Microsoft Teams Classic
Anyone who can share a powershell script that will remove Microsoft Teams Classic? Current script i have is that it will detect if Teams classic is installed then it will proceed to remove. Check if Microsoft Teams Classic is installed $teamsClassic =…
Is there any options to display or hide zero value in shapes?
Is there any options to display or hide zero value in shapes?
How do I insert a dynamic value of Request Body (URL) to call an Azure Function?
This is possibly my 5th time posting a thread in Microsoft Q & A. This is a new post after a Microsoft engineer suggested to create a new thread after we could not figure out. This is previous…
Azure Active Directoy
Hello everyone, how are you? I would like to ask all of you how can I resolve the error in the attached printout?Captura de tela 2024-11-06 192922.png i've tried everything and nothing ):
Migrating from MailEnable to Office 365 Using Staged Migration Process
What are the steps to migrate from MailEnable to Office 365 using the Staged Migration Process while maintaining the same domain? Additionally, what tools and services are supported and available for this migration? The plan is to transition to Microsoft…
Are Azure OpenAI Service Rate Limits Shared Between Deployments?
I have two Azure OpenAI services, one called dev and the other prod, both using the GPT-4 model deployed on UKS with different versions. The prod service has a TPM of 35k and the dev service has a TPM of 10k. While testing, I encountered rate limit…
Bug Report: Mispronunciation of Isolated Hungarian Words in Azure Neural TTS (hu-HU-NoemiNeural), but not in context
Description: The Azure Neural TTS system is mispronouncing specific Hungarian words when using the hu-HU-NoemiNeural voice. The issue affects more than half of the vocabulary words in a recent production run of words (full SSML shared at bottom of this…
System.Exception: The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E)
public Dictionary<Guid, MyClass> _dictMyClass; ... if (_dictMyClass.ContainsKey(gID)) { MyClass myClass = _dictMyClass[gID]; } Occasionally and rarely), the above line throws the following exception: System.Exception: The application called an…
How do I configure the Azure Application Gateway / backend pool to drop requests that are blocked by the WAF as the log file indicate the request was blocked but the script ends up in the database.
requests blocked by the WAF are being forwarded to the backend API servers. How do you configure the backend pool or WAF to drop requests that are blocked by the WAF.