FileZilla FTP deploy to Asuzre website; How to keep timestamp from updating
Hi, I am using FileZilla to FTPS deploy to an Azure website. However, the file's timestamp keeps changing to the current date/time upon upload. I have already modified FileZilla's "Preserve timestamps" setting. Thanks, Green
Azure Function response times out, and tcp connection is reset (closed) before all content is received
Hi. I am not sure, if this is the right forum. We have an embedded device, which connects to an Azure Function and gets a 10MB file. During the file transfer the connection is reset (TCP RST) or we see, that Azure is no longer sending data to…
Laravel WebApp + Laravel Web API
I am new to Azure and I've been following these guides. https://learn.microsoft.com/en-us/azure/app-service/app-service-web-get-started-php https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-php-mysql However my…
Create multiple connections using Stream Socket
I have two separate uwp apps which run as Server and Client. I installed Server app in one machine and Client app in 3 machines. I need to share a file from Server app to Client app. When I shared the file Sometimes it is not shared to all the…
UWP Desktop Bridge app and suspend/resume
Hello, How does suspend/resume work with an UWP app that uses Desktop Bridge? Are such apps ever suspended? Desktop Bridge apps don't have suspend/resume based on this API documentation:…
Azure AD with Azure SQL Database (Best Security approach in Connection String)
Hi, In Azure SQL Database (Single Instance) what is the best approach for connecting to a Database ? I want to maintain a connection string with Azure SQL DB without exposing the credentials. i.e. Not using SQL authentication, wherein we…
Can I connect PowerBI with AzureDevops ?
I want to visualize my query of Azure Devops in Power BI to find out the status of work items and types. Can I do it ? How ?
Azure App Service Certificate Configuration not working
I purchased an SSL certificate using an Azure for my App Service. When I try and configure the certificate, I can not access step 1 or any other step, it just keeps spinning and nothing displays.
ThrowOnExternalCallFailed() on Windows 10 17763 and lower
An app with Target version: 18362 and Min version: 16299 works flawlessly on Windows 10 18362, 18363, but it throws exceptions by System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed on 17763 and lower: From 17763: Exception from…
How to analysis UWP crash log?
My Application is Crash for some UI issue and it shows error - "parameter incorrect" After Crash is want to open some file.. I want to understand how can I get valid crash log in detail and what is the best way to analysis log
Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync() no longer works
The following code used to work: Windows.ApplicationModel.Store.PurchaseResults pr = await Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync(_ud.sInAppTokenName); It no longer shows a window. Instead, it returns…
How to sideload app on Windows Phone 8.1 now?
The Store app seems to have stopped working on Windows Phone 8.1 devices. In this case, how to sideload an app built with WinRT (.appxupload) on Windows Phone 8.1 devices?
Xbox dev mode fails to launch
I've been using dev mode at for a while with no real problems. I brought my console over to my brother's house so I could show people the game I've been working on,but now suddenly my console will no longer boot into dev mode. If I unplug the console…
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. …