



Is there something in package that is preventing them from being loaded? Or is it by design? Inspecting ExchangeOnlineManagement.psm1 script, we can see that all these parameters are different from other parameters and added using the. When we run "Connect-ExchangeOnline" from Azure Function, we get ": A parameter cannot be found that matches parameter name 'XXX'", where all missing parameters are in the following list. Connection to Exchange Online is made with the latest module of ExchangeOnlineManagement 3.0 and a certificate. We're connecting to Exchange Online from Powershell in C# Azrue Function. We have a code that successfully runs in a console app but fails in Azure Function.
