Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Tag: Azure

How to Install Azure DevOps Server 2022

Posted on 04/02/202404/02/2024 Imoh Etuk By Imoh Etuk No Comments on How to Install Azure DevOps Server 2022
How to Install Azure DevOps Server 2022

In this guide, I take you through how to install Azure DevOps Server 2022 on your on-premises infrastructure. You can use Azure DevOps Server 2022 in an on-premises environment. It can help streamline software development, improve communication, and promote collaboration. Please see Azure DevOps: Docker and Kubernetes Deployment with GitHub and how to deploy your first…

Read More “How to Install Azure DevOps Server 2022” »

Automation, AWS/Azure/OpenShift, Version Control System, Web Server, Windows Server

How to Deploy Azure Resources Using Azure Bicep

Posted on 31/01/202427/08/2024 Imoh Etuk By Imoh Etuk No Comments on How to Deploy Azure Resources Using Azure Bicep
How to Deploy Azure Resources Using Azure Bicep

In this article, I show you how to deploy Azure resources using Azure Bicep. It is a domain-specific language (DSL) for declaratively deploying Azure resources. It aims to simplify creating and managing your Azure infrastructure by offering several advantages over the traditional method using Azure Resource Manager (ARM) templates. Azure Bicep is used to deploy…

Read More “How to Deploy Azure Resources Using Azure Bicep” »

Automation, AWS/Azure/OpenShift, Configuration Management Tool

How to Create Self-Hosted Agent for Azure DevOps Pipelines

Posted on 30/01/202406/12/2024 Imoh Etuk By Imoh Etuk No Comments on How to Create Self-Hosted Agent for Azure DevOps Pipelines
How to Create Self-Hosted Agent for Azure DevOps Pipelines

Azure DevOps Pipelines offer a powerful and flexible way to automate your software development workflows. You can create and configure self-hosted agents to enhance your flexibility and control over your build and deployment processes. This article will walk us through the steps to create a self-hosted agent for Azure DevOps Pipelines. You may also be…

Read More “How to Create Self-Hosted Agent for Azure DevOps Pipelines” »

Automation, AWS/Azure/OpenShift, Version Control System, Windows

How to Install Azure Backup Agent

Posted on 27/12/202327/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to Install Azure Backup Agent
How to Install Azure Backup Agent

In this post, I show you how to install Azure Backup Agent on your on-premises machine and use it to back up the machine to the Azure Cloud. Azure Backup uses the MARS agent to back up files, folders, and system states from on-premises machines and Azure VMs. You can take the backup for your…

Read More “How to Install Azure Backup Agent” »

AWS/Azure/OpenShift, Backup, Windows, Windows Server

Deploy a Static Website to Azure Storage from VSCode

Posted on 20/12/202316/10/2025 Imoh Etuk By Imoh Etuk No Comments on Deploy a Static Website to Azure Storage from VSCode
Deploy a Static Website to Azure Storage from VSCode

In this guide, I will take you through how to Deploy a Static Website to Azure Storage from VSCode. Visual Studio Code, popularly known as VSCode, is an open-source Integrated Development Environment (IDE) by Microsoft. VSCode is one of the most widely used IDEs by developers around the world. Please see Azure Storage: How to create…

Read More “Deploy a Static Website to Azure Storage from VSCode” »

AWS/Azure/OpenShift

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

Move Azure Resources between Subscriptions

Posted on 22/05/202331/05/2023 Imoh Etuk By Imoh Etuk No Comments on Move Azure Resources between Subscriptions
Move Azure Resources between Subscriptions

In this post, you will learn how to move Azure resources between subscriptions on Azure. Microsoft Azure is a very flexible public cloud platform that allows you to take complete ownership of almost everything. With Azure, you can move resources from one resource group to another. It is also possible to move resources like Azure…

Read More “Move Azure Resources between Subscriptions” »

AWS/Azure/OpenShift

Perform Bulk User Operations in Azure AD

Posted on 18/05/202331/05/2023 Imoh Etuk By Imoh Etuk No Comments on Perform Bulk User Operations in Azure AD
Perform Bulk User Operations in Azure AD

In this post, I show you how to perform bulk user operations in Azure AD. Azure AD or Azure Active Directory is a part of Microsoft Entra. It is an enterprise identity service that provides single sign-on, multifactor authentication, and conditional access to guard against 99.9 per cent of cybersecurity attacks. To use Azure AD,…

Read More “Perform Bulk User Operations in Azure AD” »

AWS/Azure/OpenShift

How to create Confidential VMs in Azure

Posted on 28/02/202327/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to create Confidential VMs in Azure
How to create Confidential VMs in Azure

A confidential VM is a virtual machine (VM) that uses hardware-based security technologies in protecting the data and code running inside of it from unauthorized access or tampering. In this article, you will be introduced to what a confidential virtual machine is and how to create Confidential VMs in Azure. Other useful articles can be…

Read More “How to create Confidential VMs in Azure” »

AWS/Azure/OpenShift, Linux

Virtual Machine Scale Set: Demonstrating High Availability in Azure

Posted on 30/10/202216/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Virtual Machine Scale Set: Demonstrating High Availability in Azure
Virtual Machine Scale Set: Demonstrating High Availability in Azure

High availability refers to a group of technologies that reduces IT outages by ensuring business continuity of IT services through redundant, fault-tolerant, or failover-protected components located inside the same data centre. This tutorial explores Azure’s high availability options for business. Please see how to Install PlayonLinux on a Linux System and How to install Redis…

Read More “Virtual Machine Scale Set: Demonstrating High Availability in Azure” »

AWS/Azure/OpenShift, Windows Server

WHFB Hybrid Cloud Kerberos Trust Model is now available

Posted on 17/10/202222/11/2023 Christian By Christian No Comments on WHFB Hybrid Cloud Kerberos Trust Model is now available
WHFB Hybrid Cloud Kerberos Trust Model is now available

Windows Hello for Business (WHFB) is a modern two-factor authentication that replaces password authentication on devices. It uses key-based or certificate-based authentication and at least two unique factors “something the user knows (PIN) or something the user is (biometrics), combined with something they have (physical access to their device)”. WHFB offers secure, convenient single sign-on…

Read More “WHFB Hybrid Cloud Kerberos Trust Model is now available” »

AWS/Azure/OpenShift, Windows 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

Posts pagination

Previous 1 2 3 … 7 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Screenshot
    How to change the Windows Pagefile Size Windows Server
  • xxxxxx 1
    Active Directory Administrative Tools shortcut Windows Server
  • Linux Shell Scripting 1
    Write a Shell Script that Count Lines and Words in a File Linux
  • Featured image TeamsGif.
    How to fix Microsoft Teams GIFs or Images not working Windows
  • retrieve SSL
    How to Retrieve an SSL Thumbprint in Windows using MMC Windows
  • gitlabcomplete
    Install Docker Desktop and register GitLab-Runner with Docker-windows executor Containers
  • VHDX resizing and veeam back
    Hyper V Disk allocation: Why Veeam reports full size after Shrinking Windows Server
  • image 64
    How to install Fax Server on a Windows Server 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,819 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 Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive