The request was aborted: Could not create SSL/TLS secure channel.
While deploying the orchestrator into Azure App Service the powershell shows "The request was aborted: Could not create SSL/TLS secure channel."
Resolution: Save the below comment in the PS1 file format and open the powershell in elevated mode and execute the PS file this will automatically update the regedit as per the below path.
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord