Redis connection fails with Microsoft Entra for cache authentication
Hello everyone, I’m trying to connect to Azure Cache for Redis (Enterprise tier) using Microsoft Entra ID for cache authentication, but the connection fails. The error message I receive is: 2025-04-18T23:39:49.653148192Z result =…
How to customize the line height of text sent on the Output window?
I’m trying to use ILineTransformSourceProvider to customize the height of the lines sent on the “Output” window: internal class LineTransformSource : ILineTransformSource { public LineTransformSource() { } LineTransform…
event viewer does not have any error logs under application or system
For the past 3 days since the 16th April my windows event logs have no errors logged under Application, Security or system. Usually there are numerous error logs per day. Warning and information logs are still appearing as usual. i have cleared the logs…
Can't access 4.1 models when I try to create a new agent
I can deploy a 4.1 model and it works in the Chat Playground, but when I try to use any 4.1 model with an agent, the UI doesn’t show that model as available. Do I need to change anything on my end?
Lost my 2FA – Unable to Access Azure Account – Requesting Urgent Help
I upgraded to a new phone but the Authenticator app didn't come over and I've lost my 2FA for my account and I'm totally locked out. Our system urgently needs to have important configuration settings changed for deployed services, but we cannot access…
How can I use the Incremental Column property in the Sink activity in Azure Synapse Analytics Data Flow?
I am trying to transfer data from my source table to my destination table within a Data Flow. Since my table contains a large volume of data, I attempted to use the Incremental Column feature shown in the screenshot below by selecting a suitable column…
Unable to delete costly API Managment Service instance - Stuck in 'updating' state.
I am unable to delete a previously created APIm instance, as the service appears to be stuck in a 'updating' state. The updating status has persisted for about 5 hours now. Our account is not designed for long term use of services, and we do not wished…
I couldnt log into my xbox account, did all troubleshooting except for adding and removing ccount, but now that i have removed it, i cant add it back.
I wanted to play some games, but i got an error code like 0x007003b and couldnt log in. I looked this error code up and did all troublshooting. There was make sure connection is stable, update, make it your home xbox type stuff. I saw at the bottom that…
How to get out of the authenticator loop?
I'm stuck in a loop with the authenticator app. It asks me to verify with a notification or code, but I have to be logged in to enter that. But how do I do it if it won't let me in? You said: I have the email and the password, but I can't log in or…
Create TrustFrameworkKeySet is broken since recently
Hello, We've been using the "Create TrustFrameworkKeySet" Graph API endpoint for a couple of years now, but since recently the functionality does not work anymore. The endpoint is:…
Conditional Access Policy Assistance
I would like to create policies through conditional access allowing users to access Microsoft 365 web apps through their browsers but only from specific IP addresses. I want them to also be able to still receive email on their phones from any location…
can no longer access and manage my labs in Azure Lab Services
I'm using Azure Lab Services and using my lab account I was always able to manage my existing labs. But now when trying I'm getting: "This resource was not found. It may have been deleted or is located outside your organization. Please check the…
Attempting to deploy a Container app - Azure API says no.
I am attempting to deploy an Azure Container App via Terraform but the Azure API is returning the following. Can anyone decipher what this means please, or tell me where I can get information on what this issue could be? It's essentially one of the MS…
Can I deploy an Azure Function App directly using Arm Template and make plan type to be Flex Consumption?
I created the data connector for a solution using Azure function, and by default, we are using Consumption as hosting plan. Now we want to make the hosting plan selectable, but when we select Flex Consumption plan and deploy, the deployment was…
Question on support for version mismatch of IotEdge security subsystem and runtime containers (edgeAgent, edgeHub)
Documentation says "While mismatched versions are supported, we haven't tested all version combinations." I know that implies 1.5.0 with 1.5.19 runtime containers is supported, but is 1.0.10 with 1.5 runtime containers supported, just…
Message: failed to register layer: Container ID 1086422 cannot be mapped to a host ID 2025-04-17T22:09:15.030Z INFO - Pull Image failed
From the deployment center in an Azure Function App I tried to pull a docker image from ACR where it gave me the following error: 2025-04-17T22:09:15.020Z ERROR - failed to register layer: Container ID 1086422 cannot be mapped to a host IDErr: 0,…
How to Increase Access Token Lifetime to 24 Hours?
I’m using the following URL to generate an Azure AD access token via Python: https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token The token I get has a lifetime of 3600 seconds (1 hour), but I need it to last for 24 hours. Is there any way to…
excel 2021 to install on wi11---how to do
can I still install a personal copy of excel 2021 on win 11 and if so where to obtain iso for such
Why does my D drive completely delete itself once in a while?
The context is that this has happened two times, about a month from the first time. The way I get it back again is by doing the Microsoft Defender Antivirus (offline scan), it comes back. When I look at the event viewer there are multiple Warnings in the…
How to open COM port whit CreateFileA inside of a class method?
I am using winapi to create a serial connexion with an arduino, I used: HANDLE hSerial = CreateFileA("COM3", GENERIC_READ | GENERIC_WRITE, 0, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0); To open serial port and it returns a valid handle but…