This tool is used as aprt of our helm charts to manage Cloudflare DNS records automatically post deployment.
Authenticate to the Azure Container Registry:
az acr login -n RedRiver
Build and push the image to the Azure Container Registry:
docker build . --tag redriver.azurecr.io/cloudflare-cli:VERSION --push