Updating Rest PKI Core on Azure App Services
Before updating, check whether the new version requires additional migration steps:
-
Update from 4.x to 5.0 Then, replicate the new Docker image of the system to your container registry (replace
MY_ACR_NAMEwith the name chosen during installation and5.0.0with the desired version):
az login
az acr login --name MY_ACR_NAME
az acr import --name MY_ACR_NAME --source docker.io/lacunasoftware/restpkicore:5.0.0 --image restpkicore:5.0.0
Finally, on the system's App Service, go to Deployment Center and, in the Tag field, select the new version and click Save.