407,450 questions

Sort by: Updated
0 answers

ApplicationData.Current.LocalSettings and DateTimeOffset.MinValue

ApplicationDataContainer localSettings = ApplicationData.Current?.LocalSettings; localSettings.Values["foo"] = DateTimeOffset.MinValue; DateTimeOffset dto = (DateTimeOffset)localSettings.Values["foo"]; The last line of the…

Universal Windows Platform (UWP)
asked 2019-12-22T00:30:03.113+00:00
Hong 1,221 Reputation points
commented 2020-01-02T07:29:50.12+00:00
Fay Wang - MSFT 5,226 Reputation points
0 answers

How can i handle or find where is exactly crash in UI ?

How can i handle or find where is exactly crash in UI - Unhandled exception... I want to know crash log with proper line number or method name

Universal Windows Platform (UWP)
asked 2019-12-13T05:36:58.4+00:00
MangoApps 91 Reputation points
commented 2020-01-02T06:17:13.413+00:00
Roy Li - MSFT 34,091 Reputation points Microsoft Vendor
2 answers

Create App Service Managed Certificate with FrontDoor CNAME

I have a linux Web App backend attached to a FrontDoor instance with a custom domain, but I'm unable to create a managed certificate on the web app due to the error: "Hostname not eligible for App Service Managed Certificates creation." How…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,350 questions
asked 2020-01-01T08:35:24.363+00:00
Praemon 136 Reputation points
answered 2020-01-02T05:36:09.623+00:00
xequence 6 Reputation points
0 answers

Custom PHP extensions no longer load

Recently, more precisely on Nov 19, 2019, I had a problem where when scaling my application the new instances that scaled no longer found the extensions I use on my system. Some of my users connected to a given instance could load the system correctly,…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,350 questions
asked 2019-11-27T18:37:21.35+00:00
Anderson Zanardi 21 Reputation points
commented 2020-01-01T19:59:04.763+00:00
Michael C. McKinnon 81 Reputation points
0 answers

why i can connect to only bing.com and fb google no ?

i have created vm azure for 1H but when i want to connet to google i got this message you can't reach this page i made secuirity level to low but the same probleme is there any solution guys thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,406 questions
asked 2019-12-04T07:59:38.04+00:00
mehdi fares 1 Reputation point
commented 2020-01-01T19:50:12.477+00:00
Michael C. McKinnon 81 Reputation points
4 answers One of the answers was accepted by the question author.

Access Token Lifetimes

Hi, I want to increase the Access token lifetime to one day.I used the poilcy like below New-AzureADPolicy -Definition…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,045 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,340 questions
asked 2019-12-30T09:45:33.04+00:00
sujith reddy komma 76 Reputation points
commented 2020-01-01T14:28:33.25+00:00
sujith reddy komma 76 Reputation points
1 answer

Can we use Windows Hello in .Net MVC, VS 2015

I have MVC Application, in which i need Windows Hello login Code, So that i can Implement the same way in my Application

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,182 questions
asked 2020-01-01T09:21:20.11+00:00
vijay kumar 1 Reputation point
answered 2020-01-01T14:19:10.417+00:00
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,866 Reputation points
1 answer

Service Fabric -Stateless ASP.Net Core - Support for ASP.Net Core 3.0 gRPC

I had created a Service Fabric project called "Stateless ASP.Net Core" with ASP.Net Core 3.0 WebAPI. I replaced WebAPI code with ASP.Net Core 3.0 gRPC middlewear based on MSDN documentation. MSDN Documentation link : …

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
275 questions
asked 2019-11-29T06:46:51.04+00:00
Sandeep Kandula 1 Reputation point
answered 2020-01-01T09:36:29.327+00:00
Andrej 6 Reputation points
2 answers

Pricing levels for Web App for Containers (Windows)

My current app service plan for a Web App for Container (Windows) only allows me to select Production plans (PC2-4). Is there a plan to allow Dev/Test plans? The PC2 pricing is higher than I'd like while in development. Thanks.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,350 questions
asked 2019-12-10T23:11:24.883+00:00
Rick D 1 Reputation point
answered 2019-12-31T21:45:37.787+00:00
BTardif-[MSFT] 361 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Accessing COM Object from WinRT Component

I would like to write a WinRT (C++) component that access my COM Object. in order to do that I need the COM Object Interface definitions, so I'm using #import with raw_interfaces_only e.g. #import…

Universal Windows Platform (UWP)
asked 2019-12-31T11:58:19.903+00:00
baget 221 Reputation points
accepted 2019-12-31T13:33:06.013+00:00
baget 221 Reputation points
1 answer

[UWP] How to bring the blue pipe closer to the header text of pivot using XAML

[UWP] How to reduce the space between blue pipe and header text of pivot?

