Confusion over Azure TLS/SSL Settings, F1 App Service Plan and SSL Certificates
I have succeeded in confusing myself beyond all expectations. I have a simple Web Service which has existed for several years. Access to it has been through http, however I wanted to switch to https. Trying to find the documentation describing how to…
Why am I getting socketexception 10013 after moving a .Net5 web app from V2 to V3 app service plan?
I have an az cli script to create a new P1V3 service plan in a new resource group with a new app service and configuring vnet integration with an existing subnet to other services (SQL, Storage, keyvault) in a different resource group. I then deploy a…
SKNWayCanvas Examples / Thoughts
Introduction In the Skiasharp library for C# I'm looking for cross-platform thoughts, with a really good example please, concerning the use of SKNWayCanvas to draw to multiple canvases at the same time. Questions Is parallelism involved? Are they…
![](https://techprofile.blob.core.windows.net/images/50wL3Mq39EihL3nuCXsxaw.png?8D8C90)
![](https://techprofile.blob.core.windows.net/images/50wL3Mq39EihL3nuCXsxaw.png?8D8C90)
No official iOS client?
Hello, as an iOS mobile developper, I was interested in adopting the asp.net 5 backend stack. Unfortunately, it seems there is no "officially" supported iOS client for signalr. There is one and the author did a good work, but I was more…
![](https://techprofile.blob.core.windows.net/images/CL9sTc5zkUClnOVlnXO8DA.png?8DCA31)
What consideration do you need to take when setting up SCDPM Modern Backup Storage with SDD disk?
Hi, What consideration do you need to take when setting up SCDPM Modern Backup Storage with 4% tired SDD disk? The idea is to reduce the number of Error 40002? What I have get from Microsoft DPM support is that to reducing the Error 40002, is to…
![](https://techprofile.blob.core.windows.net/images/AFxuRwFN4kORGRmd6f3yoA.png?8D8916)
![](https://techprofile.blob.core.windows.net/images/AFxuRwFN4kORGRmd6f3yoA.png?8D8916)
Retrieve an online meeting by JoinWebUrl stopped working in Beta API
Hi Team Retrieve an online meeting by JoinWebUrl as documented here onlinemeeting-get was working fine on Monday 8th of March and it stopped working yesterday and today is still not working. I am getting the following error on the GET request …
Can't connect MySQL Workbench with my database in Azure Database for MySQL server
I created an "Azure Database for MySQL server", installed "MySQL Workbench" as per instructions on MS documentation. I keep hitting the same problem after much installing, re-installing, changing firewall settings (ie adding IP…
![](https://techprofile.blob.core.windows.net/images/kjzQAO5Oq0Oj37wdNf6qTQ.png?8D8E42)
Classes Taken?
How do I see all the Microsoft classes I've taken?
![](https://techprofile.blob.core.windows.net/images/By7hMpOv-EmO0yrz6HIlOg.png?8D9E1A)
![](https://techprofile.blob.core.windows.net/images/By7hMpOv-EmO0yrz6HIlOg.png?8D9E1A)
VSCode Mac C++ debugging stopped working
I am impressed with the quality of VSCode as an IDE. It really helps with working on projects. I am working on the open-source project panda3d. I have been using VSCode for python and C++ debugging without any problems for a few months. Recently,…
Not able to call msapprproxy.net (microsoft application proxy server)
Hi, I am not able to call msappproxy.net (MS proxy server) using Authorizaiton Bearer <Token>. I am always getting message sign in to your account. although I have got authentication Token..
Xamarin Form Focus
Hi, I have a Xamarin Forms application for Android. I'm using the below to set the focus on a control.... protected override void OnAppearing() { base.OnAppearing(); EntryBoxNumber.Focus(); } This seems to be working 100% when using a…
![](https://techprofile.blob.core.windows.net/images/scmRdMK3h0euR6fk1ABaRA.png?8D88C9)
GridLayout & Automatic Cell Sizing
In UWP & Xamarin.Forms, grid layouts defined using widths & heights, including the possible values of Auto & *. However, in Xamarin.Android's GridLayout, they are defined by specifying the number of columns & rows. This is fine if the…
Why am I getting a 'Cannot insert duplicate key in object' error when I'm copying [SalesLT].[Customer] from Azure SQL Database to Synapse?
**I am following this tutorial to copy tables from AdventureWorks in Azure SQL Database to Synapse using a pipeline within Synapse, not Data Factory This tutorial uses the Auto Create Table option in the pipeline Sink Even though there are no…
password lost
I'm a member of Teams 365 , i work on it as a teacher in my school. I cannot recover my password and the administrator told me that i can recover it by myself. I don't know how to do it. Can you help me please?
Cannot move mailbox to a new Database - Exchange 2016 on Prem
Not sure how to fix this, had no problem moving a mailbox to a new database before, but trying to move a mailbox to a new database and it is stuck at syncing and when I check the status, I see the following error - StalledDueToTarget_MdbReplication. I…
Microsoft Exchange self signed cert missing
I noticed in the event viewer that there was an error related to a certificate. Microsoft Exchange could not find a certificate that contains the domain name SERVERNAME.domainname.com in the personal store on the local computer. Therefore, it is…
Windows server 2012r2 enabling shadow copy on already mirrored drive.
I have an already mirrored D: drive on a Windows 2012r2 server. I forgot to turn on shadow copy before I mirrored the disk. Can I enable shadow copy while the disk is mirrored? Or do I need to break the mirror first?
Iphones cannot connect via ActiveSync since 2016 CU19 and KB500087
Hi, have upgraded a client 2016 server to CU19 and installed patch for KB500087 and since then all iphones can no longer connect via activesync using the native mail client. Outlook client connects, I can setup an android device as well but any new or…
RDP keeps disconnecting when trying to run a program as administrator
Im connecting to my work server using RDP, all of a sudden last few days when i try to run certain programs on the server as administrator the RDP connection shuts down and the program doesn't open on the server. It only started to happen a few days…
Pull Phone MFA via Beta Graph in Azure AAD B2C
I use custom policy to set user phone mfa. However, when we try to pull the phone mfa for a user via Beta Graph, it doesnt pull the values: var phoneMFA = await _graphServiceClient …