404,466 questions

Sort by: Updated
3 answers One of the answers was accepted by the question author.

How to Get Brush or Color that System Uses for Selected Controls?

I want to get the Brush or Color that is used in UWP applications for controls that are selected. When a control is selected by the user the system sets the background color to indicate that the control is selected and while it's possible to flash a…

Universal Windows Platform (UWP)
asked 2020-02-25T06:04:38.77+00:00
Steve Wood 56 Reputation points
commented 2020-03-13T04:07:04.543+00:00
Steve Wood 56 Reputation points
0 answers

IsTabStop is Ignored in ControlTemplate

I have a UWP app that contains TextBox(s) using the following Template: <ControlTemplate TargetType="TextBox"> <Grid Background="{TemplateBinding Background}"> <Grid.ColumnDefinitions><ColumnDefinition…

Universal Windows Platform (UWP)
asked 2020-03-11T14:57:42.417+00:00
Nathan Sokalski 4,111 Reputation points
commented 2020-03-13T00:37:08.177+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Will Spot VMs ever be available for sponsored accounts?

I was wondering if sponsored accounts will ever be allowed to create Spot VMs. This would be useful for students trying to save their $100 credit/year as much as possible. thanks!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,333 questions
asked 2020-03-12T03:13:43.82+00:00
Dayton Rea 1 Reputation point
answered 2020-03-13T00:17:11.423+00:00
KarishmaTiwari-MSFT 20,552 Reputation points Microsoft Employee
1 answer

How to set custom claims to aad token using C# code

I have a webapi which generates aad token and I have written token generation logic in Get() method in webapi. I'm able generate aad jwt token from webapi get() method but, now I want to include some custom claims into the token. How can I set…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,168 questions
asked 2020-03-07T14:36:00.84+00:00
Jhon 1 Reputation point
answered 2020-03-12T22:50:29.727+00:00
Marilee Turscak-MSFT 37,141 Reputation points Microsoft Employee
8 answers One of the answers was accepted by the question author.

How to correct an unidentified network problem after installing Windows 10 1909?

After installing Windows 10 update 1909 I no longer have internet access. With troubleshoot I have: device is connected but cannot access the network. With the problem solving I have: Ethernet does not have a valid ip configuration. I checked the…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,930 questions
asked 2020-03-06T15:04:59.497+00:00
Ghislain Plante 21 Reputation points
accepted 2020-03-12T18:06:55.913+00:00
Ghislain Plante 21 Reputation points
1 answer

How to solve this Azure App Service error querying Azure SQL DB

I have a Xamarin app that hits an Azure App Service that queries a SQL DB in Azure. I'm using the Nuget Microsoft.Azure.Mobile.Client package in my app I started with the standard Quick Start code and modified it to fit my app. I believe the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,262 questions
asked 2020-03-06T03:11:48.413+00:00
Jim Perry 1 Reputation point
commented 2020-03-12T18:00:38.483+00:00
Jim Perry 1 Reputation point
1 answer

Revoke-AzureADUserAllRefreshToken not working for one account

Hello I can successfully run Revoke-AzureADUserAllRefreshToken -objectid <guid> for one particular account, and it works. However running the same command against a different account i get the below error. The account i am using to run the command…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,168 questions
asked 2020-03-12T16:58:25.74+00:00
skip hofmann 46 Reputation points
answered 2020-03-12T17:45:25.22+00:00
Vasil Michev 113.4K Reputation points MVP
1 answer

Remove user from Windows and UAC list

Occasionally users will sign into a shared computer. We are able to remove the user account, but the UAC still list the user. Is there a way to completely remove an Azure AD user account from showing up in the UAC list of users?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,930 questions
asked 2020-03-10T14:54:59.303+00:00
Wills Ogus 1 Reputation point
commented 2020-03-12T16:18:01.14+00:00
Wills Ogus 1 Reputation point
2 answers One of the answers was accepted by the question author.

Azure Web App for Multi-Containers - No Access to Authentication / Authorization Tab

I am attempting to add Azure Active Directory Authentication (or some kind of Authentication / Authorization) to my docker-compose web app but unfortunately the tab on the left pane is greyed out for me. I haven't been able to find any information online…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,262 questions
asked 2020-03-06T17:15:22.207+00:00
Peter Meglis 41 Reputation points
accepted 2020-03-12T15:04:17.27+00:00
Peter Meglis 41 Reputation points
1 answer

A redundant GET request is sent in MS Edge

Please pay attention to the GET request in the rectangles. MS Edge: (Work Failed)There are two same GET requests are sent. FireFox: (Work Well)There is only one GET request is sent. Chrome: (Work Well) The fist GET request is cancelled. Only…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,930 questions
asked 2020-03-12T07:42:12.227+00:00
guang xu 1 Reputation point
answered 2020-03-12T14:34:58.947+00:00
Anonymous
1 answer

