What is the best way to upgrade the Azure container instance? It was so simple to do the setup, now just have to figure out how to upgrade the latest.
Hey J,
We actually have an “Updating Connectors” Doc Page that goes over this. The specific Azure section is as follows:
You can upgrade any Connectors running as a container instance on Azure with the following CLI command. This will automatically download the latest image.
You will need the container name and Resource Group name to run the command.
Copy
az container restart --name <CONTAINER_NAME> --resource-group <RESOURCE_GROUP>
Let me know if you have any other questions!
Thanks,
-arthur