Serverless warehouse suddenly stops to start up.
Hey All. From today, suddenly we are getting below error while starting a serverless warehouse. Details for the latest failure: Error: Cluster launch timeout. Type: SERVICE_FAULT Code: K8S_DBR_CLUSTER_LAUNCH_TIMEOUT Warehouse details: Type:…
How to Add Custom Properties to the User Object in Microsoft Entra External ID
I've been attempting to use the New-MgSchemaExtension and New-MgUser cmdlets in Microsoft Graph PowerShell to add custom properties to the User object. My goal is to ensure these custom properties are accessible when creating a new external user and…
How to use Azure Communication Service's IVR feature in VoIP calls
For my contact centre, I want to create an IVR for VoIP call queue selection. To do this, I utilise JobRouting to route the work to an available agent who can provide the necessary instructions and flow. Could you perhaps supply me with any…
XLSX files are not found with Microsoft Graph API
Hello, I am using the search query to get all the XLSX files that are present in my share-point. But I am getting in consistent data and sometime my hits come as undefined. Is there a combination to make in my search request body to avoid this…
How to fix Azure App Gw Backend Health Alerts?
Hi @KapilAnanth-MSFT I am seeking clarification regarding a recurring issue with unhealthy backend alerts. Despite the backend being healthy, I am consistently receiving these alerts. Upon investigation, I noticed that the alerts indicate deviations…
How is Organizational data managed in Copilot?
Hey guys, I have a couple of questions on Copilot. When Organizational data is fed into Copilot 365: When organization data is fed into copilot, where is this data being stored? Can the data be accessed outside the Organization? What is the…
Updating Secure LDAP certificate fails.
Hi! When we try to update an expired certificate for Secure LDAP, we get the following error: Write domain service, 'deny' policy action. We have created a policy exemption that should allow changing domain service settings.
How to download the content extracted from a document in a text/csv or pdf format?
Hey all, I am using a sample pdf to extract text from documents. The document has handwritten, tick marks, scanned text and tables. As I run analysis, it is extracting all this information categorized as text, selection marks and tables. So, How can I…
Can we connect ADX to Databricks, without using App Registration.?
I am trying to Access ADX data into Databricks, but failing to configure connection between databricks and ADX. I don't have permissions to use App registration. Is there any way to do with managed identity or any other alternative.
Error when starting a basic azure function app while following Microsoft documentation
I'm following the documentation below to create a basic function using the CLI https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-python?tabs=windows%2Cbash%2Cazure-cli%2Cbrowser When starting function app from the…
Synchronizing Azure AD Users with fresh Windows Server 2022 AD with different domain name
Hello, I am seeking guidance on the best way to synchronize users from Azure Active Directory (Entra ID) to a freshly installed Windows Server 2022 Active Directory, which has a different domain name. Current Situation: I have 180 users currently joined…
Power Automate - Unable to create an OAuth connection - Cannot connect to a data source
As part of training for 'Use process mining in Power Automate web portal' I am trying to import the sample data. When attempting to create a new data source connection I get the following error: "Unable to create an OAuth connection. Reason:…
Unable to connect to laptop's mobile hotspot
The mobile hotspot on my laptop is turned on, but it is not appearing in the list of available networks. As a result, I'm unable to connect to the hotspot with my phone's Wi-Fi. Any suggestions on how to troubleshoot this issue?
SPEECH DELAY, Length of created audio from SSML doesnt match my SSML file
Hello, i am using azure congnite services API where i try to transform SSML into audio which work well expect my sentences doesnt start at the right time for example my last sentence "Do hrnca dáme bravčovú masť?" should start at 35290ms but…
Sharepooint List Export to CSV failing - Rows getting shifted
Hello, I am currently having an issue with my SharePoint list export to a .CSV file. The text delimiter is not properly working while exporting the data. When I open the .CSV file I can see that in a few cases the data is partially shifted to the next…
Azure Synapse analytics with CosmosDB query is giving null values
Hi Team, we are storing data in Azure cosmos db for mongo and trying to query from Azure synapse serverless pool.when we query with Query items with full fidelity schema we are getting the values else we are getting string:value. can you please help us…
Authentication and authorization basics for .us government
Hi, I need to sign in and send email using GRAPH API for US Government. I followed every step from here: https://learn.microsoft.com/en-us/graph/auth/auth-concepts https://learn.microsoft.com/en-us/graph/auth-register-app-v2 …
How to increase subnet size to solve "insufficient Subnet Size" for aks system subnet while upgrading
Hello, We have an AKS cluster configured with the AzureCNI plugin for networking, which means that the pods take IP addresses from the subnet. Currently, there are only 9 IP addresses available, preventing us from updating the cluster. To resolve…
nestjs microservices using grpc to azure kubenertes using the LoadBalancer service
Hello, we have deployed a nestjs microservices using grpc to azure kubenertes using the LoadBalancer service method exposing a public IP from azure. The application itself is running and working, but sporadic we are getting the status code 14 unavailable…
WindowsIdentity.Impersonate does not work on Windows 11
WindowsIdentity.Impersonate does not work on Windows 11. The code example given at below link works well on Windows 10, but throw error that username and password is incorrect on Windows 11. WindowsIdentity.Impersonate Method Windows 10 Build version -…