How to make fact bot in azure?
I'm a beginner in azure. I just tried to make a simple bot with the help of Microsoft Learn. I want to know that can I make a fact bot or skill like we make for Alexa Skill and Google Assistant.
Error : Click Authorize to configure an Azure service connection. A new Azure service principal will be created and added to the Contributor role.
I am getting this error while configuring Azure Web App deployment. The build pipeline already contains a web app deployment, I am trying to add one more.
Windows container reference
Where could I get some AKS windows container samples
UWP InkCanvas crash
Hi, In our UWP app we have used the InkCanvas in several pages. In one machine the app crashes giving the attached error message. Cannot create instance of type 'Windows.UI.Xaml.Controls.InkCanvas' Noticed this crashing only in one machine so far…
What are the steps to create a trusted app in uwp
Hi For testing i try to create a trust app in uwp. I create a very basic uwp project containing one button and then and publish it using sideloading method and the installation failed. Thanks Here the error message
PTA Staged rollout Manage groups not available.
When we try to enable Azure Pass through Authenication - Staged rollout option. "Manage Groups" option is not getting enabled. Its greyed out. Trying to setup Stage Rollout for PTA, using this manual:…
How to connect a joystick USB.
How can I connect a joystick USB from my main pc to the VM I have already tired the local resources tab for the USBs, but that unticks it every time I connect. Thanks in advance.
Invoking webview's DomContentLoaded event in the view model
I'm having problems implementing the webView's DOMContentLoaded event within my view model. I want to execute the code on the web page after the DOMContentLoaded event. I read the documentation about the event here,…
Can we control these three buttons:"The system Back, Close, Minimize, and Maximize buttons"
Based on the doc: https://learn.microsoft.com/en-us/windows/uwp/design/shell/title-bar#how-much-to-customize-the-title-bar "When you opt for full customization, you are responsible for putting content in the title bar area, and you can…
Prevent "emergency access" users from syncing to on-prem AD when using AD Connect
I'm looking for guidance on preventing (filtering) "emergency access" users from syncing to on-prem AD when using AD Connect. From the reference doc Manage emergency access accounts in Azure AD: "*Create two or more emergency access…
How to show MenuFlyout in code?
The MenuFlyout shows up perfectly upon right-clicking the ListView <ListView Name="lvDeviceTiles" ItemsSource="{x:Bind listDeviceItems}" DataContext="{x:Bind}" Margin="0"> …
How to claim and orphaned Azure DevOps organisation with unknown owner
I am trying to claim the Azure DevOps organisation with the same name as my company but I do know who the owner/administrator is. We own the Github organisation/URL of the same name. Has GitHub automatically created this organisation in Azure DEvOps? …
[MSDN Redirect] AAD B2C Web App Authentication
Hey all, Newbie programmer here. Helping a client of mine set up AAD B2C to authenticate an ASP.NET Web App (C#) hosted inside App Service. It's a pretty static site that doesn't have to make any Web API calls, so I figure His goal is to have…
UWP : How to count spelling mistakes in a String Or TextBox Text in C#?
I'm new to UWP development. I have a wpf code to get the spelling mistakes count of a text box Text. Now i want to implement the functionality of getting spelling mistakes count in UWP. Please help. Here is the wpf code charCount =…
Tutorials for CalendarView code-behind? (UWP)
Are there any good tutorials for programming the calendar view? I've read the documentation for it, but I would like to see an example of it running and I couldn't find that.
book-like entry forms in UWP
Hi, I need to create a book-like entry forms in UWP that supports flipping the pages of the book. I searched the web and found the following: https://www.codeproject.com/Articles/22352/Creating-a-3D-book-shaped-application-with-speech Is there…
Automatic device join in single AD - multiple Azure topology
Hi all, Our customer is considering implementing topology with single onprem AD synchronized to multiple Azure AD tenants, using a single ADFS farm. The customer needs availability of Autopilot with Hybrid AD join for devices in all Azure AD tenants.…
Trouble Fixing WACK App Package Creation Failures
I have an app which works fine when debugging, but when creating the App Package it fails several of the "Deployment and launch tests". The info & links in the "How to fix:" sections are completely useless (they pretty much just…
UWP App Locks After Returning From Other Apps
When a user leaves my app (not closes, just leaves, triggering the EnteredBackground event), does something in another app, and then returns (triggering the LeavingBackground event), I receive an InvalidOperationException and my app locks up. The app no…
Visual Studio 2019 XAML Designer Display Incorrect Style Properties
I have a UWP app that uses several very basic Style Resources in the Page.Resources section. The values in the Style(s) display correctly during runtime, but it can make design time very cumbersome. The properties use the correct value if I set it in…