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.
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
To discover more pipes, visit our Bitbucket Pipes Marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.