SCSM 2022 and SCOR 2022 Object Update issue with Outlook and Exchange
Hi, After I created a new CI CLASS for Active Directory User on SCSM 2022. Primary SMTP E-Mail Address and run it I have some issue after ruining my Runbook with the following Outlook (disconnected from Exchange) and cannot send e-mails…
Azure TTS Error 404
I get error 404 when trying to fetch the mp3 file via fetch. I am using Node.js in the backend. More details: I created a functionality in my app that creates an XML document containing all SSML tags as specified by Microsoft Azure. Is it possible some…
how to fix file explorer not responding
I am having trouble fixing my file explorer, which is not responding. I have tried all the solutions in the google.
VM Updates Issue
Hello, I'm getting this error in the updates section of the VM. I did research for days now but no solution is helping me, hence if some one can guide me in right direction that would be great. Find the error below: Assessment failed due to this…
serviceAssociationLinks/AppServiceLink
No se pudo eliminar la red virtual ''. Error:…
How to prevent increase quota cli error
All, Am trying to increase quota using the preview api for command interface, however it throws me an error which does not allow me to increase quota ? can someone please help me weather its an authentication issue or something else onnectionError:…
api call hitting api request time out error in azure app service
On my Azure account, I'm using the OpenAI GPT-4 API within an application built with Azure App Service. I’m encountering an issue where the API returns a timeout error after every 2 to 4 messages. However, when I use the same API calls in an Azure ML…
How to Pass Custom Claims from External Authenticator (EAM) to Applications in Microsoft Entra ID?
Description: I have configured Microsoft Entra ID (formerly Azure Active Directory) to use PingOne as an External Authenticator (EAM) for Multi-Factor Authentication (MFA). After a successful MFA, PingOne generates an ID token that includes custom claims…
Microsoft.SqlServer.XEvent.XELite does not disconect when server is unreachable
We are using Microsoft.SqlServer.XEvent.XELite with ReadEventStream to read extended events from our servers. We have a .net code that gets the events for processing and storage. We have an issue where, while we have the connection open, the server may…
How to create a JavaScript code interpreter using custom container sessions
Hi, I would like to know if you have a step by step guide to create a javascript based code interpreter with custom container sessions; currently the one you have available for easy configuration only works for python.
Getting "00000003-0000-0000-c000-000000000000" Audience in Access token which was expected to be "https://graph.microsoft.com"
I am encountering an issue while trying to acquire an access token using the SharePoint Online API. The expected audience for the token is 'https://graph.microsoft.com', but I am receiving token '00000003-0000-0000-c000-000000000000' instead. Request…
How I can see criticality level of subscription in Azure sentinel
Generally, we can configure criticality level of subscription in Azure portal so how we can see such information in Azure sentinel logs.
Disabling OneDrive Access and Removing Data for Specific Users via PowerShell
I would like to explore options for deleting specific users' OneDrive data using a PowerShell script. I have around 1500+ active users with OneDrive access, and I want to disable OneDrive access for around 500+ specific users and remove the files from…
Unregistered Windows Hello for Business accounts cannot connect to AzureAD participating PCs via RDP
Case1 is no problem at all, I can make RDP connection. Case 2 is no RDP connection. Case1 WindowsHello for Business (WHfB) with PIN registered account PIN----[ok]--> AADJ PC (AzureAD Joined PC) Case2 Windows Hell for Business unregistered…
Azure App Service Blocking WebSocket Requests
I am trying to deploy a WebSocket for my application on Azure App Service. My application uses Next.js 14 with the App Router, and I have built a separate server to handle upgrade requests. // server.ts // run server by // `tsx server.ts` const dev =…
Why is Immersive Reader not available in the modules?
Why is Immersive Reader not available in the modules? This question is related to the following Learning Module
Learn portal not updated on AZ104 exam. Portal not showing any details
I have completed my Microsoft Examination AZ104 through Pearson VUE on 1st November 2024. After the exam it immediately said I had passed the exam. However I cannot find any information on my exam and have not received any email or certification till…
$count=true not working as expected on /sites
What When calling https://graph.microsoft.com/v1.0/sites?$count=true with the header ConsistencyLevel: eventual, the @odata.count always equals $top or the amount of sites returned instead of the total amount of sites. This behavior does not match the…
Export multiple calendar to pdf or exel
Hello, I would like export multiple calendar from my coworker to a pdf or excel every friday for the next week. Actually the calendar is an excel sheet and we want to switch to outlook (2013) calendar but I don't find this feature I would like to print…
How can I fix a container that fails to start in Azure App Service?
We are using NestJS for our back-end service, which has been running reliably for the past three years with the start command npm run start:qa and App Service Node version 20. I typically deploy the code using VS Code’s remote service, but the latest…