Laptop stuck in infinite loop after changing size of a partition

I just resized one of my partition F on my laptop using resizer server tool to allocate some of the unallocated space of my hard disk to partition F. After doing so my laptop required restart so I did it but now my laptop is stuck in an infinite loop…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,961 questions
asked 2020-03-11T00:23:05.667+00:00
Shajee Bin Waqar 1 Reputation point
answered 2020-03-12T13:46:07.153+00:00
Shashi Shailaj 7,621 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

how resize a batch of pictures just by marking them in explorer and right-clicking when the app is not the default for jpg

Hi, my app is not the default one for opening pictures - it is MS Photos. When the user selects a bunch of pictures in windows explorer - right clicks on it, it should display an additional context menu entry like "resize". This is…

Universal Windows Platform (UWP)
asked 2020-02-28T13:23:21.697+00:00
mfe userlast 21 Reputation points
commented 2020-03-12T13:00:54.663+00:00
mfe userlast 21 Reputation points
1 answer

Query exchange customattribute in an AAD group

I need to be able to somehow create a group in AAD that can query customattributes in exchange. it is for an fully online environment, so I don't have the tenant admin app available to query as appid in extensionproperty, what do I need to?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,168 questions
asked 2020-03-12T10:40:51.077+00:00
Siegmund Bosmans 1 Reputation point
answered 2020-03-12T10:45:03.69+00:00
Vasil Michev 113.4K Reputation points MVP
1 answer

New to Azure custom VMs - a bit different than GCE

Good afternoon. I just successfully uploaded my first Linux custom image and, following the directions here: …

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,333 questions
asked 2020-02-25T23:03:41.757+00:00
GCIT-Service 1 Reputation point
answered 2020-03-12T09:32:06.007+00:00
Darren Lavery 1 Reputation point
2 answers One of the answers was accepted by the question author.

Azure AD DS upgrade ?

Hi, If we deploy Azure AD DS Standard, is it possible later to upgrade to the Enterprise or Premium SKU without destroying the service ? Thanks Nicolas

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,168 questions
asked 2020-03-11T06:45:26.647+00:00
Nicolas 111 Reputation points
accepted 2020-03-12T08:37:34.767+00:00
Nicolas 111 Reputation points
0 answers

BSOD FOR Help

Very frequent blue screen as long as you use Dx11 to start the software, even i have reinstalled the system . I don't know what to do.Here is the dumpfile:https://drive.google.com/file/d/1YlmdlfPbZVyHbbisQTlHLzDLKSNUfRck/view?usp=sharing

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,930 questions
asked 2020-03-12T07:34:22.027+00:00
卓志 谢 1 Reputation point
commented 2020-03-12T08:31:50.133+00:00
Jenny Hu 1 Reputation point
0 answers

What is the process to develop MDM for windows devices 10?

Hi All, We are planning to develop MDM for Windows devices (laptop and mobiles) and have searched for the process and the APIs/services to use on devices or server But could not find any? IF anyone knows it please let me know Thanks in…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,930 questions
asked 2020-03-11T10:47:48.167+00:00
Bhuvana 1 Reputation point
commented 2020-03-12T07:39:25.13+00:00
Jenny Hu 1 Reputation point
3 answers One of the answers was accepted by the question author.

Bypassing Azure AD MFA by adding machine IP address in MFA Trusted IPs throws error

I have added my machine's IPv4 address in MFA Trusted IPs and added CAP. But, it is not recognized and throws error. PFA. How to bypass Azure AD MFA by adding machine IP address in MFA Trusted IPs?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,168 questions
asked 2020-03-09T14:27:32.127+00:00
o365developer 41 Reputation points
accepted 2020-03-12T07:02:23.4+00:00
o365developer 41 Reputation points
1 answer

Retrieve an access token for Graph using a B2C tenant and delegated privileges

Hi, I'm trying to retrieve a valid access token to get to the user's audit log. As of right now, I've tried to retrieve that information both from the Azure Active Directory Graph and Microsoft Graph. Certainly, using an application scope and a…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,020 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,168 questions
asked 2020-03-10T10:55:09.993+00:00
Alex Mang 6 Reputation points Microsoft Regional Director
answered 2020-03-12T06:32:02.87+00:00
AmanpreetSingh-MSFT 56,751 Reputation points
1 answer One of the answers was accepted by the question author.

How function app triggered by Azure Queue decides the method succeeded or not? How to verify the same?

How function app triggered by Azure Queue decides the method succeeded or not? How to verify the same?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,262 questions
asked 2020-03-05T11:11:28.307+00:00
kunal 21 Reputation points
accepted 2020-03-12T03:32:02.897+00:00
kunal 21 Reputation points