Defender for DNS covered under Defender for Server plan 2?
Defender for DNS now shows "deprecated" and ask if you would want to switch to Defender for Servers plan 2. The documentation related to Defender for DNS shows this update: As of August 1 2023, customers with an existing subscription to…
Azure Update Manager Keeps Trying to reinstall Extensions then Agent Freezes
Hi all, I have been trying for months to get Azure Update Manager to run reliably to patch on prem servers but am not having much luck. All the servers are running the latest agent however every day random servers will show "No updates data"…
Custom Sort in ms list with Group By
In Microsoft lists is there a way to custom sort with Group By?
java.lang.NoClassDefFoundError: com/azure/storage/common/policy/StorageBearerTokenChallengeAuthorizationPolicy
Hello I am using a spring boot Java application to upload files into data lake but I am getting below error when trying to run the application Caused by: java.lang.NoClassDefFoundError:…
How to Automatically Remove "You don't often get email from" Text in Reply/Reply All on EXO
I'm looking for a way to automatically remove the "You don't often get email from" text when a user replies or replies all to an email in Exchange Online (EXO). This text appears because I've enabled the "first contact safety tip"…
Login is not working
Login is not working The situation is as follows Sign up with id@domain name Sign up with an organization account Register a secondary authentication mobile phone Change mobile phone Not authenticated Authentication initialization is not working…
How to extract URL from email body using JavaScript and Regex?
I am posting this for the third time because for the last two times, I had an issue with getting the right Regex (ECMAScript) for the URL that I was trying to convert (from email body), but it appears that this Regex should be good one as I verified with…
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…
How to enable CORS issue in Azure AI document Intelligence when connecting from dJango API with HTTPS
I have create Azure AI with document intelligence for PDF extraction. The paid resource have been created in EastUS region and integrating with Pyhon Django API. Working: Python Django API hosted in IIS with http binding. hence the PDF extracation is…
A verification error occurs when logging into Outlook (mobile phone)
登入手機outlook出現驗證錯誤(地端exchange)請問是什麼問題,該如何解決
Logic apps workflow history disappearing
I am having an issue in a logic app that I am building for a client. It is a standard logic app running in Australia East. The issue is that since Monday, once or twice a day, all off the history against a workflow will disappear. When this happens,…
If I have an executable file, how should I execute it in a long path
I have enabled the long path support configuration for Windows, but still cannot execute the. exe file in a long path. What should I do
Custom Translator Portal generic error message when trying to delete or upload files, even for creating workspaces
Good day, I’m a new user of the Custom Translator Platform. I briefly used it for the first time, including document uploads for model training, and everything went smoothly. However, when I logged in two days later to continue, I encountered repeated…
Which approach incur less cost in the Azure Logic Apps (Standard Tier) - Azure Landing Zone Subscription.
Earlier, we have 4 Logic Apps in Consumption Model which incurs minimal cost for hundreds of executions and connectors count per logic app might around 25 to 30. Now, We are migrating to Azure Landing Zones Subscriptions (Private Network / Virtual…
Speech service SDK usage and issues
I am trying to connect the Azure Speech with my Azure OpenAI so that I have the option to use Azure OpenAI to ask queries either by text or voice method. Currently, I have issues with connecting the Azure AI Speech with my backend which is node.js. I am…
Azure AI studio trying to deploy whisper model into S0 region but not an option
I'm trying to deploy a new model into our exisitng azure openaI resource located in australiaeast(s0). According the microsoft docuemtnation the whisper model is avaialbe in this region. see below screen shot of the region being unselectable with (no…
What happens after I enable any RBAC Role as PIM enabled role?
I have a question on PIM (Privileged Identity Management). Let say, Users A, B, C, D, E have Reader role on subscription ABC right now. This is standing permanent access before enabling PIM. Now, we enable PIM, enable on this ABC subscription on this…
Could not load resource. Please ensure no mistakes in the JSON and that referenced resources exist.
Dear experts, I successfully created a data flow 2 weeks ago, and until then, I was able to edit it.. However, this Monday morning, I noticed that I can no longer edit it. When I try to open the data flow, I encounter the following message: “Could not…
Azure Notification Hubs - Dropped Android FcmV1TemplateRegistration
Using the this REST API to retrieve list of Android FcmV1 registered devices on Azure Notification Hub. https://[my_namespace].servicebus.windows.net/[my_hub]/messages/?api-version=2015-01 Works perfectly, here is example of an FcmV1 registered device in…
Retrieving an access token with managed credential
I've been working on letting my web app to submit text translate request to my azure translator service with managed identity. Following the translator v3.0 document:…