Infrastructure as a Code vs Portal – Easy enter to Infrastructure as a Code

Infrastructure as a Code – everything should be deployed using this strategy…. but life is life… Today during Global Azure 2023 (thx Maciej), I discovered a new tool that allows synchronization, Azure Portal Changes vs. Code; it is stored in Azure DevOps or GitHub. So simply, the tool export ARM templates to the GIT repository and after updating it in GIT sync the changes with Azure. Please be aware that it is simply a dump of resource group definition (export template), so not always easy to deploy it back to Azure without modification, but it is always the first step.

The tool is open-source, developed by Microsoft, and available here: https://github.com/Azure/AzOps-Accelerator.

BTW my tool available here is only one way – Export Templates to GIT, and you can check it here: https://github.com/MariuszFerdyn/AzureTrackDeployments.