-
|
I able to create new BC 27 container using New-BcContainer with published IP where my teammates can access it within our network e.g https://192.168.1.20/BC/?tenant=default however i need to custom the BC to be BC270 so we can have different instance for version 26 for example, any advice or hint i used ** -bcinstance 'BC270' `** but not work for me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
To my knowledge, -bcinstance is not a parameter for New-BcContainer. Please review the list of parameter here: https://github.com/microsoft/navcontainerhelper/blob/main/ContainerHandling/New-NavContainer.ps1 Or by running There is a parameter called |
Beta Was this translation helpful? Give feedback.
-
|
Recommended approach for your scenario is to have different containers (different IPs) for the different BC versions. |
Beta Was this translation helpful? Give feedback.
Recommended approach for your scenario is to have different containers (different IPs) for the different BC versions.