expiration date for the azure vm
our vM has set to expire on dec 31st and we liked to extend the expiration date. do you have any options

Patch Orchestration Application (POA) does not install updates in gMSA security cluster
https://github.com/microsoft/Service-Fabric-POA/issues/34 In ETW log, i see next: { "ProviderName": "POA-NodeAgentSFUtility", "Id": 2, "Message":…
Count PivotItems
I am writing a local app to be used as a wallboard/dashboard tool. The idea is to loop through various WebViews of SSRS reports. A counter is operated via a DespatcherTimer and each time a set interval is hit, the SelectedIndex on the pivot is…
[UWP] Getting System.OutOfMemoryException while saving the cropped image using ImageCropper
I am using same code which given in "Windows community toolkit sample App" for cropping the image. For large image file (size 13583x5417, 30mb) I am getting System.OutOfMemoryException while cropping the part of image. But same image works in…
NoAdAvailable with Microsoft Advertising SDK
This problem happen about a month. I'm sure that no problem with the code I'm using because it's working for old app. But new published apps never show any ad banner. Many ppl reported this problem at Msdn forum but Microsoft won't fix it
reportingservice.activedirectory.windowsazure.com as next link in /activities/signinEvents queries
Hello, I have an app to get sign-ins from logs /activities/signinEvents. I perform a GET query to graph.windows.net/tenant/activities/signinEvents/ and the next link presented in that response was …
What are the prerequisites for running teams (Javascript error on startup)
Hello, What are the prerequisites for the linux installation to succesfully run Teams. I've installed Teams on Ubuntu 16.04 But got an error when starting the application. NodeJs is version 8.17 and npm 6.13.4 and electron is installed. …
Как установить путь к домену на виртуальной машине Azure
Какие установки мне надо задать на виртуальной машине, чтобы при вводе в адресной строке браузера "Mysite.ru" отображался сайт. Мои данные: Имя виртуальной машины - Mysite. Машина находится на Azure. ОС - windows server 2012 datacenter …

Adding MSWebView to UWP app breaks getHtmlPrintDocumentSourceAsync printing
We've run into a bug that's broadly stated that creating/adding/removing MSWebView elements can cause MSApp.getHtmlPrintDocumentSourceAsync to reject some inputs as invalid even though those inputs work as expected when no MSWebView is involved. This can…
RATE IT button is not working after completing the module. Please fix it.
Steps to reproduce the behavior: For example: Complete all the sections in a module "Cloud Concepts - Principles of cloud computing". https://learn.microsoft.com/en-us/learn/modules/principles-cloud-computing/index Then…


Syncing multiple AD domains to a single Azure AD?
Hello, If I integrate with the Azure AD using the Password Hash Sync model, is it possible to run a separate instance of the Sync tool on each customer’s domain? Basically, I would like to allow company A and company B to use my app, provided that…
[Bug Report]We still can trigger event behind a popup
We seems like found a bug from our app. Here are the reproduce steps: Create a Page called PopPage, only set it's page's background to yellow,then set the grid: On the calling page create a button and write it's event like this: private void…
How to update SQLite for Universal Windows Platform for Visual Studio 2019
A UWP app uses SQLite for Universal Windows Platform. It was built quite a few years ago. Now, I am using VS 2019 and it does not accept SQLite for Universal Windows Platform. How can I use SQL Lite with VS 2019?

SharePoint Online - Single Sign On - Bypass "Pick an account" screen
I posted a question in SharePoint StackExchange but apparently, the issue is more appropriately asked here? Is there a way to bypass the "Pick an Account" screen if the user is currently signed on? We have SSO and executives are complaining…
Azure - How can I set so access to the apps portal will not require user and pass?
Hey, I have an app that is available in the myportal along with other apps. But I want the My Portal to be accessible with SSO - so when you are logged in to the computer you do not need to enter the credentials again in Azure My Portal to…
Windows Server Standard 2019
Hello, I want to buy for personal use Windows Server Standard 2019 . I am not sure what is the cheapest license I can buy for home/personal use. I asked a store and they tried to sell me 1k $ license type and I believe it's pretty expensive for personal…
BSOD in Windows 7 related to ntoskrnl.exe
Ive been getting a lot of bsod when I load in normally to windows. Ive followed multiple tips from here already but to no avail. Ive installed BueScreenViewer to see what is my problem.. also its a stop code 0x0000001a Memory_Management …
Universal app built for Win 8.1 - OAuth 2.0 Azure support
Hi, I have a Universal app built for Windows 8.1 using Visual studio 2015. (This was done before UWP, there are 2 separate projects for phones and others. But we are not actually using the phone version anymore) The client wants to add OAuth…
Error trying to connect PC to xbox on dev mode
Hello, after Dev mode installation, I configure wifi network, but I could not connect the PC browser to the site show on Dev app. Both Xbox and PC are connected to same wifi network. I already reboot everything after the initial configuration and I…

Avoiding reinstallation of modules after each deployment
Hi, I am running an Azure App Service on Python which requires a lot of modules/Python packages to work. I wanted to ask if there is any way to prevent reinstalling them every time I deploy my app? I am using the "az webapp up" command to…