Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipe for containerapp deployments

Esteban Sanchez December 15, 2022

Hi,

We want to deploy a containerapp from pipelines but I'm not able to find a pipe for that.

What should be recommended for Container App deployments?

Container apps are different from Web Apps Containers for using that pipe.

Thanks for the help.

1 answer

1 accepted

0 votes
Answer accepted
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 16, 2022

Hi @Esteban Sanchez 

Thank you for your question!

For Azure cloud we have a general-purpose azure-cli-run pipe based on the azure cli:

script:
  - pipe: atlassian/azure-cli-run:1.1.0
    variables:
      AZURE_APP_ID: $AZURE_APP_ID
      AZURE_PASSWORD: $AZURE_PASSWORD
      AZURE_TENANT_ID: $AZURE_TENANT_ID
      CLI_COMMAND'az account show'

Or it could be a good case for your custom pipe. We have clean and simple guides and Bitbucket Pipes toolkit.

 

Best regards,
Oleksandr Kyrdan

Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 16, 2022

To discover more pipes, visit our Bitbucket Pipes Marketplace.

Esteban Sanchez December 16, 2022

Thank you, Oleksandr.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events