Verificar problema Convert to Azure role-based access control (RBAC)
Hi, I am currently a owner from a Microsoft subscription. Today I received an email from Azure with this subject: "Immediate action required: Convert Azure classic administrator roles to Azure RBAC roles" If I am currently owner from this…
No e-mail notification for failed backup
Hi, I would love to receive e-mail notifications for failed backup jobs. (VMs are backed up in Recovery Services Vault). In order to achieve that; I configured following: Alert processing rule: Scope: Subscription Filter: Resource Type equals…
Visual Studio will not log in
I've been trying to sign in into my Visual Studio 2022 with my subscribtion, but it's just not happening. If I wait a really long time it asks me to which account I want to sign in, then I can input the password, two factor authentication goes trough but…
Office Pro Plus LTSC 2024 activation
Hi, In October 2024 I have installed and activated an Office Pro Plus LTSC 2024 on my computer. Due to some problems, I had to change the SSD of the computer (computer still the same, SSD only changed). Since that, I cannot more activate my Office Pro…
There is only one document retrieved while performing RAG on azure comosdb for mongodb vcore vector index with azure openAI
I have created and IVF type Index inside the azure cosmos db for mongodb vcore using python on a pdf and applied chunking and overlapping technique its almost 72 chunk inside the collection and I have created a IVG index on the collection with this…
Why is the Microsoft Security Alerts history not visible in Azure Portal?
I received a security alert in my email, but when accessing the Azure Portal three hours later, the alert is not visible. I understand that resolved alerts clear in one hour, but I'm looking for the history to show previous alerts. Is there a way to view…
Will azur map is supporting android SDK
Hi team, Azur map is supporting the Android SDK ? Thank you

Azure network security perimeter with storage accounts and Runbooks
I know this is a preview feature, and I don't know if it will be fixed in the future. The problem arises when you try to secure traffic between Azure serverless runbooks and a storage account. No matter what configuration you use, the runbook will access…
VPN Gateway Active Active Single Internet
VPN active active mode like bow pic is applicable if we only have single internet connection in onprem side? Each connection from azure local network gateway can connected to single public ip address in the onprem?


When will python 3.12 be supported?
Hi, I updated my entire stack to Python 3.12 since the AZ CLI and the functions core v4 now support python 3.12. I discovered though that the Azure Function App platform still doesn't support these. First i got the following warning when running func…
Getting emails from Microsoft Azure about a subscription that does not exist
We get these emails from Microsoft Azure: Immediate action required: Convert Azure classic administrator roles to Azure RBAC roles Convert to Azure role-based access control (RBAC) You're receiving this additional notice because you use Azure classic…
Unable to connect to shared enterprise mailbox with python
I'm trying to read and write in a shared mailbox using python code. I'm getting this error after running the code, it opens a page with the error: AADSTS65002: Consent between first party application xxx and first party resource xxx must be configured…
B2C Password Reset flow: how to change the "User Details" heading?
I am using Azure AD B2C and trying to customize heading text for the Password Reset user flow (screenshot below illustrates what I am trying to customize). I want to change the "User Details" string to a custom string. However, I cannot…
Network Policy Server Event ID 4421 - How To Enable RequireMsgAuth and limitProxyState?
Hi Support, We got this Envent ID 4421 warning: RequireMsgAuth and/or limitProxyState configuration is in Disable mode. These settings should be configured in Enable mode for security purposes. See https://support.microsoft.com/help/5040268 to learn…
Availability zone enabled for notification hub even when explicitly disabled
I created a notification hub without availability zone: It started a deployment with zoneRedudancy Disabled: Then it create a notification hub with availability zones enabled: How to deploy a notification hub with the parameter I requested ?
SQL Server 2016-2022 HASHBYTES fails SHA224, SHA256, SHA384, SHA512
These queries should not return null but they two on several machines where I have run them as a test: Is there a fix? I have the latest versions from Windows Catalog Microsoft SQL Server 2016 (SP3-GDR) (KB5046855) - 13.0.6455.2 (X64) Oct 15 2024…

Managing Blazor Server Page State
Hi, I want to know about is there any method or technique available through which we can store our significant variables/maintain the page state in sessions under Blazor Server Pages? We are developing a high level blazor server application which needs…
Single endpoint with multiple routes are not routing traffic as expected
I have an Azure Front Door endpoint which contains two routes, each route has the same domains. The first route will route traffic to my CMS application. The second route will route traffic to my CMS Admin application. Azure Front Door Endpoint: …
Azure file share with Azure ad Kerberos cannot authenticate to domain controller on Hybrid-Entra Joined Device
I've set up and configured an Azure file share with Azure AD Kerberos authentication. When attempting to mount the drive on a hybrid-Entra joined device that is not on our domain network it fails with the below errors. If I mount using CMD I get:…
Identify the process (PID and/or img file name) which is trying to access microphone using Media Foundation or other
Hello, I'm trying to create a console app that prints out a notification when a process is trying to access to camera or microphone. I've found MS's Sensor Activity Monitor repo, that uses Media Foundation's IMFSensorActivityMonitor for camera access…