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.