I am trying to do a CD from bitbucket. The project is nothing but some css, js & html. I am not too familiar with bitbucket pipelines. How do I deploy this to Azure?
Hi @[deleted]
What specific service in Azure are you trying to deploy your application to?
We have a guide for deploying to Azure App Service at https://confluence.atlassian.com/bitbucket/deploy-to-microsoft-azure-900820699.html
I've noticed that Azure offer a static site hosting service: https://azure.microsoft.com/en-us/blog/azure-storage-static-web-hosting-public-preview/ . Given you have only css, js and html assets, that may be a viable option.
Depending on what Azure services you are using, you may need to have the Azure CLI installed. The default bitbucket pipelines image is based on Ubuntu, and you can follow the instructions at https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest on how to install the CLI as part of your pipeline.
Once you have the Azure CLI installed, you can interact with various services they offer.
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.