In Biztalk, many artifacts (e.g. schema, pipeline etc) are used in some location like sendport, receivelocation etc.
Each time when we want to deploy an update version to Biztalk, it will said the artifact is being used. But we dont know where it is being used and we need to check all receivelocations, sendports and other places one by one.
Is there any faster approach such that we can know where the artifact is used?
Thanks.