Azure Management

Microsoft Azure offers a variety of services to help automate and optimize the management and compliance of your resources in the cloud. This includes Microsoft Purview, Azure Portal, Cloud Shell, Azure Backup, Azure Site Recovery, Azure Policy, Azure Monitor, and more!

51 articles

Nov 20, 2024 3 min read

New Microsoft AI Shell Public Preview

During Microsoft Ignite 2024, Microsoft announced the public preview of AI Shell, a groundbreaking innovation that integrates artificial intelligence directly into command-line workflows. With this…

May 27, 2024 2 min read

Introducing Microsoft Copilot for Azure

Microsoft Copilot for Azure is an AI-powered tool designed to enhance your efficiency and productivity when working with Azure. Leveraging advanced Large Language Models (LLMs)…

Jan 30, 2023 25 min read

Get Started with Terraform on Azure

One of the technologies that has come around through the DevOps movement of increased communication and cooperation between the Development and Operations teams has been Infrastructure as Code (IaC). These are technologies that DevOps Engineers and Site Reliability Engineers (SREs) have been adopting to build the latest technique of infrastructure automation in the cloud. Microsoft Azure natively supports ARM Templates for implementing IaC, but that's an Azure specific technology.

Aug 25, 2022 2 min read

Terraform: Get Azure Subscription Reference

When working with Terraform on Azure to manage resources, there are times when it’s necessary to get a reference to an Azure Subscription. This could…