Commonly Used Git Commands
Configuring Git Before using Git, you need to configure your user information, such as your name and email address. This information will be associated with your commits. git config --global…
15/04/2025
In this post, I will explain how to use custom archetypes of Azure Landing Zones and how to automate this deployment using enterprise landing zones module in terraform Azure Landing Zones are an important aspect of cloud adoption for organizations. They provide a foundation for consistent deployment of resources, governance, and security across…