Windows 10 upgrade to windows 11
i have windows 10 enterprise, when i upgrade to windows 11 will it turn into windows 11 enterprise or pro or will it just be normal windows 11? and will all my desktop shortcuts stay the same or will they be gone?
Windows for business | Windows Client for IT Pros | User experience | Other
Azure VM unable to deploy Error 403 and Conflict
Hello I am really getting very stuck here - I am studying for my DB-300 exam and am trying to build a SQL VM to use the Azure Db backup and do a restore and I keep getting the same error. What I have tried so far: Create the VM (SQL2019 Win…
SQL Server on Azure Virtual Machines
Azure Backup
Azure SQL Database

What is the condition of true == Request.IsAuthenticated ?
Since there are no answers to the questions below, I am asking again. https://learn.microsoft.com/en-us/answers/questions/886680/asp-mvc-httpcontextgetowincontextauthenticationcha.html The problem has gotten worse, and the value of…
Developer technologies | ASP.NET | Other
Any security risks with registering Azure government tenant app on Azure commerical tenant?
We would like to know if there are any security risks with registering a government app on commerical tenant in order to use Single Sign On in our web app for commerical Office 365 logins? Does Microsoft recommend against registering government apps…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
MSAL Mobile Android and Azure AD for US Government
Hi. Does MSAL support authentication for National cloud environments? We are trying to set up Azure AD for a client Android app that must point to login.microsoftonline.us instead of login.micrsoftonline.com and are finding that we're failing the…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Community Center | Not monitored

Standard Logic App with Private Endpoint and vNet Integration - IPs getting Blocked 403 Forbidden
We have a Standard Logic app which has a Private Endpoint address, and vNet Integration turned on. Within the Logic App, there are multiple workflows. For example, one workflow calls an external HTTPS API, which is working properly. Note we have…
Azure Logic Apps
Azure Cosmos DB
Dynamic distribution list -RecipientFilter not working
I use the recipientFilter for DynamicDistributionGroup. Like this: PS> set-DynamicDistributionGroup -identity UserPolicy -RecipientFilter "{((Department -eq 'ourDepart'))}" And i can check this using as below command: PS>…
Exchange | Exchange Server | Development
Windows Hello for business
Even with Windows Hello enforced via policy in Microsoft Intune, users can still sign in via single authentication using their password. I am currently testing if Windows Hello for Business is a viable MFA or Passwordless solution. Is there a way to make…
Microsoft Security | Intune | Configuration
Windows for business | Windows Client for IT Pros | User experience | Other

How to get SSH working w/Azure Web App For Containers (LINUX)
Hello, I have deployed a simple POC Spring boot application to Azure App Service. The application functions as expected. My Problem is that I cannot connect with SSH. I have followed the steps listed here: …
Azure App Service

Repercussion on management group and other subscription if MS Azure blocks one sunscription because of any reason like security
Hi Team, I am in the middle of planning the cloud governance and landing zone on our Azure account. I just wanted to know if MS Azure blocks/blacklists one of my subscriptions because of unwanted access or any security reasons then what would be the…
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
how much truth is there to this theory about avoiding dirty reads in production mission critical reporting?
Hi we run 2019 enterprise. Its been years since i read details on how dirty reads happen. And even then my eyes glossed over. But i've witnessed the problem firsthand so i try to talk customers out of it whenever possible. You know how the…
Developer technologies | Transact-SQL
SQL Server | Other
Microsoft Advertising API: AdPerformanceReport 0 impression data?
Is there a way to return 0 impressions data from the AdPerformanceReport (or any other report type)? Currently, when we request an AdPerformanceReport without requesting Impressions, nothing gets returned (are they required?). When we do request…
Microsoft Advertising API
Extending the size of a single-disk Simple/Fixed storage space?
We are using Storage Spaces on a VMware server, running Windows Server 2019. We didn't need anything fancy like parity or mirroring since the 'disks' in question are all virtual, VMDK files that VMware manages. The only reason I wanted to use Storage…
Windows for business | Windows Server | Storage high availability | Other
Using the timer with the progress bar
hi I use an alarm clock. I convert the alarm time to seconds, if it is an hour, several hours, minutes, etc. I have a simple problem, the progress bar is 100 Value. The number of seconds may be 1000, 5000 or more . How is the…
Developer technologies | C#
IoT Hub x509 Server Certificate won't verify
I am trying to connect to Azure Iot Hub using x509 certificate authorization. I have created the certificates for my device using these instructions: https://learn.microsoft.com/en-us/azure/iot-hub/tutorial-x509-scripts However, the Server…
Azure IoT Hub
Is it possible to have two instances of Azure DevOps?
Under Enterprise Applications > Microsoft Applications I can see Azure DevOps and Conditional Access Policies can be applied. Is it possible to have additional instances of Azure DevOps listed here so that different Conditional Access Policies can…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Disable windows update in windows 10 pro x64 1909
Hello, I would like to know if it is possible to disable windows update on a windows 10 x64 1909. I have to disable it as these machines go into a sandbox to identify any malware and don't need to be updated. Is it enough to create the following…
Windows for business | Windows Client for IT Pros | User experience | Other
Checksum for Sysmon download
Looking for a MD5/SHA1 for Sysmon (and other Sysinternals tools). Otherwise, I'd settle for an archive hosted by the author/MS. Does this exist? (I am not looking for a tool that generates a hash but a hash of the tool itself.)
Sysinternals
Can MDS, DQS and SSIS be used to Consolidate Address records from 7 source systems into one Golden Record?
I have 7 source systems which contain details about the stores of a company. Each store has some core information (address, phone, etc) as well as source-system specific data (manager, tax ID number, etc). I know that I can import the data from all 7…
SQL Server | Other
[Clarifications] Difference between @PartitionKey (Spring annotation) and partition_key_path (Container parameter)
Hi all, I don't understand the difference between partition_key_path that I should set during container creation and the Spring annotation @PartitionKey used when I define an entity in my app. Which is the relationship between the two modes? …