Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Azure Security Defaults
What exactly happens if we turn off security defaults? We want to strengthen our security by adding to the protection given by the defaults but in order to add conditional access policies, we have to disable defaults first.


Open Microsoft Teams link on Linux doesn't work AGAIN in 2023
This problem is back AGAIN in 2023 in Teams version 1.5.00.23861 on Linux (Ubuntu). Invitation links won't open anymore on my desktop app... the "Join On The Teams App" button on the website does NOT work and then quickly redirects to the…


Can't get the correct page to show
Hi there, We are using Bing Custom Search. We have this page on our website which is supposed to show when you search for anything related to "domain costs": https://www.tooltester.com/en/blog/how-much-does-a-domain-name-cost/ But just won't…


After check GetKeyState() in main message loop, application freezes until the second press of the same button
Hello, I need to create stop action event in main message loop.(ListBox after press VK_RIGHT moves down - and I don't want it to happen). Another problem is application freezes until I press right arrow again. What is happening, why set focus on VK_RIGHT…


how to add Script tag nonce in ScriptResource.axd which generated by asp.net form
To resolve the old application security finding by enable Content Security Policy. the old app was using asp.net form, some pages with Control asp:ScriptManager and asp:UpdatePanel, when page load it will auto loading some scripts component inside…


Can't add work profile in Microsoft Intune Company Portal (Google Pixel 7)
Cannot able to add the device Google pixel 7 it's a brand new device personal device but while i was configuring the company portal app it was showing the same error. Even though uninstalled and reinstalled multiple times still showing the same error.
Unable to see the OneNote notebooks after the change in the account name
Hello, I've user whose account name got changed recently, but the email address is not changed. After the change in account name, user is unable to see the prvious changes that were updated in the OneNote. User's OneDrive name changed from…


Azure powershell Error: GenericArguments[0], 'Microsoft.Azure.Management.Compute.Models.VirtualMachine', on 'T MaxInteger[T](System.Collections.Generic.IEnumerable`1[T])' violates the constraint of type 'T'.
Hi There, I am in middle of creating public load balancer to share workload between a couple of VMs. Though, in the initial step itself I've blockade of powershell error. The below snippet throughs error. $as = New-AzAvailabilitySet…


how to extract a set of values from a json array in azure apim policies
this is my input {"DATA":[{"Number":"124345"},{"Number":"jhfgh788934"},{"Number":"tedjb789"}],"STATUS":{"SUCCESS":true,"CODE":""}} Require all…


How to Fetch Log analytics Security pricing details through powershell?
How to Fetch the Security pricing details for the log analytics workspace through powershell????


How to configure Azure App Service so that the cache-busting rewrite rules in our Web Forms app's web.config work?
In our ASP.NET 4.8 Web Forms app web.config file we have following rewrite rule under the


Access restrictions of Tenant in Azure
Hi All, we have bought a SaaS based product which is hosted on Microsoft Azure ( a tenant) this product is going to store work related documents hence we wanted no one should be able to access it from personal laptop ( and download documents ) what are…


Unable to configure E-Mail Account in MS-Outlook due to DNS
Hello, Actually I'm experiencing one issue thing is that I have created one local domain like abc.com with internal DNS server but my internal domain name is same like external domain abc.com. Our sister company they are managing our domain. have…


Is Bing have Api?
Is Bing have Api i need to know about it.


Diagnostic Log - Slow Queries Only on Azure PostgreSQL Flexible Server
Hi We want to log all slow queries on Azure PostgreSQL Flexible Server. We enabled Diagnostic Logs on the PostgreSQL Server and set the log_min_duration_statement to 1000. Now, if we query Diagnostic Logs like this, we get a lot of other queries…
Sharepoint 2019 OnPremise and ADFS authentication loop
Hi, I'm setting up ADFS for Sharepoint 2019 OnPremise. Sucessfully integrated SPTrustedIdentityTokenIssuer with ADFS endpoint. I can also sucessfully login in ADFS test page. I'm stuck on the Sharepoint Sing in page loop after succesful ADFS user logon.…


How do we mock test
How to mock test


how to use where in my order-details?
public class Order{ public int Id{get;set;} public int UserId{get;set;} public DateTime CreateTime{get;set;} public List<OrderDetail>OrderDetails{get;set;} } public class OrderDetail { public int Id{get;set;} public int ProductId{get;set;} public…
Navigation when crating account
I have my ViewModel for the main window, with the navigation public string UserId { get; set; } public Command SelectedPageCommand { get; set; } public NavButton? SelectedItem { get; set; } public MainWindowViewModel(string…


What is the different between New-MgGroupMember and New-MgGroupMemberByRef?
Hi All, I am curious, what is the difference between using New-MgGroupMember and New-MgGroupMemberByRef? I know how to use them both and I know for New-MgGroupMemberByRef you need to use an Odata bind defined within a hashtable. But why are there…

