admin管理员组

文章数量:1314504

Consider we have prod and dev ADF workspaces. Dev is git integrated and prod is only in live mode. The client wants to have two separate SHIRs for DEV and PROD. we have configured both the SHIRs in dev. lets say SHIR1 and SHIRprod1 in a branch temp.

It is understood that we have to create the SHIR1 shir in prod and use the resource-id from SHIRprod1 in dev.

But on raising merge request between temp to dev branch. We see the resource file for both SHIR1 and SHIRprod1 is merged in git. I am not sure what will be the behaviour if it is deployed to prod. will the SHIR1 and SHIRprod1 overwrite the shared SHIR1 that we created in prod. What will be the right way to acheive this?

Any idea or suggestion is welcomed

本文标签: gitHow to Configure Prod SHIR in dev ADF workspace and share it to prod ADF workspaceStack Overflow