Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Problem querying JSON using LINQ when there are semicolons in the name tag
I'm trying to work with a Json file from an outside source. They put semicolons and additional data in some the field names. I'm trying to query the data using LINQ and having problems. Is there a way of specifying wildcards in LINQ queries? I'm…


C# Events and Delegates - when should I take what?
Hello, I'm looking for a correct way to handle events and delegates. Do you have a good overview, a good example? When is an event enough, when do I have to switch to delegates? If I trigger an event and want to pass a complete object, then I need a…


Required Azure AD edition for hybrid identities
The Azure AD Connect feature for hybrid identities is available for free as part of an Azure subscription, according to this documentation: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-hybrid-identity However, the table in this…


Conditional access says IOS device is a MacOS device?
The company I work for has had an issue with conditional access recently, where a corporate device is appearing as a different device when using conditional access. The most common is when an IOS device will appear as a MacOS device. We noticed this in…
I am getting the free trail subscription as denied wherein its just been 16 days only
I am getting the free trail subscription as denied wherein its just been 16 days only


Multiple links on single SharePoint image webpart
Hi we have requirement from users to have interactive image with multiple links on single image. Image is kind of pie chart which has 4 section and user need to have 4 links on 4 quarter of image. Is there any work around to achieve it? someone mentioned…
What is the good design to handle messages in a same process and send it to cloud without a data loss?
I am working on designing a solution for sending data from windows based devices to the cloud Device Software: The device software is currently written in C, C++ or C# languages based on the device model and legacy build. IoT Service: This is a proposed…


In Visual Studio, why is logic apps listed under app services?
I have a logic app(standard) named distrib-coordinator and on open of the resources in Visual Studio 2019, the logic app is listed under App Services not under Logic Apps. And since it is not under Logic Apps, if I right client on it, it doesn't have…
How to renew the Web Server Certificate for Configuration manager?
Hello, What is the process to renew the Web Certificate in SCCM? I check it it is not set to auto-renewal yet. I tried on one Distribution Point the following options: mmc > Add or Remove Snap-ins > Certificates > Add > Computer…


how to write custom policy for require tags for resourcegroups with valid tag value list for multiple tags using terraform
I want to have 2 tags for example , We can increase the tags later Environment = [DEV,STG,PRD] AskID = [123,ABC,234] I want this policy to be applied for multiple subscriptions . And similarly can we have same type of policy for require tags for…


IoT hub shared topic for all devices
Hello, I have a question about IoT Hub MQTT functionality. Are there plans to add a shared topic for all devices? For example, I would like to send a single message from the cloud to the devices (all devices that are connected to the IoT Hub) and…


I can't deploy QnA from Language Studio when the Language Resource uses Customer Managed Keys
I have a working Azure Bot application that uses a QnA knowledge base that is saved in Language Studio. The Azure Language Resource has been setup and I am able to use it correctly but there were some compliance issues with the resource when it came to…


unable to enable NSG flow logs due to databricks deny
I am trying to enable NSG flow logs for a network security group in a Databricks resource group, but the Databricks system deny assignment is preventing it. How can I work around this?


Unable to create new group inside Administrative Unit using Graph API
I intend to create a new group inside an Administrative Unit in AAD programmatically. I will run this under the context of a service principal. I am facing 2 issues: Unable to find AddAsync() on Graph SDK version 4.52.0 await…


Azure AD Connect question - password sync
Hi we are setting up Azure AD Connect. We already have users in Cloud . Is there a way i can force Azure AD connect to keep the password set in the cloud side? (or will it overwrite with the password from om-premise AD) is this option available?


Bound ComboBox within a page and frame not working as expected - WinUI 3
Hi, i have a bound ComboBox which i've already posted here. I'm adding a separator by a TemplateSelector but to disable the separator, I have to iterate the ComboBoxItems in the Tapped event and set the IsEnabled property to false. This has to be…
How to loop through JSON data?
Hi, I am calling an api and this is the return data. Could you please help me to loop through the JSON data? The JSON string - { "Outputdata": { "@xmlns": "http://xmlns.oracle.com/apps/pa/.......", …
How add digital twin tags to body messages of iot Devices
Let's say i got 4 devices connected to my IOT HUB, and the messages sent from the devices to the iot hub contains only the parameters that i'm interested to(humidity temperature). I assigned a tag to every devices, using device twin, so i can filter…


Is Microsoft Windows IoT Enterprise compatible with .net Framework
I have a client looking to purchase several Zebra ET51 tablets. This scanner comes with Win10 IoT Enterprise. and I would like to confirm if Windows 10 IoT Enterprise is compatible with .net Framework.


TSQL split string text column
Hi there, I'm looking to split a delimited text of a single column into multiple appropriate derived column. The derived columns needs to be dynamic based on the content and need not be in order as abc.. but as long as the parsed string is grouped…