Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • 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

Performance and Diagnostics in Microsoft Cloud with Azure Monitor

Posted on 15/01/202320/08/2024 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/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

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

Associate SSH Public key with Azure Linux VM

Posted on 19/09/202203/04/2024 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/12/2023 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/202214/12/2023 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

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

How to Manage Cloud Assets in AWS with CloudQuery

Posted on 14/07/202227/07/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Manage Cloud Assets in AWS with CloudQuery
How to Manage Cloud Assets in AWS with CloudQuery

Cloud-based asset management enables centralized data storage, which may help organizations easily access their cloud estates from anywhere, as any device that supports an internet connection can view this information. In addition, the main advantage is that it offers data security. The good thing about these kinds of software programs is that they not only…

Read More “How to Manage Cloud Assets in AWS with CloudQuery” »

AWS/Azure/OpenShift

Install CNF Certified Kubernetes in AWS

Posted on 14/07/202222/04/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Install CNF Certified Kubernetes in AWS
Install CNF Certified Kubernetes in AWS

The open-source technology called Kubernetes is used to deploy, scale, and manage workloads and applications in containers automatically. Google created it initially, and the Cloud Native Computing Foundation CNF now looks after it. To deploy and manage Kubernetes from BareMetal to the cloud Charmed Kubernetes uses a completely automated, model-driven method. Whether your objective is…

Read More “Install CNF Certified Kubernetes in AWS” »

AWS/Azure/OpenShift, Linux

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

Convert a PEM Key to a PPK Key on a Linux and Windows

Posted on 08/06/202203/04/2024 Imoh Etuk By Imoh Etuk No Comments on Convert a PEM Key to a PPK Key on a Linux and Windows
Convert a PEM Key to a PPK Key on a Linux and Windows

In this article, you will learn how to Convert a PEM Key to a PPK Key on a Linux and Windows Azure Platform. A public/private key pair is required to connect to a running Linux instance using an SSH client. You can also learn how to enable Telnet via the command line and GUI in…

Read More “Convert a PEM Key to a PPK Key on a Linux and Windows” »

AWS/Azure/OpenShift, Linux, Windows

Posts pagination

Previous 1 … 5 6 7 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Screenshot 2021 01 22 at 23.27.30
    How does Bitlocker Network Unlock work? Windows Server
  • Backup for Microsoft 365 and Azure
    Veeam Backup Deployment options for Microsoft 365 Data AWS/Azure/OpenShift
  • 2FA For SSH in Linux
    Set Two-Factor Authentication for SSH in Linux Linux
  • How to visualize MBAM Recovery Audit Report with Python
    Visualize MBAM Recovery Audit Report with Python Automation
  • File Audit
    File Audit: How to install and configure PA File Sight Ultra and PA Endpoints Reviews
  • Fixed Sysprep Generalize Copy
    How to Grant Local Admin Permissions to a Group [Part 1] Network | Monitoring
  • images 2
    How to disable power plan in Windows via GPO and Windows Settings Windows
  • maxresdefault
    How to remove a Printer from Windows 10 via PowerShell, Windows registry and Print Management 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,814 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