AI Camera Scanner Abilities
Does the AI Camera have a scanner which has the ability to be used through a camera phone or iPad for learning in conjunction with Augmented Reality Live Animation for scanning an image in front of you where it will search through an engine ie. Microsoft…
Not Monitored

Trending on MSDN: Azure B2C - SAML Implementation RSS feed
We have applications using SAML 2.0 open standard for the authentication . We wanted to integrate those applications with Azure B2C AD. Can you guys please help me how to do the implementation? Sourced from MSDN
Microsoft Entra External ID

Anyone familiar with using test automation frameworks for testing web applications?
Got some issues in creating the conceptual framework and questionnaire. Is there someone who can help me in this regard.
Not Monitored

Dark mode Support
Please add the Dark mode support in the page.
Microsoft Q&A

Customers User PATCH response returns 200 but not updating User Info
I am working on a script to update passwords for our customers users and ran into some weird behavior with the Partner Center API returning successfully but isn't actually updating anything. So I started trying other calls and it seems like I can Read…
Microsoft Partner Center API
Detect if user has finished drawing strokes in InkCanvas
I am using VS2017 to develop my UWP app and my APP min target version is 10.14393. Is there any event of InkCanvas I can use to detect whether user has finished drawing strokes or not. I want to enable some button after user has drew strokes. …
Universal Windows Platform (UWP)
Switch the ListView Datatemplate from one data template to another data template?
I am developing Universal Windows 10 app, in one of my current project I want to change the ListView Data Template in runtime. Right now I have used only one Data Template, but in my scenario after a button is pressed, I want to change it to another…
Universal Windows Platform (UWP)
How to check if an add-on has purchased that use StoreContext class
I have defined a durable AddOn, and when I used RequestPurchaseAsync() method to check if an add-on has purchased or not, it always shows UI which will be annoying to the user. In the previous version I used:…
Universal Windows Platform (UWP)
Share a large file between two UWP apps using Stream Sockets
I need to share a large file between two UWP apps which are running in two different machines using stream sockets. In order to share the file successfully, I have to share file size before sharing the actual file. So I had to set a separate event in…
Universal Windows Platform (UWP)
[C++/WinRT] How to use SpeechSynthesizer in UWP
I would like to implement the text to speech feature in my app. I see there are docs on how to do this here: https://learn.microsoft.com/en-us/uwp/api/windows.media.speechsynthesis.speechsynthesizer . However the example does not compile on a modern…
Universal Windows Platform (UWP)
Setting Textbox.Text from BluetoothLEAdvertisementWatcher's received event throws an exception
I am creating a Bluetooth LE application in C# using a UWP project and have subscribed to get the Received event from the BluetoothLEAdvertisementWatcher. I can see the data correctly using Debug.Writeline to the Output window, but as soon as I try…
Universal Windows Platform (UWP)
Localization issues when using App Bundle in UWP
I’m having issues with Localization in my UWP applications. I can reproduce this issue using Microsoft Localization sample. The following is what I have done to reproduce this issue: Step1: I open the project in Visual Studio. I test it…
Universal Windows Platform (UWP)
How to write and read multiple types of data using Data Writer and Data Reader
I need to write a file length, file data and its type as a string value to the stream. I’m using the following code with Data Writer. writer = new DataWriter(socket.OutputStream); // if we have a StorageFile named file using (var…
Universal Windows Platform (UWP)
What should users do if they see an “Authentication request is not for an activated account” error message when using mobile app notifications?
What should users do if they see an “Authentication request is not for an activated account” error message when using mobile app notifications? Sourced from the FAQ
Microsoft Entra ID
What’s the difference between Windows Server FCI and the Azure Information Protection scanner?
What’s the difference between Windows Server FCI and the Azure Information Protection scanner? Sourced from FAQ
Azure Information Protection
What's the role of identity management for Azure Information Protection?
What's the role of identity management for Azure Information Protection? Sourced from FAQ
Azure Information Protection
I see Azure Information Protection is listed as a security provider for Microsoft Graph Security—how does this work and what alerts will I receive?
I see Azure Information Protection is listed as a security provider for Microsoft Graph Security—how does this work and what alerts will I receive? Sourced from FAQ
Azure Information Protection
What types of data can Azure Information Protection classify and protect?
What types of data can Azure Information Protection classify and protect? Sourced from FAQ
Azure Information Protection
What's the difference between Azure Information Protection and Azure Rights Management?
What's the difference between Azure Information Protection and Azure Rights Management? Sourced from FAQ
Azure Information Protection
Trending on MSDN: Azure AD App Proxy + Azure Domain Services (Kerberos Based application)
We have an application which is doing Kerberos authentication. After going through the Azure Domain services I got to know that kerberos based authentication is supported via AD DS with Azure AD. Does Azure App Proxy support Kerberos Based…