Tag: Azure
-
Connect AWS and Azure with a Private Endpoint
The goal is to establish a non-public connection from AWS to Azure. The setup requires a range of resources in both clouds, including virtual networks, gateways, and private endpoints. Following detailed steps, AWS and Azure can be securely connected. Read more
-
Manage Service Principal Credentials Automatically
To automate an Azure Service Principal credential refresh without Admin Consent for API Permissions, a managing Service Principal with minimal privileges is established. An Azure DevOps Pipeline, triggered on schedule, runs a PowerShell script to refresh credentials, store them in Key Vaults, and update Service Connections as needed. Read more