@Lewis Liu Thanks for reaching out. As you are defining the userAssignedIdentities identity to your function app so you can refer to this section for userAssignedIdentities parameters.
Feel free to get back to me if you need any assistance.
"kind": "functionapp",
"identity": {
"type": "UserAssigned",
"userAssignedIdentities": { "/subscriptions/subscriptionID/resourcegroups/resourcegroupname/providers/Microsoft.ManagedIdentity/userAssignedIdentities/userdefineidentityname": {}
}
}
Please accept as "Yes" if the answer is helpful so that it can help others in the community. If you need any help/clarification/concerns/follow up questions, then please click on "Add Comment" on my answer and provide more details.