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

Bitbucket CI CD Pipeline to deploy dot net application for Azure webapp

Manohar October 7, 2022

Hi,

Am planning to create CI and CD Pipeline in Bitbucket for deploying .Net applicaiton to Azure.

 

Can you please guide me.

1 answer

0 votes
Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 7, 2022

Hi @Manohar .
You can take a look at the azure-web-apps-deploy or azure-web-apps-containers-deploy pipes

script:
  - pipe: atlassian/azure-web-apps-deploy:1.1.0
    variables:
      AZURE_APP_ID: $AZURE_APP_ID
      AZURE_PASSWORD: $AZURE_PASSWORD
      AZURE_TENANT_ID: $AZURE_TENANT_ID
      AZURE_RESOURCE_GROUP: $AZURE_RESOURCE_GROUP
      AZURE_APP_NAME: 'my-site'
      ZIP_FILE: 'my-package.zip'


To discover more pipes, visit our Bitbucket Pipes Marketplace.


Regards, Igor

Suggest an answer

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

Atlassian Community Events