Surface book 3 randomly crashes
I just bought the surface book 3 a couple of days ago for school, and on day one I noticed a glaring issue. The surface book 3 randomly crashes without warning. The crashes aren't due to the the laptop being over heating because the highest temperate I…
Community Center | Not monitored
How to add content to TabViewItem dynamically
I'm trying to add content to a TabViewItem dynamically but don't know which option to use to do this when calling the TabViewItem itself. The code I tried isn't working for me for some reason. public MainPage() { …
Developer technologies | Universal Windows Platform (UWP)
Cannot access OneDrive storage for multi/inter tenant
I tried to create an application, with which the user in another company/tenant could access his/her OneDrive storage. But failed. I had posted this question at Stack Overflow, and please tell me if I should copy the content here.…
Community Center | Not monitored
How know WPF DataGrid ItemsSource bind finish
Datagrid control ItemsSource Attribute bind List, but , I donot know When is the data loaded ?
Developer technologies | Windows Presentation Foundation
How to toggle Textblock visibility from button click
How can the visibility of an item in the same user control be toggled using a button (via a click event)? I was thinking something similar to the default ToggleSwitch event but does something extra need to be added? When the UserControl is loaded: …
Developer technologies | Universal Windows Platform (UWP)
ansible playbook needs root pw
I understand I can become root on my centos vm by first typing sudo -i. This does not look to be helpful when trying to run a playbook for Ansible however. I am wondering how I would get the following to work. I created a playbook on a centos Ansible…
Azure Virtual Machines
Microsoft Team not syncing new password when user change new password on AD
Hi There, I have the issue related to Microsoft team not sync new password when AD user changed new password(When user expired password 90 days and changed new password). Can you help to advice and share the solution ? what is the root cause ?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Entra | Other
[Azure Policy] Alias is not being recognized
Hello, I'm trying to create policy for Azure API Management Named Values. It seems that API Management has moved the naming for them from: Microsoft.ApiManagement/service/properties to: Microsoft.ApiManagement/service/namedValues And now I…
Azure API Management
Azure Policy
Error: (0x8024a105)
From 10th May I am facing this Error: (0x8024a105) issue in Windows Update and tried a lot around the solutions that have been provided on Microsoft and many other forums but the issue is still same. My system is running very slow just because of these…
Community Center | Not monitored
az-300 Exam Certification Validity
Hello Team, I have question regarding az-300 exam. I have scheduled az-300 exam on 29th JUNE. Hopefully I am looking for positive result and after that I will book az-301 in July End. What would my certificate validity date from certification…
Community Center | Not monitored
365 / Despite exchange "Default Role Assignment Policy" active and myprofileinformation and mycontactinformation not marked - Users are able to edit their details in portal.office.com personalinfo
We would like to restrict the personal info users can edit on portal.office.com. Per Default Role Assignment Policy this is disabled, yet users can edit the information.
Community Center | Not monitored
ADFS and MFA in Microsoft Browsers
Hi I'm after some help or suggestions as to what could be causing some odd behaviour in ADFS. A little background first. We have 2 WAP severs sitting in front of 2 ADFS servers which cal on 2 third party MFA severs, in our case Securenvoy. I'm using…
Microsoft Security | Active Directory Federation Services
Azure app registration and Gitea OAuth2 - "issuer" property of .well-known/openid-configuration doesn't work for "common" or "organizations", but works for "consumers"
My server setup: Gitea 1.11.6 running on Arch Linux. I'm using Microsoft's OAuth2 service as an authentication provider. If I use the common endpoint, Gitea throws a 500 error and logs the following: routers/user/auth.go:601:handleOAuth2SignIn() [E]…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Lock Down Relying Party based on AD Attribute, Title
Hi All, We are using the ADFS 3.0. please help me. As the title states, is it possible to lock down a relying party based on an attribute value a user has in AD? For example, Our object is to Deny if the user's Title attribute value contains the…
Microsoft Security | Active Directory Federation Services
Azure time triggered function fails to deploy with ServiceUnavailable
Hi, I have a fairly simple Azure Function that is triggered on a cron schedule, and has been working fine for months. A few days ago I made a few simple changes and tested locally that it was working, then did a deploy through the VS code plugin. …
Azure Functions
Azure Data Factory Dynamic Content
Hi there, I want to use a variable inside my Data factory Copy activity. I trying to use a variable which I got from an Azure Function. When I run the debug for the variable I can see that I'm getting the value but I can't access it as a…
Azure Data Factory
officee 365 subscription
i changed a new laptop but the lifetime sub i buy are in the broken old laptop.i need to know how can i transfer the subs to the new laptop
Community Center | Not monitored
Azure Data Factory Data Copy from Cosmos
We have one scenario, where we have to transfer/copy newly added/updated data from cosmos dB to a SQL Server every 2 hours. Currently, data copy copies all the files, can I configure to only copy the newly added/updated ? Thanks
Azure Functions
Azure Cosmos DB
Azure Data Factory
How to launch popup above map pushpin
Everytime I click a pushpin in my MapControl the Popup always appears in the top-left corner of the MapControl. How can this be changed so that it appears above the pushpin itself? MainPage.xaml <Page x:Class="MyApp.PageMap" …
Developer technologies | Universal Windows Platform (UWP)
How to create Automation Account using asp.net MVC?
Hi Team, How to create Automation Account using asp.net MVC? Please Suggested