How to upgrade to Azure Device Update Agent 1.1.0 or later when using the azure-iot-freertos-middleware
According to [the new docs on root key rotations], it is recommended to use the update agent v1.1 It's strongly recommended to adopt Device Update Agent version 1.1.0 or later, which will automatically obtain all future root keys for your devices as…
Azure Function Azure Service Bus Trigger Delay Issues
An Azure Functions app using a Consumption plan has been experiencing significant delays, sometimes taking hours for messages to be handled after being enqueued. The Functions app was not running during these delays, and Application Insights logs have…
Open a form from a button in a different database
I have a form, AAA, in database 111 with a button on it. I want that button to open a form, BBB, in a different database, 222, using vba. Can it be done? If so, how?
SQL query to extract SCOM Agent attributes
We have a requirement to extract the below attributes of a SCOM agent and output to CSV file. Please assist in providing the SQL query to use to query the OperationsManager DB. Name = Device Hostname Class = Windows or Unix Vendor = ‘BLOGGS –…
How to retrieve install status for specific app in Intune Graph API
We have for some time, been using the below to retrieve the install status for a specific app across all devices: https://graph.microsoft.com/$graphApiVersion/deviceAppManagement/mobileApps/$ApplicationID/devicestatuses This no longer seems to work,…
Syncing On-Premises AD User Accounts with Azure AD Connect
There is a need to align on-premises Active Directory (AD) user accounts with Azure AD through Azure AD Connect. The current setup involves syncing a specific Organizational Unit (OU), but the issue arises due to differing domain names. The on-premises…

How to handle connection timeout with Azure Managed Redis + OSS clustering policy + redispy ?
Hello everyone, I was using this code (#1) to setup my redis cluster (OSS clustering policy) connection and handle automatically "MOVE" errors. It was ok, no more "MOVE" errors in comparison to using a single Redis() setup. Given that…
Cannot sign in to Azure portal Error code: AADSTS5000224
Sign-in failed Error code: AADSTS5000224 Error message: AADSTS5000224: We are sorry, this resource is not available. If you are seeing this message by mistake, please contact Microsoft support. Trace ID: c0e4ff35-7b05-4909-94e9-624f93872400 Correlation…
How to fix HybridDeliveryException,Message=An error occurred when invoking java, message: java.io.IOException while merging two parquet files in ADF
We have written a pipeline to copy data from database and merge data to existing parquet file. While doing so, we found following error in the pipeline for merging the parquet file activity. This activity uses copy acitivity of the…
Unable to Delete Azure SCOM Managed Instance Due to Internal Error
I successfully installed SCOM Managed Instance (MI) in Azure. However, when it was time to delete multiple resource groups supporting this project, I did not perform the deletions in the correct order. This may have caused the SCOM MI to generate an…
Unable to Delete an Azure Data Factory Ghost Managed Private Endpoint
I am working to connect an Azure mysql instance to our new ADF and using Managed Private Endpoints to do it. During the testing process, I used the Linked Services GUI to create a link to our Mysql server. Later, I needed to test without the managed…
Azure Ai Document Intelligence with a file on my onedrive on PowerAutomate Desktop
With PowerAutomate Desktop i have no problem analyzing a online document by passing his URL just like in the exemple below. But what is the URL to use when i want to analyse a document on my OneDrive? Exemple: First i get all the file in my OneDrive…
I am trying to create a new Virtual Machine using an existing snapshot/image in Azure. However, I am encountering the following error:
I am trying to create a new Virtual Machine using an existing snapshot/image in Azure. However, I am encountering the following error: Error Message: "Offer with PublisherId: 'eurolinuxspzoo1620639373013', OfferId: 'centos-8-5-free' cannot be…

When I turn on my Windows 10 laptop, PowerShell starts by itself.
Although it is disabled in startup, there are no viruses, and I also checked the hard drive with the command chkdsk C:/f
VM ASR to Specific Country
Can we make ASR for replicating VM to specific country?


MB-330 Certification Exam Replay offer
Good morning. I am in the process to schedule my MB-330 certification exam, and I would like to use the EXAM REPLAY OFFER that is mentioned on the MB-330 documentation. The thing is that I don't find this option when I am trying to schedule the test…
App.Current.GoToAsyn("page") in NET 9 will work ?
Hi, I have MAUI app in .NET 8 . In this MAUI app I used for navigation only : await App.Current.GoToAsyn("new_page") while moving from page to page. Does this will work in .NET 9? Thanks,
SSPR is enabled and configured, when clicking on reset password on a windows 11 lock screen i get the error the sign-in method youre trying to use isnt allowed.
Hi, we are looking at enabling the SSPR feature for our users so they can click the reset button on the lock screen. using my laptop for testing Windows 11 Pro version 24H2 OS build 26100.3194 Microsoft Entra hybrid joined EMS E5 license I…
Important notice: Three-year reserved instances for D, Ds, Dv2, Dsv2, and Ls series VMs can no longer be purchased or renewed
current_reserv.JPGI received an email with the subject: "Important Notice: Three-Year Reserved Instances for D, Ds, Dv2, Dsv2, and Ls Series VMs Can No Longer Be Purchased or Renewed." I currently have two reservations that fall under this…
SPA app WITH nodejs backend auth code flow not supported?
We have an SPA with nodejs backend and I see loginRedirect() is for backend to get code and on backend get the access tokens on the server (PERFECT except the full page redirect using an SPA is bad). We then move to loginPopup() but this gives all the…