I'm using the azure change feed to migrate data from one db to the other. But the connection string is rotated every 24 hours. In my code, the connection string is linked to a azure key vault where this value is getting rotated. Everytime this key gets roatated and my change feed is invoked, it still uses the old key and thus errors are observed.
How to enable the change feed read the connection string from the key-vault, everytime it is invoked?