I have a data factory that will be sharing IR set up and resource ID is ready and permission to ADF is granted. I am trying to automate IR set up on the second data factory that will be receiving the integration runtime as linked integration runtime from the adf with shared runtime. I am trying to set this up using bicep, but I am having trouble understanding some of the properties in the documentation. https://docs.microsoft.com/en-us/azure/templates/microsoft.datafactory/factories/integrationruntimes?tabs=bicep#credentialreference
- is it possible to automate creating a linked integration runtime for a data factory?
- What are examples of SecureString, CredentialReference, Key for the linkedintegrationruntime object?