How to use persistent storage with Web Apps by docker-compose?
If you have any advices, please give me! I tried to use persistent storage following this article (https://learn.microsoft.com/en-US/azure/app-service/containers/tutorial-multi-container-app), but couldn't use...It start initialize after stop the…
Can I use Azure AD Connect to migrate consumer identities that are stored on my on-premises Active Directory to Azure AD B2C?
Can I use Azure AD Connect to migrate consumer identities that are stored on my on-premises Active Directory to Azure AD B2C? Sourced from FAQ
Deploying a .net core 3.0 web app to azure app service
Hi, As per azure guidance, when we setup deployment for our azure app-service web app (dotnet core), we hooked azure app service up with Github, and when we push to a branch, the deployment script kicks in, and azure app service runs the deploy.cmd…
Azure DNS Custom Domain names=> Are they limted to azure products?
Hi there, I am thinking about paying for a custom domain DNS name inside azure=> App Services tab, click the name of your app, select Settings, and then select Custom domains Will it be possible to point that DNS to external resources? Or it is…
Editable DataGridTextColumn in UWP
Hi, I have a UWP application where I need an editable data table with a combo box, below is the xaml of the data grid that I am using to try to achieve what I need. I can select a value from the DataGridComboBoxColumn element but I cannot write to it. Is…
Reading a serial device from an UWP app.
Hello, how to properly read from a serial device from an UWP app? I'm trying to read data from an industrial scale; have tried every single possible solution i found on google and still have no idea what i'm doing wrong. Can someone point me to the…
System.Runtime.InteropServices.COMException exception thrown with the error message "The text associated with this error code could not be found"
Hi there, I have a UWP application sideloaded on a Windows 10 workstation. The application is using a RESTful Web API deployed on a server. The first Web Method called by the application is to log in. The application is supposed to use Windows…
Form Recognition Remove Undo Button
When I do the shape recognition I want to go back with the Undo button does not produce such action and including the delete button to erase what is done with the shape recognition. ultimaizing WTS
This operation returned because the timeout period expired. (Exception from HRESULT: 0x800705B4)?
on calling following code for notification: var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync(); throwing following exception: This operation returned because the timeout period expired.…
Trouble implementing restricted capability (Packages)
So I was following this. I'm building a 'launcher' app that lets the user view and run their installed software. I managed to get this exception. It also throws some problem about getting denied by WinRT. Exception: System.UnauthorizedAccessException:…
DataGrid DataTemplate Parent DataContext
I have a DataGrid that is using a ComboBox in a DataTemplate. I'm following MVVM pattern for my UWP app. My Xaml page has a view model attached. The DataGrid is x:Bind'ing to a list of models (AppModels) in the view model. The ComboBox in…
Fetching Add-On Price
Team, I have launched my app in different language. I have add-on added to my app which users can purchase. Now, as we know that add-on price is different in different countries. How can I fetch add-on price in UWP from microsoft in C# code? Thanks…
Suspend & Resume for MediaCapture
I have a UWP app which uses a MediaCapture & CaptureElement to preview the camera. I am unsure what to do to handle suspending & resuming of the app to stop the camera when suspending & start it when resuming. Because the Suspending &…
UnauthorizedAccessException using MediaPlayerElement UWP control
I am trying to play a mpeg dash video stream hosted in a gninx on a UWP application (Windows 10) with MediaPlayerElement control, but I keep getting the status ManifestDownloadFailure and a System.UnauthorizedAccessException. This is the method…
Does handling the SizeChanged event, rather than using Adaptive Triggers, have disadvantages?
I've been managing adaptive layout and sizing of my containers and controls to react to smaller app window sizes by way of handling the main pages' SizeChanged event, rather than write a great deal of XAML code to achieve the same results with Adaptive…
How do you earn points?
Do you have to improve to get a point and how does it work
Zoom functionality in media player element: Linking derived media transport controls and media player element
I want to add zoom functionality for media player element(UWP C#) . I placed MediaPlayerElement inside a scroll viewer and zoom functionality is working. But inbuilt media transport transport controls is also getting zoomed and scrolled. To avoid…
What types of questions need moderation?
Could anyone share the rules here? Does my following post potentially violate any rules?
Unable to resolve github.com from container
I am trying to build and deploy an application using oc cluster up which throws me the below error while build. Cloning "https://github.com/neoncyrex/phpinfo.git " ... WARNING: timed out waiting for git server, will wait 1m4s error:…
Merge badges, accomplishments and courses from 2 different profiles
Hello, I have 2 profiles - profile1@Anonymous .com and profile2@Anonymous .com. I want all the badges, reputations etc from the first one to be moved to 2nd one. Once done, also want to close the profile1@Anonymous .com profile and account. …