I am trying to find the Resource id
of an Azure function app in the Azure web portal but cant seem to find it anywhere? For most other services it is either in endpoints, configuration or properties but I cant seem to find it for an Azure function app in the Azure portal?
I tried checking all the panes of the Azure function app resource.
To see the resource id of the Function App (or any other Azure resource for that matter), open up that resource in Azure Portal, navigate to Overview tab and then click on JSON view link (it is usually on the far right hand side).
This would open up a panel with the JSON for your resource.
Check out the id
in there. That's the resource id of your resource.