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 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

Find your dream job with Jooble

Posted on 27/07/202219/09/2023 Christian By Christian No Comments on Find your dream job with Jooble
Find your dream job with Jooble

Work constitutes a crucial part of our life. We spent (at least!) 8 hours a day with colleagues. It doesn’t matter if you are doing your job from home. Or at the office, fulfilling professional duties consumes much of your time and energy. Therefore, finding a rewarding and inspiring job becomes a complicated task. It…

Read More “Find your dream job with Jooble” »

JIRA|Confluence|Apps

Posts pagination

Previous 1 2 3 … 7 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • office365 1200x675 1
    How to prevent emails from going into a junk folder in Office365 Network | Monitoring
  • Vro And Agent Deployment
    Deploy Veeam Recovery Orchestrator and Agents to VBR and VEM Backup
  • Windows Server 2019
    The virtual machine has terminated unexpectedly during startup with exit code 1 (1×0): Failed to open a session for the virtual machine Windows Server 2019 Virtualization
  • a3a5a8be58fa09468cd4f70d36869e98
    Restore AD Objects: How to restore deleted user accounts in Active Directory with Microsoft LDP and PowerShell Windows Server
  • powershell commands lede 1024x276 1
    Enable WinRM on Windows Servers and Windows PCs Scripts
  • exchange 2016 1
    Workaround for a zero-day vulnerability on Microsoft Exchange Server Network | Monitoring
  • How to Force Stop a Grayed Out Windows Service
    How To Force Stop A Windows Service When Stop Option Is Grayed Out Windows
  • proxmox ve 6.1 released
    Installing Proxmox VE: Fix Volume Group Creation Error Virtualization

Subscribe to Blog via Email

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

Join 1,825 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

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive