azureazure-functionsazureportal

Where can I find the resource id of an Azure function app in the Azure portal?


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.


Solution

  • 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).

    enter image description here

    This would open up a panel with the JSON for your resource.

    enter image description here

    Check out the id in there. That's the resource id of your resource.