Deploying Azure flexible server hangs
Following this page: https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/tutorial-webapp-server-vnet When creating the actual database, the process hangs. It eventually fails after a couple hours with this: The resource write operation…
Identity Validation Failure
I was recently asked to submit documentation regarding my domain invoice and after submitting the required documents I received notice that my identity verification has failed. Does anyone have any advice on how to get validated?
win32 drawing issue
Please help me what am I doing wrong when I try to make a simple animation of a square that moves at a certain coordinate and animated using sin() (All this in a while loop with a delay std::this_thread::sleep_for( std::chrono::milliseconds(1))) …
How to delete ADF Pipeline run history or configure to be deleted after X days ?
Hello, Is there a way to configure ADF Pipeline run history to delete after X days ( say 10 days) ? I'm not able to delete this from UI portal / ADF Studio. How can we delete pipeline run history in ADF ? Thanks, Balaji
How to get localhost to work when doing .NET Web API tutorial
I am working on the following tutorial: https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api I am working on the first part, downloading the tutorial app and starting it using dotnet run. When I run…
How to set Cloud Rolename in Distributed Tracing V2 for Durable Functions
I'm using Azure Durable Functions in node and for observability I added Distributed Tracking V2 by this article https://techcommunity.microsoft.com/blog/appsonazureblog/preview-of-distributed-tracing-v2-for-durable-functions/4039050 Is generating all…
Exchange Hybrid connector validation from o365 to on-prem
We recently setup Exchange Hybrid on Classic mode. Completed without errors. During setup we ensure that the Transport Certificate is valid and we assigned our 3rd party cert. We checked on IIS that "Default Front End" certificates are assigned…
after updates windows 11 new version some applications not working and D partition not access
recently few users system windows 11 new version updated automatically, after that some apps not working and D partition not access. getting some error message pls assist i have used Go Back option then company apps working but D drive datas not…
Online Microsoft Sam TTS Generator
Hello, I came across this website https://www.tetyys.com/SAPI4/ and it says it is Microsoft Sam TTS Generator is an online interface for part of Microsoft Speech API 4.0 which was released in 1998. Is this under copyright? I am wanting to do a film…
how to monitor azure internal load balancer correctly balancing the traffic between VM
how to monitor azure internal load balancer correctly balancing the traffic between VM
AZURE AD POWER SHELL - ERROR WHEN UPDATING SPECIFIC USER ATTRIBUTES WITH CSV
Greetings everyone. I want to update some attributes of all my users in AZURE ENTRA ID by using uploaded CSV file in AZURE CLOUD POWER SHELL. It works fine on some attributes but I have problem with specific attributes like telephoneNumber. When I had…
IPA phoneme for "Herrera" doesn't sound right
Hi, Here's what I'm using for the IPA phoneme for the Spanish name "Herrera." /eˈreɾa/ However, the first "r" isn't rolled and the second "r" sounds like a T. Is there another phoneme element I can use to get the rolled…
Admin options for AVD login
Hello, I have several AVDs that are non-domain joined. What are my options as an admin to log into these AVD's when they're already assigned to other users? I tried assigning myself almost every privileged access there is and host pool level but this…
Wi-Fi throughput drops to zero every 15 seconds for a few seconds and then resumes normally
Wi-fi drops to zero in send and recieve periodically. was happening on a much more infrequent scale ever since I got this pc but since two weeks ago its driving me crazy I know the network can funcion normally and usually does so. but recently its just…
Microsoft Defender Variant
Hello, When we installing windows server or windows workstation, the windows defender is included and this is free of cost. Also when we have office365 subscription there are windows defender also and this is paid version. So what different between free…
How to use llama 3.2 vision with dedicated endpoint
I'm trying to access a Llama 3.2 11b Vision model, deployed on a dedicated endpoint, but the sample code does not work: This is the error on logs: When using azure.ai lib it was not successful either: Any thoughts?
Error : Invitations are blocked for this directory due to suspicious activity
Error message received after initiating a sync (provision on demand) a particular user Export of the object with id = bd6d887f-cf6e-47cb-97f3-7f5e4a1f323e and joining property = [Type: 5, Identity Provider: , Key: 10032003BDAD8E5C] to the Microsoft…
Difficulty Identifying Edited Rules in Azure Firewall Logs via KQL
Hello, community! I'm having trouble identifying specific changes to Azure Firewall rules through KQL (Kusto Query Language). After modifying certain firewall rules, I can see that edits have occurred through the firewall’s logs tab (where it shows a…
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…
tsql sum amount recursively without recursive cte
Hi, I need help creating recursive query to sum up Amounts of all ChildIDs for parent ID=1 node. Table definition and data below. This is for SQL serverless where Recursive CTE is not supported. So left join would do, The table is large and the query…