
Authentication for Azure REST APIs using Azure AD Service Principals
In this article, we will explore how to make a REST API call to Azure resources to manipulate (CRUD) them. Azure REST APIs require authentication that confirms that we or the application as the user has the appropriate permissions to perform the…