ferozekhanhighcloud.hashnode.dev·Nov 24, 2024How to Sync Two Azure File Shares with an Automation AccountAzure File Shares provide a seamless way to store and access files in the cloud using standard SMB protocols. However, when working with multiple file shares across regions, keeping them in sync can be challenging. In this blog, I will show you how t...Azure
Navya Anavyadevops.hashnode.dev·Jul 24, 2024Managing Azure Resource Group Locks with a Bash ScriptManaging cloud resources efficiently is crucial for organizations to maintain security and ensure proper resource utilization. In Azure, resource locks are a powerful feature that can help protect resources from accidental deletions or modifications....azure resource lock
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Jul 13, 2024Mastering Azure CLI: A Step-by-Step Guide for BeginnersAzure CLI Azure Command Line Interface Azure automation Azure CI/CD Infrastructure as Code Azure resource management Azure DevOps Azure CLI tutorial Azure CLI installation Azure CLI commands Why CLI? Automation: Azure CLI enables automati...AWS
Israel Orenugaisrxl.com·Oct 18, 2022Process Automation via Azure Automation AccountsI am tempted to call the Azure Automation Service a "Task Scheduler on steroids". It is of course an oversimplification as the Azure Automation service is used for more than just scheduling tasks but I guess it can serve as a good introduction to wha...automation
Ian Santillanievsantillan.hashnode.dev·Jul 27, 2020Mastering Runbook Execution in Azure AutomationAzure Automation provides a robust platform for automating cloud and on-premises processes using runbooks. Key aspects of runbook execution include: Job Creation: Starting a runbook creates a job, which is an instance of runbook execution. Executio...azure runbook