Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • office configuration analyzer tool offcat
    Office Configuration Analyser Tool (OFFCAT): Now Microsoft Support and Recovery Wizard Microsoft Exchange/Office/365
  • Featured image samp
    How to use Windows 11 PC Health Check App Windows
  • ffd
    Unable to bind to LDAP or AD in Pleasant Password Server Password Manager
  • BitLocker removal on Windows Server
    How to correctly disable BitLocker on Windows Server Windows Server
  • veeam
    How to uninstall Veeam Backup and Replication from your server Backup
  • exchange 2016 1
    How to Block Change Password for Specific Exchange Users Network | Monitoring
  • Wyebot
    A comprehensive guide on Wyebot Wireless Intelligence Platform Reviews
  • Extend C drive with additional Software
    Fix unable to Extend Volume on Windows protected by BitLocker Windows

Tag: Azure CLI

Programmatically Deploying App Service Resources in Azure

Posted on 10/12/202410/12/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Programmatically Deploying App Service Resources in Azure
Programmatically Deploying App Service Resources in Azure

In this article, we shall discuss how to Efficient Method for Programmatically Deploying App Service Resources in Azure. To deploy App Service Resources in Azure, you can use various methods, such as the Azure Portal, Azure CLI, Azure PowerShell, ARM Templates, Azure DevOps, and third-party tools. We will emphasize on the most efficient approach, achieved…

Read More “Programmatically Deploying App Service Resources in Azure” »

AWS/Azure/OpenShift

How to Restore Deleted Azure App Service Using PowerShell

Posted on 27/03/202428/03/2024 Imoh Etuk By Imoh Etuk No Comments on How to Restore Deleted Azure App Service Using PowerShell
How to Restore Deleted Azure App Service Using PowerShell

In this post, I will briefly take you through how to Restore Deleted Azure App Service Using PowerShell. Before I proceed, let’s talk about Azure App service in detail. Azure App Service is a managed platform created by Microsoft for hosting web applications, mobile backends, and RESTful APIs. You can easily deploy WordPress on Azure…

Read More “How to Restore Deleted Azure App Service Using PowerShell” »

Automation, AWS/Azure/OpenShift, Scripts

Create App Service Resource with Azure CLI

Posted on 24/06/202320/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Create App Service Resource with Azure CLI
Create App Service Resource with Azure CLI

Azure App Services is a platform-as-a-service (PaaS) offering by Azure designed for web applications. It empowers developers to concentrate on their core expertise while Azure manages the underlying infrastructure required to run the code. Now, if Azure handles the infrastructure, the question arises: how do we deploy our code to Azure? This article will primarily…

Read More “Create App Service Resource with Azure CLI” »

AWS/Azure/OpenShift

How to Control Cloud Cost Using Azure VM

Posted on 16/03/202308/06/2023 Imoh Etuk By Imoh Etuk 2 Comments on How to Control Cloud Cost Using Azure VM
How to Control Cloud Cost Using Azure VM

The cost of running virtualized resources such as servers, applications, and data in the cloud can exceed the expected budget set by an organization if proper checks are not put in place to help control or check excessive spending. It is worth knowing that the possibility of significant cost reductions is one of the primary…

Read More “How to Control Cloud Cost Using Azure VM” »

AWS/Azure/OpenShift, Virtualization, Web Server, Windows, Windows Server

Running PowerShell remotely on Azure VMs

Posted on 28/02/202325/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Running PowerShell remotely on Azure VMs
Running PowerShell remotely on Azure VMs

Azure PowerShell is a command line interface(CLI) tool is used to manage and automate Azure resources. It can also be used to interact with Azure services and resources, including virtual machines, storage accounts, and databases. It offers a set of cmdlets. This article will help you learn the various ways of running PowerShell remotely on…

Read More “Running PowerShell remotely on Azure VMs” »

AWS/Azure/OpenShift

Deploy Code from GitHub to Azure Apps Services via the Command line

Posted on 29/09/202220/12/2023 Imoh Etuk By Imoh Etuk No Comments on Deploy Code from GitHub to Azure Apps Services via the Command line
Deploy Code from GitHub to Azure Apps Services via the Command line

In this guide, I’ll show you how to manually and automatically deploy code from GitHub to Azure Apps Services using Azure CLI. Azure Apps Services allows you to create and host web apps, mobile back ends, RESTful APIs and Functions App in your preferred programming language without having to manage infrastructure. It supports both Windows…

Read More “Deploy Code from GitHub to Azure Apps Services via the Command line” »

AWS/Azure/OpenShift, Version Control System, Virtualization, Web Server

