You can monitor the private build agent status and send email alerts if found offline.
Where to find Application and Service Principal objects in Azure Active Directory
The application object is the global representation of your application for use across all tenants, and the service principal is the local representation for use in a specific tenant.
How to create authentication certificate (Base-64 encoded X.509 .CER) using PFX certificate
If you have already created pfx certificate then there are 2 ways to generate .CER certificate. As you know pfx certificate will have both private and public key whereas authentication certificate (.CER) will have the public key only.
How to create PFX certificate using Azure App Service Certificate
If you are configuring Azure App Gateway, you need pfx certificate to for LISTENER . You can purchase App Service Certificate from Azure
Schedule Azure Release Pipeline to Create & Delete VMs (Linux/Windows) and VSTS Build Agents on it
In this article we will see how you can use “Schedule release trigger” feature of Azure Release Pipeline to schedule deletion & creation of the VM and configuration of VSTS build agent.
How to integrate Azure Repos Git with AWS CodePipeline
This blog post will cover how to integrate AWS CodePipeline with Azure Repos Git.
How to connect Visual Studio to AWS using AWS_SESSION_TOKEN of AWS SSO user
The user portal offers a single place to access all their assigned AWS accounts and applications. To access the AWS account or Applications, user logs into user portal.
How to create Azure KeyVault and Secrets using Azure release pipeline (using PowerShell script)
You can use PowerShell to create a key vault and secrets and assign access policy to users, groups or Apps.
How to use CodePipeline to protect CloudFormation resources when updating the Stack
In this article we will see how CodePipeline can be used to execute this stack policy every time new Stack is Created.
How to configure the Dynamics 365 Online Data Export Service with an Azure SQL Database
Dynamics 365 (online) CRM data can be easily exported to Azure SQL database using Data Export Service.