To manage costs effectively and prevent unexpected expenses, I have been tasked with creating a budget and implementing controls to limit resource consumption. This will be achieved through a custom Azure Policy that automatically restricts the creation of new resources once the defined budget limit is { Read More }
How to configure the Security Center via Azure Resource Manager (ARM) template
Azure Resource Manager (ARM) template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for Azure resources. There are several ways to find the template for the resources. I usually go to the following places: To find the ARM template for a configured resource { Read More }
How to join a VM to a domain by PowerShell in Azure
I have a script to automate the server provisioning with VMWare on-premises. It`s tied to a WPF form and used Invoke-VMScript (VMWare PowerCLI) to handle the domain join function. You can check the post How to change IP and join a VM into domain by PowerCLI in VMware. I don't see many people used { Read More }