Hello @hawthorne91
Yes, it is possible to deploy a single Azure Function to multiple API Management instances. You can import the same Azure Function into multiple API Management instances by following the same steps you used to import it into the first instance.
When you import the Azure Function into the second API Management instance, you will need to create a new API in that instance and select the Azure Function as the backend.
You can then configure the policies and settings for the API in the second instance independently of the first instance.
Keep in mind that if you make changes to the Azure Function, those changes will be reflected in both API Management instances.
So, if you need to make changes that only apply to one instance, you will need to create a separate copy of the Azure Function for that instance.
I hope this helps.