Hi,
We want to deploy a WebApp from pipelines using a image from Azure Container Registry, or If is possible deploy a container, but I'm not able to find a pipe for that.
What should be recommended for WebApp deployments with Azure Container Registry?
Thanks for the help.
Hi @Andrea Calderon . There is a Bitbucket pipe to push to Azure Container Registry.
- pipe: atlassian/azure-acr-push-image:0.3.0 variables: AZURE_TOKEN_NAME: "<string>" AZURE_TOKEN_PWD: "<string>" AZURE_REGISTRY: "<string>" IMAGE_NAME: "<string>" TAGS: "<string>" # Optional # DEBUG: "<boolean>" # Optional
More pipes for Azure you could discover at the Bitbucket Pipes Marketplace.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.