The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Pipe for azure webapp deployments using container registry image

Andrea Calderon
March 7, 2024

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.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 8, 2024

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

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events