I have just deployed the IoT central bidirectional bridge and found that the deployment fails unless I included the path to the private ACR in the Bridge-image name field. This is not clear from the readme file.
The error was:
The cause of this issue took me a lot of time to identify, understand and resolve as I am new to Azure.
So, in Bridge-image I had to enter "myregistry.azurecr.io/bridge-name", even though myregistry.azurecr.io is entered in the ACR-server field, to get a successful deployment.
Can this instruction in the Readme file highlighted in italics be altered to identify this requirement?
3.6 Image and Azure Container Registry credentials
In this step you need to grant the solution access to the Docker image that you built and pushed in step 1. In the Bridge-image enter the name of the image that you pushed to your private ACR. In the Acr-server, Acr-username, and Acr-password parameters provide the credentials of your ACR instance.
Alternately in the code can the Acr-server and Bridge-image field contents be concatenated to pass the correct information?
Thanks
I have just deployed the IoT central bidirectional bridge and found that the deployment fails unless I included the path to the private ACR in the Bridge-image name field. This is not clear from the readme file.
The error was:
The cause of this issue took me a lot of time to identify, understand and resolve as I am new to Azure.
So, in Bridge-image I had to enter "myregistry.azurecr.io/bridge-name", even though myregistry.azurecr.io is entered in the ACR-server field, to get a successful deployment.
Can this instruction in the Readme file highlighted in italics be altered to identify this requirement?
3.6 Image and Azure Container Registry credentials
In this step you need to grant the solution access to the Docker image that you built and pushed in step 1. In the Bridge-image enter the name of the image that you pushed to your private ACR. In the Acr-server, Acr-username, and Acr-password parameters provide the credentials of your ACR instance.
Alternately in the code can the Acr-server and Bridge-image field contents be concatenated to pass the correct information?
Thanks