Powershell.exe would always be running in the Azure Function Windows platform. You can confirm this by navigating to the Kudu (Advanced Tools) site , select debug console -> Powershell and run the below command in the powershell console. It will give the path of the powershell.exe in Azure function
"Get-Process | Select-Object Path"
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.