1,832,616 questions

Sort by: Updated
1 answer

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.

Community Center | Not monitored
asked 2020-01-08T01:12:12.79+00:00
Anonymous
answered 2020-01-08T01:17:38.083+00:00
Anonymous
0 answers

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…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,971 questions
asked 2020-01-07T02:10:45.627+00:00
Tomohiro.H 1 Reputation point
commented 2020-01-08T00:14:09.91+00:00
Grmacjon-MSFT 19,511 Reputation points Moderator
2 answers

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

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
asked 2019-10-30T20:22:37.837+00:00
Marilee Turscak-MSFT 37,396 Reputation points Microsoft Employee Moderator
answered 2020-01-07T17:44:43.927+00:00
Art Harchenko 1 Reputation point
1 answer

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 App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,971 questions
asked 2019-12-10T11:58:14.483+00:00
Matt Roberts 6 Reputation points
answered 2020-01-07T12:07:51.27+00:00
Joffrey NURIT 211 Reputation points
4 answers

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…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,971 questions
asked 2019-11-29T11:46:37.047+00:00
xabio 1 Reputation point
commented 2020-01-07T10:34:36.37+00:00
Ajay Kumar N 28,286 Reputation points Microsoft Employee Moderator
0 answers

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-19T14:30:41.82+00:00
Andrew Allen 1 Reputation point
commented 2020-01-07T07:05:59.217+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-19T13:39:28.67+00:00
Fieel 1 Reputation point
commented 2020-01-07T07:04:39.37+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-18T14:29:30.91+00:00
Eddie Lascu 11 Reputation points
commented 2020-01-07T07:02:35.107+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer

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

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-12T16:49:03.577+00:00
Javier R 211 Reputation points
commented 2020-01-07T06:59:46.543+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

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.…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-09T13:39:44.29+00:00
Sandeep Chauhan 1 Reputation point
commented 2020-01-07T06:58:12.087+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer

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:…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-05T02:36:07.227+00:00
Dylan Sukha 1 Reputation point
commented 2020-01-07T06:57:19.833+00:00
Anonymous
1 answer

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-09T11:52:49.557+00:00
Anonymous
commented 2020-01-07T06:57:18.623+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-22T05:52:00.69+00:00
WP Developer 6 Reputation points
commented 2020-01-07T06:56:58.453+00:00
Anonymous
1 answer

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 &…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-05T01:44:51.187+00:00
Nathan Sokalski 4,111 Reputation points
commented 2020-01-07T06:56:21.643+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-03T22:51:53.963+00:00
Andrew Allen 1 Reputation point
commented 2020-01-07T06:55:46.877+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-06T14:47:28.5+00:00
TrikCheatham 51 Reputation points
commented 2020-01-07T06:55:35.33+00:00
Anonymous
2 answers

How do you earn points?

Do you have to improve to get a point and how does it work

Community Center | Discuss the Q&A site | Get started on Q&A
asked 2020-01-07T01:41:26.157+00:00
Addie 1 Reputation point
answered 2020-01-07T05:00:54.767+00:00
Vaibhav Chaudhari 39,016 Reputation points Volunteer Moderator
0 answers

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…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-01-06T10:03:19.253+00:00
karthik vr 31 Reputation points
commented 2020-01-07T02:09:18.327+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
2 answers One of the answers was accepted by the question author.

What types of questions need moderation?

Could anyone share the rules here? Does my following post potentially violate any rules?

Community Center | Discuss the Q&A site | Get started on Q&A
asked 2019-11-27T15:06:58.643+00:00
Hong 1,526 Reputation points
answered 2020-01-07T00:19:39.36+00:00
Sandra Aldana 5,381 Reputation points Admin
1 answer

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:…

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

10,248 questions
asked 2020-01-06T07:24:15.153+00:00
preethiraja 1 Reputation point
answered 2020-01-06T18:03:21.91+00:00
Nick 6 Reputation points