Forums

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

What is the role of the Zipped file during deployment with Microsoft Azure?

Sneha Sabu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 12, 2020
script:
  - pipe: atlassian/azure-web-apps-deploy:0.2.1
    variables:
      APP_ID: $APP_ID
      PASSWORD: $PASSWORD
      TENANT_ID: $TENANT_ID
      RESOURCE_GROUP: $RESOURCE_GROUP
      NAME: 'my-site'
      ZIP_FILE: 'my-package.zip'

1 answer

0 votes
Badr Eddine Zebbiche November 15, 2020

The role is compress the artifacts into one single zipped file for deployment.

A necessary step would be archiving the zip file itself using

script: 
-
echo "Archiving the artifacts"
-
zip {APPL_NAME}.zip File1 File2 File3

Here is an example: https://bitbucket.org/bitbucketpipelines/example-aws-elasticbeanstalk-deploy/src/master/bitbucket-pipelines.yml

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events