Note, that folder c-entron-api and c-entron-nexus folders are provided by mitteldeutsche-it and are only here for documentation purposes. Once the setup is running they can be removed ``` bash # build docker image docker build -t centron.azurecr.io/centron_nexus$version -f docker/Dockerfile . docker build -t centron.azurecr.io/c-entron_webservice:$VERSION_alpine3.19 -f docker/c-entron-webservice/Dockerfile . # login into azure and azure container registry to upload the image az login az acr login --name centron docker push centron.azurecr.io/c-entron_webservice:$VERSION_alpine3.19 ``` ## Neues Tocken anlege= ``` bash # neues token in der registry anlegen az acr token create -r centron --scope-map customer --output json --name ANWENDER_ODER_KUNDE ```