Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

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

Category: AWS/Azure/OpenShift

This category describes the major cloud platforms such as AWS/Azure/Google Cloud/OpenShift

How to work with Azure Cognitive Service

Posted on 31/01/202315/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to work with Azure Cognitive Service
How to work with Azure Cognitive Service

Microsoft’s Azure cloud platform includes Azure Cognitive Services, a group of machine learning algorithms and APIs. These services are intended to assist programmers in creating intelligent software that can comprehend and react to spoken language, identify and analyze visual cues, and carry out a variety of other cognitive functions. With the emergence of ChatGPT, a…

Read More “How to work with Azure Cognitive Service” »

AWS/Azure/OpenShift

How to use Azure Compute Gallery

Posted on 22/01/202315/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to use Azure Compute Gallery
How to use Azure Compute Gallery

Have you ever thought of capturing the image of your virtual machine so that you can either share or reuse it? Then, Azure compute gallery is a resource that you should not overlook. It should not be a surprise to know that a copy of a whole VM (including any associated data drives) or simply…

Read More “How to use Azure Compute Gallery” »

AWS/Azure/OpenShift

How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux

Posted on 19/01/202315/08/2026 Imoh Etuk By Imoh Etuk No Comments on How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux
How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux

The Amazon Simple Storage Service (Amazon S3) is a cloud hosting service that offers industry-leading performance, security, and scalability. Users and organizations of all sizes can use Amazon S3 to safeguard and store data for a variety of applications, including websites, mobile applications, data lakes, backups and restores, archives, enterprise applications, IoT devices, and big…

Read More “How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux” »

AWS/Azure/OpenShift, Linux

Benefits of Azure API Management and how to create an API instance

Posted on 16/01/202315/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Benefits of Azure API Management and how to create an API instance
Benefits of Azure API Management and how to create an API instance

Azure API Management is a fully managed service provided by Microsoft that allows developers to create, publish, and manage APIs. It provides features such as security, caching, rate limiting, and analytics, and allows for the creation of developer portals to enable easy discovery and consumption of APIs. Additionally, it allows for the creation of custom…

Read More “Benefits of Azure API Management and how to create an API instance” »

AWS/Azure/OpenShift, Network | Monitoring

Azure Hybrid Use Cases and Benefits

Posted on 16/01/202315/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Azure Hybrid Use Cases and Benefits
Azure Hybrid Use Cases and Benefits

The Azure Hybrid Benefit feature enables users of Windows Server and/or SQL Server licenses with active Software Assurance to continue using their existing licenses to run those workloads on Azure and pay a discounted rate for the infrastructure costs. Customers may use this capability to save costs while gaining access to Azure’s scalability and other…

Read More “Azure Hybrid Use Cases and Benefits” »

AWS/Azure/OpenShift

Performance and Diagnostics in Microsoft Cloud with Azure Monitor

Posted on 15/01/202315/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh 2 Comments on Performance and Diagnostics in Microsoft Cloud with Azure Monitor
Performance and Diagnostics in Microsoft Cloud with Azure Monitor

In this article, you will learn about Performance and Diagnostics in Microsoft Cloud with Azure Monitor. Azure Monitor is a service offered by Microsoft Azure that enables you to gather and examine performance and diagnostic data from multiple resources in your Azure environment. Please see How to configure Synology Active Insights, determine Cost Management in…

Read More “Performance and Diagnostics in Microsoft Cloud with Azure Monitor” »

AWS/Azure/OpenShift

Virtual Machine Scale Set: Demonstrating High Availability in Azure

Posted on 30/10/202215/08/2026 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/202215/08/2026 IT Expert By IT Expert 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

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

Posted on 29/09/202215/08/2026 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/202215/08/2026 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

Associate SSH Public key with Azure Linux VM

Posted on 19/09/202215/08/2026 Imoh Etuk By Imoh Etuk 1 Comment on Associate SSH Public key with Azure Linux VM
Associate SSH Public key with Azure Linux VM

You can create virtual machines (VMs) in Azure that use SSH keys for authentication using a secure shell (SSH) key pair. This article will demonstrate how to quickly generate and use an SSH public-private key file pair for Linux virtual machines. This guide shows the step on how to use PowerShell to generate and associate…

Read More “Associate SSH Public key with Azure Linux VM” »

AWS/Azure/OpenShift, Linux, Scripts

Access AWS Management Console and Create Resources with AWS CLI on Windows

Posted on 09/09/202215/08/2026 Imoh Etuk By Imoh Etuk No Comments on Access AWS Management Console and Create Resources with AWS CLI on Windows
Access AWS Management Console and Create Resources with AWS CLI on Windows

The AWS Management Command Line Interface (AWS CLI) is a centralized management tool for AWS Management. You can control multiple AWS services from the command line and automate them using scripts with just one tool to download and configure. Amazon Web Services (AWS) is the market leader and a leading innovator in cloud computing. In…

Read More “Access AWS Management Console and Create Resources with AWS CLI on Windows” »

AWS/Azure/OpenShift, Scripts

How to secure a Web Server on a Windows VM in Azure using TLS/SSL Certificates Saved in Azure Key Vault

Posted on 26/08/202215/08/2026 Imoh Etuk By Imoh Etuk 2 Comments on How to secure a Web Server on a Windows VM in Azure using TLS/SSL Certificates Saved in Azure Key Vault
How to secure a Web Server on a Windows VM in Azure using TLS/SSL Certificates Saved in Azure Key Vault

Web traffic to web servers can be easily encrypted using Transport Layer Security (TLS), formerly known as Secure Sockets Layer (SSL) certificates. These TLS/SSL certificates are deployable to Windows virtual machines (VMs) on Azure securely and can be saved in the Azure Key Vault. In this article, you will learn how to Secure a Web…

Read More “How to secure a Web Server on a Windows VM in Azure using TLS/SSL Certificates Saved in Azure Key Vault” »

AWS/Azure/OpenShift, Web Server, Windows

Posts pagination

Previous 1 … 6 7 8 … 16 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Gfeature
    How to install Googler on a Linux System Linux
  • AWS import issues OVA
    Error importing OVA file to AWS: Client error saved empty is empty AWS/Azure/OpenShift
  • k8 cluster
    How to build and deploy a Docker Image with Kubernetes Cluster Network | Monitoring
  • dgfhjm
    How to fix DISM Error 87: The package is unknown Windows Server
  • ads
    How to disable Ads in Windows 11 Windows
  • ghm
    MDT Driver injection: How to import drivers in .exe format into Microsoft Deployment Toolkit Windows Server
  • picture1 101
    Can’t Sign In: Domain Unavailable & 169.254 IP Address Issue Windows Server
  • savds
    VM is not accessible: Fix Taking ownership of a VM failed 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,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

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

Copyright © 2026 TechDirectArchive