Azure

Deploy Azure Container Instance using Azure CLI

Introduction Azure Container Instances (ACI) is a serverless container service offered by Microsoft Azure. It allows you to easily run containers without managing the underlying infrastructure. With ACI, you can deploy containers on-demand and only pay for the resources you consume, making it a cost-effective and efficient solution for running containerized applications. In this post, […]

Delete Azure File Share file using Azure CLI

Introduction Azure CLI (Command-Line Interface) is a set of command-line tools provided by Microsoft for managing resources in Microsoft Azure, which is a cloud computing platform. Azure CLI allows users to interact with Azure services and resources directly from the command line, making it easier to automate tasks, script workflows, and manage Azure resources efficiently. […]

Scroll to top