Azure App Service Node.js deployment with Kudu serves the public folder rather than the build folder
I just used azure app service with CI/CD to deploy my react application, however I realised that after all the steps kudu serves my application not from the build folder that it has generated, but from my source folder. How I can change to let kudu to…
Multi factor authentication
I have an azure global administrator and has 1 phone number registered as a multi factor authentication. How do i have another phone number register for the same azure global administrator account??
Windows 10 Kiosk/Digital Signage - Intune - Domain Joined
Hello - I've been reading and trying to learn a lot about Win10 Kiosk, I was able to get it working as a stand alone PC not connected to the Domain. But, I now need to Domain Join the PC, and get it connected in Intune, so we can properly manage these…
Zoom functionality in MediaPlayerElement: not getting manipulation events for scale gestures
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 this I…
Using InkCanvas for drawing free hand path is not working in Touch
Hi, I am using InkCanvas control to draw the path over the image (which is inside the grid control). My requirement is to draw a path using single finger and zoom the image using double finger. But the actual behavior of Inkpresenter is when setting…
UWP Windows 10 app update
Hi, Is there a way to know when the UWP app get updated and user access the app for the first time after the update. If I need to copy certain files or to do some other action after a update for the first time user access the app, what is the best…
AD Connect reinstall and reconfigure
Hello Everyone, I had a server with AD connect installed used to sync my on-prem AD users to Office 365. The server was formatted without migrating the AD connect to another server. Can I reinstall AD connect on another server and reconfigure it?…
How to disable user interaction with a WebView (Windows.UI.Xaml.Controls)
Hi, I would like to know how to disable all user interaction with a WebView component in a UWP project. I have tried to cancel the GettingFocus event, to no avail. It should also disable the user interaction when running on an xbox. How…
Debug a live UWP app
Hi, When the users install our Windows 10 UWP app from Microsoft Store, if they face any issues when using the app, is there a way we can get a debug log or crash report etc to figure out what went wrong? What is the standard way of identifying…
无法下载“资源中心-电子书”
我最近在研究如何迁移上azure云,但是无法下载关于迁移方面的资料,提示“提交请求时出错。请立即重试。” Windows Server 迁移指南 https://azure.microsoft.com/zh-cn/resources/azure-migration-guide-for-windows-server/ 云迁移要点:服务器和虚拟机迁移指南 …
Double Charged?
It appears in my bill that I’m being charged double. The service period is for 31 days, Qty 2 and the monthly price is $12.50, bringing the total bill to $25 + tax. What can we do to Make this right? Thank you.
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.…