Unable to Sign In to Azure Account with Lost Device
I previously created an Azure account an set up 2FA on a Microsoft Authenticator using a device which is now lost. I am unable to get into my Azure account, been trying for a month now. What do I do, please?
Is Winget repo secure
Hi, I am looking into Winget and I am wondering about security when it comes to the repository. How is the repo secure ? Who is maintaining the packages ? personal or companies ? How often is a packaged updated ? I noticed someone…
Refresh Token API or KMSI-Redirect to /authorise
In the context of an E-Commerce end-user experience with Keep Me Signed In (KMSI) enabled: What is the relationship between KMSI and the Refresh Token API? Should I use the Refresh Token API or implement a silent login? Does silent login redirect to…
Azure Function App - not triggering
Hi, We have a blob trigger-based Function app and about 10 days ago from some reason it's stopped triggering on new files added to the blob container. Or to be more precise it's triggering one or two times a day and sometimes or I don't know if it is a…
How to block quarantine notification ?
Hello. We want to enable quarantine for new mobile devices. Set-ActiveSyncOrganizationSettings -DefaultAccessLevel Quarantine The problem with this command is that the rule applies to all devices that are already connected. So to prevent existing devices…
Windows server Activation problem
Hello, i am trying to activate a Windows Server 2019 Standard installation but everything i try is getting a different error message. The key i am using is windows server 2022 std rok from dell, which should work and has in the past. From what i have…
Rag Improvements
Dear all, I am try to improve the quality of my Rag system that is for now composed of a Storage account, an indexer that takes the blobs from such SA, an index and a openAI deployment for chatting (as well as the app interface). I do have…
Azure Files: SMB over Quic - support for DFS-N
Reading up on SMB over Quic to be used with Azure files and wondering how this would integrate with DFS-N in a work from home. Reading a blog with the following statement:"Since the client cannot reach a Key Distribution Center (KDC) over the…
O365 to Exchange 2019 on prem emails stuck
Hi, Have an office 2019 and Office365 hybrid environment. Emails from O365 to exchange on prem getting stuck on O365 side with error Reason: [{LED=450 4.4.317 Cannot connect to remote server [Message=451 4.4.0 Security status IllegalMessage]. Has been…
Building an azure function v2 (python) with a managed identity (User Defined)
I am following the following tutorial on Azure Functions https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-python However when I…
Why I can't import libary azure.storage.blob
When I add the following line into my code of my function app, the whole function app fails to load from azure.storage.blob import BlobServiceClient If I remove the above line, then it works fine. import azure.functions as func import logging from…
How to view .SNP file
I have a number of files in .SNP format, which originally could be opened with the Microsoft Snapshot Viewer which was part of Microsoft Access. I cannot find a safe version of that program to download. How can I view these .SNP files now or convert them…
Why is my account dont have access eventhough I only have this one particular email?
I have problem to add users for member of tenant. The site said I dont have the access and i need to use other account, but I only have one account that I used for my laptop. Can you help me?
The link to the repository points to a different module exercise
https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/exercise does not point to the right repo This question is related to the following Learning Module
batch pool: PoolQuotaReached
I have upgrade my account in Azure. I am trying to create a batch pool but it says "The error message "PoolQuotaReached: Pool quota for the account has been reached" indicates that the number of pools in your Azure Batch account has…
Azure Databricks is not sending email when Databricks Alert condition is met
Azure Databricks is not sending an email to the destination email address when Databricks Alert condition is met, Sometimes this is working and sometimes not.
How to get change Windows Hello pin if unavailable.
A while ago I set up a windows hello pin when it said in the settings that it was currently available. Now I want to change my pin but now when I got to settings it says This option is currently unavailable. Please let me know as soon as possible Kind…
Azure Databricks Workspace: Users are being added to the admins group on their own
We have an Azure Databricks workspace with Unity Catalog enabled. We are using SCIM provisioning to sync some Entra security groups to the workspace so that we can control access to the catalog items. We have noticed that some users are being added…
Error when creating Access Connector for Azure Databricks
So, just created storage, and would like to setup the access connector, and faces the below error. Anyone seen this before ? All insights are very much appreciated
datafactory copy activity with dynamic mapping
Hello, I am trying to modify my JSON pipeline file to use a translator instead of static mapping ... When I statically define the values like: translator": { "type": "TabularTranslator", …