Workload Configuration
When deploying Polaris through our Microsoft Azure or Google Cloud marketplace offers, you will be asked to configure some parameters for the Docker container running your workload. The configuration is similar for both cloud providers.
- Docker Image URL: Specify the URL of the Docker image to run inside the Polaris container. Ensure that the VM has the appropriate permissions to pull the image from the configured registry.
- Environment Variables: Provide environment variables to be passed to the Docker container.
info
For deployments on Azure, it is recommended to use an Azure Container Registry (ACR). Currently, Azure Container Instances are limited to password authentication for ACR, so you will need to provide the login server, username, and password.
info
In future releases, you will be able to configure additional parameters such as ports, entrypoint commands, and command parameters.