404,100 questions

Sort by: Updated
1 answer

WebAuthn dll

What is the difference b/w https://learn.microsoft.com/en-us/microsoft-edge/dev-guide/device/web-authentication https://learn.microsoft.com/en-us/microsoft-edge/dev-guide/windows-integration/web-authentication I would like to develop a…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,893 questions
asked 2020-04-07T05:36:51.987+00:00
Vishnu Gopalakrishnan 126 Reputation points
answered 2020-04-07T08:39:16.44+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Conditional Access with Azure Registered App

Is there a way to restrict access to an Azure AD registered application based on IP address or location when the said application is using a client secret because of its use as a Windows Service for example. so no underlying user to pass credentials? …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,149 questions
asked 2020-04-05T23:44:36.753+00:00
Jamie Brandwood 6 Reputation points
commented 2020-04-07T08:23:35.037+00:00
AmanpreetSingh-MSFT 56,746 Reputation points
0 answers

Azure service fabric deployment costs

My problem is regarding deployment cost, I don't know if this is right place to post this question but i will do it for now. I wanted to get to know azure service fabric stateless and statefull services. For this i have created a project with 1…

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
276 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,332 questions
asked 2020-04-06T10:48:23.78+00:00
Biplov KC 1 Reputation point
commented 2020-04-07T08:04:50.84+00:00
Biplov KC 1 Reputation point
2 answers

MS Teams company message logging

Hi, since i am not able to find an answere, can you please refer me any pages where i can read more about logging messages from MS Teams? Our internal policy in company needs message logging (all messages - private/public/team chat) and i am unable…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,826 questions
asked 2020-04-06T08:28:17.337+00:00
Tomas Kadlec 1 Reputation point
answered 2020-04-07T07:30:51.777+00:00
JimmyYang-MSFT 56,411 Reputation points Microsoft Vendor
1 answer

Query regarding Windows Store App behavior during installation

I have a query regarding the behavior of Windows Store App when it is getting installed. We usually see a notification on the bottom right corner of the screen when we install a store app, something similar to the attached image. If we click this…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,893 questions
asked 2020-03-18T15:07:05.113+00:00
Angshuman Chatterjee 6 Reputation points
answered 2020-04-07T07:20:16.507+00:00
Leon Laude 85,871 Reputation points
3 answers

Why can I not ask the site admin for sharpoint for access?

Its says i cant ask for permission, but it does not let me ask at all. Please help.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,893 questions
asked 2020-04-06T17:43:57.013+00:00
MochaFrappuccino 1 Reputation point
commented 2020-04-07T07:12:46.29+00:00
Leon Laude 85,871 Reputation points
2 answers One of the answers was accepted by the question author.

[UWP] Can't launch Flyout using click event attached to MenuFlyoutItem

Hi, I'm trying to launch a Flyout in which I collect data from user. The idea is that the user click on an item from the Menu Flyout and the assigned Flyout launch. I'm using a command bar. <CommandBar …

Universal Windows Platform (UWP)
asked 2020-04-06T17:05:08.067+00:00
Wael weil 96 Reputation points
accepted 2020-04-07T07:07:02.19+00:00
Wael weil 96 Reputation points
1 answer

How to merge single binding validationrule errors to bindinggroup?

Example: <Grid> <Grid.BindingGroup> <BindingGroup x:Name="Group"/> </Grid.BindingGroup> <TextBox> <TextBox.Text> <Binding Path="Name"…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,823 questions
asked 2020-04-07T02:19:02.657+00:00
Flithor 196 Reputation points
answered 2020-04-07T06:57:40.807+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer

How can I make the multi tenant app secured

Hello Everyone, We want to use the multitenant app so our customers wouldn't have to configure them on their own, thus saving us time. Each customer will have its own administration site (each URI is listed in the Redirect URI section) and secret. …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,259 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,149 questions
asked 2020-03-23T07:18:26.683+00:00
AgatSaaS 26 Reputation points
answered 2020-04-07T05:28:35.007+00:00
Marilee Turscak-MSFT 37,141 Reputation points Microsoft Employee
1 answer

One of my web apps can't tcpping a server that other web apps in the same service plan can

With tcpping just a Connection attempt failed: Connection timed out. It work for an hour and then fail the next hour. It's been down 75% since last night though. Works fine for other web apps in the same service plan

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,259 questions
asked 2020-03-20T17:47:37.697+00:00
Dan Parker 101 Reputation points
commented 2020-04-07T05:11:21.19+00:00
SnehaAgrawal-MSFT 22,181 Reputation points
1 answer One of the answers was accepted by the question author.

TextBox Binding doesn't work while focused (when using uwp datagrid)

