Adekunle Fatundecore-architectural-components-of-azure.hashnode.dev·Jan 28, 2025Deploying a Web App using Azure CLI and Azure Resource Manager (ARM) Template (LAB)Visit link: Deploy Linux VM with Azure ARM Templates to know more about Azure Resource Manager (ARM) template. Login to your account on github.com and create a new repository Open Git Bash Click Yes in the dialog box that comes up Run these c...#ARMTemplate
Chintan Bogharachintanboghara.hashnode.dev·Jan 24, 2025Mastering Azure CLI: Comprehensive Command Guide for Managing Azure ResourcesThe Azure CLI is a powerful tool for managing Azure resources using the command line. Installation and Setup Install Azure CLI # For Windows Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.e...10 likes·245 readsDevOpsDevops
Freeman Madudilifreemancodz.hashnode.dev·Nov 11, 2024Deploying a Function App Using Azure CLIDeploying your serverless API to Azure is a breeze with the Azure CLI. In this post, I'll guide you step-by-step on how to create and deploy an Azure Function App, all through the command line. If you've already developed a function app locally, you’...Azure Functions
Freeman Madudilifreemancodz.hashnode.dev·Nov 4, 2024How to Securely Connect a .NET App to Azure SQL Database Using Private Endpoints with Azure CLIWhen deploying applications to the cloud, one of the most critical aspects is keeping connections secure. Today, I’ll walk you through how I set up a secure connection between an Azure SQL Database and an Azure App Service using Private Endpoints and...Azure
Alla Yasheelacloud-z.hashnode.dev·Sep 15, 2024Azure CLI vs Azure UIBy the end of this blog, you will learn: What is Azure CLI Why you should use Azure CLI How to install it How to configure it Basic commands to get started What is Azure CLI? Azure CLI is a powerful command-line interface provided by Microsoft...AzureDevOpsazure ui
Nitinnitinthite.hashnode.dev·Sep 10, 2024Azure CLI: The Ultimate Tool for Efficient Cloud ManagementWhat is Azure CLI? Azure CLI is a command-line interface that allows you to manage Azure resources and tasks, such as creating, updating, or deleting resources. It provides a way to interact with Azure services through commands, offering the same cap...477 readsBrush up AzureAzure
Celestina Odilitinatech.hashnode.dev·Sep 3, 2024ARM Templates and Azure CLI: Powerful tool for Web Site DeploymentIntroduction Using Azure Resource Manager (ARM) templates and Azure CLI (Command Line Interface) for deploying resources in Azure offers several benefits: Benefits of Using ARM Templates Infrastructure as Code (IaC) ARM templates allow you to defin...arm template
Saurabh Adhaudevopsvoyager.hashnode.dev·Sep 1, 2024Azure Evolution: Day 14 - How to Install Azure CLI on Ubuntu 🐧Introduction The Azure Command-Line Interface (CLI) is a powerful tool for managing Azure resources directly from your terminal. If you're using Ubuntu and want to get started with Azure CLI, you're in the right place! This guide will walk you throug...11 likesAzureAzure CLI
Olaoluwa Afolamilaoluafolami.hashnode.dev·Aug 20, 2024Deploying a web app with ARM templates and Azure CLI. A Comprehensive Guide.In today’s fast-paced world of cloud computing, deploying and managing resources efficiently is crucial. Azure provides two powerful tools for automating deployments: Azure Resource Manager (ARM) templates and the Azure CLI. Together, they offer a fl...arm template
Nile Bitsnilebits.hashnode.dev·Aug 5, 2024Azure AI and Code-First Development: Crafting Your Custom CopilotIt is now essential to have intelligent, effective, and personalized coding assistance in the fast-paced field of software development. Azure AI leverages artificial intelligence and machine learning to provide a powerful platform for developing thes...205 readscopilot