Whenever we add a trigger/ action, there are some fields that need secure connection string. In Production environment, it is not feasible to copy-paste these connection strings. It would be good to provide a link to get SecretValue from a SecretKey based on KeyVault (auth of KeyVault TBD). Also, provision for saved data entity (including creds for KeyVault) at a centralized location, which can be re-used in many places. For e.g., instead of providing KeyValue pair of KeyVault connection string at multiple places, i just use a tag KeyVault_1, which is defined at a centralized location.
... View more