This example assumes you have previously completed the following examples:
To build the JAR file use the following Maven command line:
mvn package
To build and push the container image to your ACR use the command lines below:
export ACR_DROPWIZARD_IMAGE=dropwizard:latest
az acr build --registry $ACR_NAME --resource-group $RESOURCE_GROUP --image $ACR_DROPWIZARD_IMAGE .
Do NOT forget to remove the resources you created once you are done running the example.
4m