The command Get-AzFunctionApp -ResourceGroupName "myresourcegroup", is returning the logic apps in the Resource Group as well. I guess this happens because internally a filter for kind 'functionapps', but the Logic App also has functionapp in its kind functionapp,workflowapp.
Description
The command
Get-AzFunctionApp -ResourceGroupName "myresourcegroup"
, is returning the logic apps in the Resource Group as well. I guess this happens because internally a filter for kind 'functionapps', but the Logic App also has functionapp in its kind functionapp,workflowapp.Issue script & Debug output
Environment data
Module versions
Error output