Universal Windows Platform (UWP)
asked 2019-12-06T14:42:08.043+00:00
Aryan Onkar 1 Reputation point
commented 2019-12-31T08:58:45.903+00:00
Fay Wang - MSFT 5,226 Reputation points
2 answers

UWP how to blink in Taskbar?

UWP how to blink in Taskbar I am using C# / UWP to make an application. In that application, I want to blink the window if a particular event occurs so that the user of that application knows that something happened. How can I get this in my C# UWP…

Universal Windows Platform (UWP)
asked 2019-12-03T06:27:08.63+00:00
Ankur Tripathi 1 Reputation point
commented 2019-12-31T08:34:38.317+00:00
Fay Wang - MSFT 5,226 Reputation points
0 answers

Windows toast does not appear when machine wakes from modern standby

Hi All, I am working on modern standby machine to wake via voice from sleep. When I heard the sound then Intel drivers wakes the machine and i receive an callback in my app to show toast notification. It works for the first time but from second time…

Universal Windows Platform (UWP)
asked 2019-12-03T01:18:52.843+00:00
Pavan 1 Reputation point
commented 2019-12-31T08:20:39.777+00:00
Fay Wang - MSFT 5,226 Reputation points
2 answers One of the answers was accepted by the question author.

Regex question

I am using Regex in a C# program. What I really want is an expression that will check for valid data input, letters, numbers, punctuation, space, etc. But, I am having problems getting even a simple alpha-num to work. I defined 2 strings const…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,182 questions
asked 2019-12-26T15:01:09.993+00:00
Keith Crotty 81 Reputation points
accepted 2019-12-31T00:17:24.173+00:00
Keith Crotty 81 Reputation points
2 answers

How can I retrieve details on an authenticated user?

I'm new to Azure. I recently started a new project using Web Template Studio using Node.js on the backend hosted on Azure App Service. I have figured out how to require authentication using OAuth with Azure App Service, but I'm not sure how exactly I can…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,350 questions
asked 2019-12-20T01:07:55.64+00:00
Rosalina 1 Reputation point
answered 2019-12-30T20:06:54.087+00:00
Grmacjon-MSFT 18,816 Reputation points
3 answers One of the answers was accepted by the question author.

Mailbox access after domain deletion

We have acquired a company who will be deleting their email domain( XXX@Anonymous .ca) by Jan 2020. Is there any way to still access/forward emails that are sent to some of the company mailboxes after the domain is deleted?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,182 questions
asked 2019-12-27T21:38:29.937+00:00
IT Administrators 21 Reputation points
accepted 2019-12-30T14:31:07.67+00:00
IT Administrators 21 Reputation points
1 answer One of the answers was accepted by the question author.

[UWP] Splash Screen Anomaly/Problem

Hi Q&A, I'm trying to add a Splash Screen to my UWP app, develeoped using VS2019. The documentation states that I should: "Choose the 1240 x 600 pixel image (.png, .jpg, or .jpeg) you'd like to use for your splash screen image". …

Universal Windows Platform (UWP)
asked 2019-12-09T14:28:02.157+00:00
RobDev 406 Reputation points
accepted 2019-12-30T13:47:16.62+00:00
RobDev 406 Reputation points
1 answer

Electron app (nightmare.js) failing on Azure App Service for Linux

Is it possible to run Electron apps (Nightmare.js) on the Azure App Service for Linux nodejs built-in containers? It seems like there may be some specific Azure configuration settings required for this to work. The issue is the node server can't launch…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,350 questions
asked 2019-12-17T16:14:32.467+00:00
Diane Bustamante 1 Reputation point
answered 2019-12-30T09:07:32.64+00:00
Grmacjon-MSFT 18,816 Reputation points
2 answers

UWP - touch screen keyboard in desktop mode

Hi, We have a UWP app which can run on both tablet mode and desktop mode. Our client wants to get the touch screen keyboard(or on screen keyboard) while using the app on both tablet mode and desktop mode, when there is a text input box. But the devices…

Universal Windows Platform (UWP)
asked 2019-12-29T08:50:59.367+00:00
Madhu 96 Reputation points
answered 2019-12-30T02:50:12.497+00:00
Fay Wang - MSFT 5,226 Reputation points
2 answers

FHIR API: Cannot save authorized object ids in authentication tab

Hi, when i click save in FHIR authentication tab (i use fhir api) azure says: bad request, cannot save I may attach the JSON log if needed. Do you fave any idea? It seems somthing in Azure is broken (my FHIR service is version STU 3) i only…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,340 questions
asked 2019-12-22T09:30:31.563+00:00
mrB 6 Reputation points
commented 2019-12-29T14:20:59.09+00:00
mrB 6 Reputation points