Azure Functions: Add a PowerShell Module
Azure Functions are a great serverless option in Azure for executing code. You can deploy functions using multiple languages, including…
Azure Functions are a great serverless option in Azure for executing code. You can deploy functions using multiple languages, including…
In a previous article (PowerShell SecretManagement: Getting Started), you learned about a new module from Microsoft named SecretManagement. This module…
Azure provides many options for high availability and resilience in its services. Two such Azure features are availability zones and…
Terraform can create multiple resources using the for_each argument. However, depending on your variable type or for_each syntax, Terraform can…
Terraform continually introduces more functionality and improvements as the product progresses. While newer versions enable better ways of performing tasks,…
Terraform is a popular Infrastructure as Code solution. Did you know that you can manage other Azure resources, such as…
In previous posts, you learned how to create your first Azure Automation PowerShell runbook and configure authentication to Azure resources.…
HashiCorp Terraform is an open-source Infrastructure as Code (IaC) tool that enables deploying resources on-premises and to the cloud. You…
In a previous tutorial, you learned about creating your first Azure Automation PowerShell runbook. You set up an Azure Automation…
Azure Automation is a cloud-based automation and configuration service that you can use for process automation through runbooks. You can…