Creating a service connection for Azure resources
This section will teach you how to create a service connection so that you can release your application on Azure resources. Before creating a service connection, you need to provide an Azure credential that can be obtained from the Azure portal.
Exploring Azure app registration
App registrations is the portal section where you can obtain Azure credentials, allowing Azure Pipelines to deploy applications to Azure resources. You can create an Azure app registration by performing the following steps:
- Navigate to https://portal.azure.com | Microsoft Entra ID.
- Click on App registrations and then + New registration:
Figure 3.1 – The App registrations page
- Click on the Register an application option. At this point, you need to provide the name of the registered application, after which you can choose from four options regarding account type. The first is for a single tenant, which...