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 : …
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.
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…
[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?
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…
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…
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…
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…
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?
[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". …
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…
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…
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…
Quick actions not shown on xbox dev home screen
I can't pair visual studio with my xbox as I can't see my pin on my xbox! I also can't work out how to leave dev mode to return to retail mode! I've tried restarting the xbox and resetting dev mode. I also tried creating a new sandbox. None of these…
FindFirstFileEx in UWP Application
I am working on porting a pre-existing C++ project to run in a UWP container. Also, this project is purely R&D and I will not be publishing to the store (restricted APIs are okay for me). This project's build system outputs a very simple 'package…
Microsoft Academy to Microsoft Learn
Hi there, is there anyway that my course information can be migrated from Microsoft Academy to Microsoft Learn, and those courses that i already have completed be tagged in Microsoft Learn. Most of those courses were paid for and i would like to keep the…
"Create App Service Managed Certificate" is broken
"Create App Service Managed Certificate" is broken in Azure Web App for Linux (Plan B1). When I create a certificate Azure returns a message "Successfully created App Service Managed Certificate for #######.com" however no cert shows…
SCVMM remove host from a cluster or remove cluster
I was tasked to setup a new SCVMM 2016 environment. We had an old VMM2012 environment that had died. The vmm server and database no longer exist. I have setup the new environment and added all the hosts back in except two. The problematic two hosts…
[app service linux] Are apt-get packages persistent across multiple re-deployments?
If I install any packages via apt-get on app service for linux (by connecting via SSH), will they be persistent across multiple re-deployments? Anyone know? FWIW: I'm simply zip-deploying my app to a B2 plan. Am not using containers. …
Unable to create a Token Binding Key issue when deploying Hybrid Cloud print
I've been working on trying to get Hybrid Cloud Print set up using these article here among others: https://www.scconfigmgr.com/2018/01/22/deploy-hybrid-cloud-print/ …