Skip to main content

Workload Configuration

When you are deploying Polaris through our Microsoft Azure or Google Cloud marketplace offers, you will be asked to configure some parameters of the Docker container for your workload. The configuration isimilar for both cloud providers.

  • Docker Image URL - the URL of the Docker image that you want to run inside of the Polaris container. You need to make sure that the VM will have the appropriate permissions to pull the image from the configured registry.
  • Environment variables - you can provide environment variables that will be passed to the Docker container.
info

If you are deploying on Azure it is recommended to use an Azure Container Registry (ACR). Currently, Azure Container Instances are limited to using password authentication for ACR, so you will need to provide the login server, username and password.

info

In the future, you will be able to configure additional parameters like port, entrypoint command and command parameters.