0

I am new to Azure Cloud. I need to set up a CI/CD pipeline that will run the following tasks and Deploy the build to Azure Cloud Web App server , every time new changes are pushed to a particular branch in Bitbucket-server.

Following are the tasks :

(A) Run npm install (B) Run ng build --prod (C) Run ng tests (D) Deploy the dist/App_Name build to /wwwroot folder in Azure Cloud.

I tried to pull code from Bitbucket-server under Deployment Center from Azure Cloud, but unable to find any option to do so.

1 Answers1

0

After you create your app service, you should see the Bit Bucket option under Deployment Center.

Azure Deployment Center Blade

Once you click Bitbucket, you click the 'Authorize' button at the bottom of the blade which will then open the Atlassian login screen. From there, you should be able to select your bitbucket repo.

Ryan Hill
  • 1,821
  • 2
  • 8
  • 21