An Azure service that provides an event-driven serverless compute platform.
@Gal, Ofer Functions lets you leverage PowerShell gallery for managing dependencies. You need to update the below in host.json for dependencies management. In requirements.psd1 you need to mentioned the your module name. Searching with msgraph-sdk-powershell in poweshell gallery I found different module. As per your requirement you can add the module and if need with the version in your requirements.psd1
{
"managedDependency": {
"enabled": true
}
}