fresh-lifeguard-12682
10/29/2020, 5:24 PMazure:appservice:AppService (connectmga-location-cde):
error: transport is closinggentle-diamond-70147
10/29/2020, 5:32 PM-v5 --logtosderr
and see if you get more information? You might need to try -v9
to get even more verbose logs.fresh-lifeguard-12682
10/29/2020, 5:38 PMwhite-balloon-205
error: transport is closingNote that in most cases I've seen this - it's a symptom of some other problem, not the cause. You most likely have some other error being reported which is the core problem, and that error is in turn causing this "transport is closing".
fresh-lifeguard-12682
10/29/2020, 6:54 PMstrong-plastic-28250
10/29/2020, 9:51 PMfresh-lifeguard-12682
10/29/2020, 10:35 PMgentle-diamond-70147
10/29/2020, 11:06 PMfresh-lifeguard-12682
10/29/2020, 11:12 PMgentle-diamond-70147
10/30/2020, 4:16 PMfresh-lifeguard-12682
10/30/2020, 5:21 PMLogs = new AppServiceLogsArgs
{
ApplicationLogs = new AppServiceLogsApplicationLogsArgs
{
AzureBlobStorage = new AppServiceLogsApplicationLogsAzureBlobStorageArgs
{
Level = "Information"
}
}
},