Azure AD user cannot authenticate in windows 10
I created azure AD user then I joined that user to one of my laptops then after joining it should authenticate if I install any software or change setting. but it won't authenticate and act as an administrator user.
Azure Cost Management and Cloudyn
Just want to know if there is any update on to when the features of Cloudyn will be incorporated into ACM. I am having a tough time justifying using 3rd party tools like CloudHealth and UnifyCloud based on the possible features that Cloudyn will bring to…
How Do I input Carousel onto a sidebar?
I have a sidebar that I was helped with, I Want to add a website carousel of open tabs? Example: https://help.syncfusion.com/uwp/carousel/getting-started here is a screenshot of the sidebar: I also provided the code below: …
Custom control does not receives the tab focus
I have custom control, which is templated like below Blockquote <DockPanel> <local:CustomControl1> <ToggleButton></ToggleButton> </local:CustomControl1> </DockPanel Blockquote Problem: When i press tab key…
PublicClientApplication it's an ambiguous reference.
'PublicClientApplication' is an ambiguous reference between 'Microsoft.Identity.Client.PublicClientApplication' and 'Microsoft.Graph.PublicClientApplication' private readonly PublicClientApplication _identityClientApp; public…
how to remve listview items gap
hi i'm trying to create report page (something like image2) and i'm trying to use ListView which allows me easily add/remove table rows and also allows to use table rows as custom control. the problem is listview items alway separated…
Access database behind Azure firewall from Logic App in Consumption Plan
Hi there, I am designing a solution which would require to execute database query on a vendor database which is behind azure firewall. There would probably be IP white-listing enabled on the firewall. The database would be in a different azure…
[UWP] Is there no UWP WebView API for printing formatted content?
Microsoft wants us to build apps for the Microsoft Store, and provides lot of great tools to do so. That being said, why is such an obvious use case still ignored? Other major app platforms have an API available, and Edge browser does have a print…
ItemControl background for child control
In my WPF application, I have added ItemControl and I set the background color in it. How do I set the parent background color only for child control without showing any background color in the parent? I have added a sample code and screen here. …
Adding a new tab in tabview with webview?
I added the code for the add tab but I'm getting errors I tried for a couple of days to correct the errors. I need some assistance. I posted the code below with a screenshot of code here of the new tab button. private void AddTab_Click(object…
How to persist a websocket connection using ControlChannelTrigger in the background?
Hello, I followed https://learn.microsoft.com/en-us/windows/uwp/networking/network-communications-in-the-background#controlchanneltrigger-with-websockets and create an out-of-process background task using ControlChannelTrigger with MessageWebSocket. …
Drag & Drop For Elements Underneath A Border
I have a Border with Background="#50FFFFFF". As you will notice, the A component (the opacity) of the color is less than 255, making the Border partially see-through. I use this Border to lighten the appearance of several elements underneath it…
WPF UserControl and inheritance (how to?)
Hello I want create create my own class UserControl and add here all DependencyProperties (for separation and reuse) and then inherit this UserControl in U.C. with Xaml. for example: public class c_knob : UserControl // this control doesn't have xaml { …
Regarding audio channelcount XBOX C# UWP
Hi All, Is it possible to get audio channelcount in format like 5.1, 5.1.2, 7.1.4 etc. Please help any solution available. Working on UWP c# XBOX app. Thanks
What Options to migrate a VMware Vcenter Server 5.0 VM to Azure
Hi, we are running VMware Vcenter Server 5.0 and would like to migrate a single VM to Azure. IE As Is. Its currently running a legacy version of Windows (2008R2/SQL2008). The purpose is to keep it alive for the next couple of years only until the…
Minimum size for disk per image?
I'm trying to more or less create the cheapest VM I can create, so I was wondering a few things: What's the cheapest disk type to use? Is there a way to set the size of a disk to only the size required for the image I choose? (how do I get this…
Azure vm configures dns forward, a large number of 5504 events occur, what is the reason?
This address (168.63.129.16) is configured in the DNS forwarder on Azure vm, a large number of 5504 events。 event: The DNS server encountered an invalid domain name in a packet from 168.63.129.16. The packet will be rejected. The event data contains…
Can I use a single AMQP connection to send and receive from multiple event hubs?
Hello All, Can I use a single AMQP connection to send and receive from multiple event hubs? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Sourced from FAQ -…
Is there a charge for retaining Event Hub events for more than 24 hours?
Hello, Could you please confirm, Is there a charge for retaining Event Hubs events for more than 24 hours? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Sourced…
Stream Analytics CI/CD :The required property 'storageAccounts' is missing from the request."
I am trying to do CI/CD for a Stream Analytics jobs. In this i have 2 inputs : Datalake Reference data (where I am using SQL DW) I have created the pipeline following the link https://github.com/SatyKrish/AzureStreamAnalytics-CICD …