Pular para o conteúdo principal

Updating Rest PKI Core on Azure App Services

Before updating, check whether the new version requires additional migration steps:

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.

See also