Create Azure Container instance to deploy your image to Azure using Azure CLI

Posted on 27/09/202216/12/2023 Imoh Etuk By Imoh Etuk No Comments on Create Azure Container instance to deploy your image to Azure using Azure CLI
Create Azure Container instance to deploy your image to Azure using Azure CLI

Azure Container Instance is one of the popular container solutions in the industry. When it comes to containers, Docker remains the most widely adopted open-source container in the container industry. In addition to Artifactory Docker Registry, LXC (Linux), Hyper-V, and Windows Containers, other container solutions are also available. In this article, we shall discuss how…

Read More “Create Azure Container instance to deploy your image to Azure using Azure CLI” »

AWS/Azure/OpenShift

Deploy a Linux virtual machine (VM) on Azure using the Azure CLI

Posted on 24/08/202214/12/2023 Imoh Etuk By Imoh Etuk 2 Comments on Deploy a Linux virtual machine (VM) on Azure using the Azure CLI
Deploy a Linux virtual machine (VM) on Azure using the Azure CLI

In this quick guide, I demonstrate how to deploy a Linux virtual machine (VM) on Azure using the Azure CLI, install an Nginx Web Server, and open port 80. Azure resources can be provisioned and managed via the Azure Portal and Azure CLI, either directly from the command line or using scripts and PowerShell cmdlets….

Read More “Deploy a Linux virtual machine (VM) on Azure using the Azure CLI” »

AWS/Azure/OpenShift, Web Server

Azure CLI: How To Upload Batch Files to Azure Storage Account

Posted on 22/06/202204/09/2023 Imoh Etuk By Imoh Etuk No Comments on Azure CLI: How To Upload Batch Files to Azure Storage Account
Azure CLI: How To Upload Batch Files to Azure Storage Account

If you use Azure CLI blob storage for static web hosting, you’ll probably want a way to automate uploading your website file content to the Azure storage account. According to Microsoft’s official document, the Azure Storage platform is Microsoft’s cloud storage solution for modern data storage scenarios. Azure Storage offers highly available, massively scalable, durable,…

Read More “Azure CLI: How To Upload Batch Files to Azure Storage Account” »

AWS/Azure/OpenShift, Storage, Web Server

Create, list, lock, deploy, and delete Azure Resource Group via Azure CLI

Posted on 06/11/202104/05/2024 Dickson Victor By Dickson Victor No Comments on Create, list, lock, deploy, and delete Azure Resource Group via Azure CLI
Create, list, lock, deploy, and delete Azure Resource  Group via Azure CLI

Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment. This guide discusses how to create, list, lock,…

Read More “Create, list, lock, deploy, and delete Azure Resource Group via Azure CLI” »

AWS/Azure/OpenShift

How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell

Posted on 06/11/202123/11/2023 Christian By Christian No Comments on How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell
How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell

Azure Administrators use tools to interact with the cloud environment and complete such tasks as, deploying dozens or hundreds of resources at a time, configuring individual services using scripts, and viewing rich reports across usage, health, costs, and more. You must select and use a tooling option and your choices can include the Azure portal,…

Read More “How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell” »

AWS/Azure/OpenShift

Azure CLI commands: How to use Azure Command-line Interface

Posted on 12/01/202022/09/2023 Christian By Christian No Comments on Azure CLI commands: How to use Azure Command-line Interface
Azure CLI commands: How to use Azure Command-line Interface

Azure AD is a service that provides identity and access management capabilities in the cloud. With Pass-through Authentication, users are able to sign in to both on-premises and cloud-based applications using the same credentials. Below are some important Commands to manage Azure resources. Mastering these commands will make administering your tasks on Azure flawless. Please…

Read More “Azure CLI commands: How to use Azure Command-line Interface” »

AWS/Azure/OpenShift

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • office configuration analyzer tool offcat
    Office Configuration Analyser Tool (OFFCAT): Now Microsoft Support and Recovery Wizard Microsoft Exchange/Office/365
  • Featured image samp
    How to use Windows 11 PC Health Check App Windows
  • ffd
    Unable to bind to LDAP or AD in Pleasant Password Server Password Manager
  • BitLocker removal on Windows Server
    How to correctly disable BitLocker on Windows Server Windows Server
  • veeam
    How to uninstall Veeam Backup and Replication from your server Backup
  • exchange 2016 1
    How to Block Change Password for Specific Exchange Users Network | Monitoring
  • Wyebot
    A comprehensive guide on Wyebot Wireless Intelligence Platform Reviews
  • Extend C drive with additional Software
    Fix unable to Extend Volume on Windows protected by BitLocker Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,836 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive