Deploying artifacts to Microsoft Azure
Bitbucket Pipelines can perform deployments to Azure services through the use of pipes that integrate with these services. The following is the current list of pipes that connect with Microsoft Azure:
- Azure CLI
- Azure Container Apps Deploy
- Azure ACR push image
- Azure Functions Deploy
- Azure Kubernetes Service Deploy
- Azure Kubernetes Service Helm Deploy
- Azure Storage Deploy
- Azure Web Apps Containers Deploy
- Azure Web Apps Deploy
Let’s see what’s needed to use the Azure Functions Deploy pipe as an example of deployment to Microsoft Azure.
Getting ready
Before we can use the Azure Functions Deploy pipe to deploy to Microsoft Azure, we need to establish our Azure credentials. Follow these steps to do so:
- After installing the Azure CLI on your local machine or using the Azure Cloud Shell, create an Azure secure principal by typing the following command:
az ad sp create-for-rbac ...