Hello, So I am using row details with this datagrid control: https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/rowdetails I have a text box in my row details: <TextBox Header="Plan description"…

Universal Windows Platform (UWP)
asked 2020-04-07T03:10:54.553+00:00
Lettuce 121 Reputation points
commented 2020-04-07T04:55:39.403+00:00
Lettuce 121 Reputation points
1 answer One of the answers was accepted by the question author.

CommandBinding not set CanExecute will disable button.

If I create the CommandBinding with no CanExecute: CommandManager.RegisterClassCommandBinding(typeof(MyClass), new CommandBinding(MyCommand, MyCommandExecuted)); And set the command to a button: <Button Content="Click Me!"…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,823 questions
asked 2020-04-07T02:28:57.637+00:00
Flithor 196 Reputation points
accepted 2020-04-07T03:01:21.177+00:00
Flithor 196 Reputation points
2 answers One of the answers was accepted by the question author.

There's no any Interstitial Ad in my app.

Hi, Though the monetization platform is about to close in this year, I still want to put on Interstitial ads recently. However, I always got error saying there's no ad for every ad request. I've tried the test ads, it went well.Then I apply my…

Universal Windows Platform (UWP)
asked 2020-02-15T03:57:10.03+00:00
Mia 96 Reputation points
accepted 2020-04-07T02:59:02.35+00:00
Mia 96 Reputation points
1 answer One of the answers was accepted by the question author.

[CPP][ScreenCapture]What is the lowest version that Windows.Graphics.Capture requires?

I'm trying to use Windows.Graphics.Capture to capture application windows. In this page screen-capture, Windows 10 version 1803 should provide new APIs, but I failed to run samples from ScreenCaptureforHWND in Windows10 version 1803 home.I found that…

Universal Windows Platform (UWP)
asked 2020-04-02T10:06:36.233+00:00
Rust 21 Reputation points
accepted 2020-04-07T02:27:29.997+00:00
Rust 21 Reputation points
1 answer

Trying to modify MVC scaffolder templates

I am rying to modify the List.cs.t4 template located C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\Extensions\Microsoft\Web\Mvc\Scaffolding\Templates\MvcView by placing in the "CodeTemplates\MvcView" folder…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,893 questions
asked 2020-04-07T00:02:06.773+00:00
Jim 1 Reputation point
answered 2020-04-07T00:30:10.433+00:00
Anonymous
0 answers

Rest APIs for Content Search in Security and Compliance - Office 365

For an internal project, I need to make search for emails across the mail exchange server (Office 365). As we have content search in Security and Compliance in Office 365. I am not able to find relevant apis to implement the same. Can anyone help me with…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,259 questions
asked 2020-04-06T04:49:19.467+00:00
Swapnil Singhal 1 Reputation point
commented 2020-04-06T21:46:26.39+00:00
Ryan Hill 29,651 Reputation points Microsoft Employee
1 answer

Teams Linux Office 365 authentication

Teams asks to sign into office 365 with my company credentials everytime I start the application. Why can't it automatically authenticate like the windows equivalent? Sometimes it appears to sign in an then by itself go back to the sign in screen when…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,826 questions
Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
459 questions
asked 2019-12-18T11:32:48.59+00:00
Ge-org Brohammer 1 Reputation point
answered 2020-04-06T20:01:02.937+00:00
Aashrut R. Vaghani 1 Reputation point
1 answer

WPF MVVM - Unable to bind Model property directly to the IsEnabled Property of Button

Hello Team, Please find below View, ViewModel and Model class. I have binded collection of models (in ViewModel) to DataGrid control in the view. But based on UI selection, need to update another property in model. I am not able do to it via…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,823 questions
asked 2020-04-06T04:44:18.333+00:00
Sudarshan Gujar 1 Reputation point
answered 2020-04-06T19:40:25.637+00:00
Peter Fleischer (former MVP) 19,331 Reputation points
2 answers One of the answers was accepted by the question author.

Failed to add ADFS4.0 to farm

I have two ADFS 3.0 servers and two ADFSproxy servers(DMZ). All located in Azure. The machines all or load balanced. Now i try to add a windows 2016 server (ADFS 4.0) on a different VNET but peer with the old VNET. When i try to add the ADFS 4.0…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,292 questions
asked 2020-03-26T15:21:11.7+00:00
Clinton van Axel 126 Reputation points
commented 2020-04-06T19:30:40.343+00:00
Clinton van Axel 126 Reputation points
1 answer

Xbox one s storage

I have 780 gigabites of 1000 gigabites. 780 is Internal Storage but the rest Where is It?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,893 questions
asked 2020-04-06T19:18:48.903+00:00
Tudor Stefan 1 Reputation point
answered 2020-04-06T19:29:37.403+00:00
Anonymous