Azure Devops Private Build Agent using Azure Container Instance and Terraform

In your organization, you may have an Azure environment where all deployed services need to be private for security-related requirements. In this context, it will not be possible to deploy from azure devops or gthub actions using Microsoft-hosted devops agents because such agents will not be able to enter a private environment. For more information … Read more

Azure Standard Logic App with private endpoint and private Storage Account

In your organization, you may have an Azure environment where all deployed services need to be private for security-related requirements. In this context Azure has a set of services such as service endpoint, private endpoint, Azure bastion, IP restrictions, etc…In this article I will show how to deploy a standard azure logic app privatized with … Read more

AZURE TAGGING

Implement a tagging strategy Tags in Azure provide metadata related to assets, enabling better management, organization and tracking. We can thus define a tagging strategy according to the needs of our organization. We can therefore determine which tags (for example, environment, service, cost center) are essential to the categorization and management of resources. A tag … Read more