Skip to content

TechDirectArchive

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

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

Category: AWS/Azure/OpenShift

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

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

How to implement Interactive Authentication using MSAL dotNET

Posted on 06/06/202219/07/2023 Raphael Gab-Momoh By Raphael Gab-Momoh 5 Comments on How to implement Interactive Authentication using MSAL dotNET
How to implement Interactive Authentication using MSAL dotNET

MSAL is the acronym for Microsoft Authentication Library; according to Microsoft, (MSAL) can provide secure access to Microsoft Graph, other Microsoft APIs, third-party web APIs, or your web API. Furthermore, MSAL supports many application architectures and platforms, including .NET, JavaScript, Java, Python, Android, and iOS. Microsoft provides a robust identity ecosystem, but applications must be…

Read More “How to implement Interactive Authentication using MSAL dotNET” »

AWS/Azure/OpenShift

Deploy a function app from Visual Studio to Azure Platform

Posted on 01/06/202227/08/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Deploy a function app from Visual Studio to Azure Platform
Deploy a function app from Visual Studio to Azure Platform

Azure Functions is a serverless cloud service that allows you to write less code, manage less infrastructure, and save money. Rather than worrying about deploying and maintaining servers, the cloud infrastructure provides all the current resources necessary to keep your applications running. You concentrate on the code that matters most to you, while Azure Functions…

Read More “Deploy a function app from Visual Studio to Azure Platform” »

AWS/Azure/OpenShift, Windows

How to Install Packages to Amazon VM using Terraform

Posted on 31/05/202202/01/2024 Dickson Victor By Dickson Victor No Comments on How to Install Packages to Amazon VM using Terraform
How to Install Packages to Amazon VM using Terraform

In this blog post, I’ll show you how to create an Amazon EC2 instance and install packages into it using a cloud-agnostic infrastructure as a code tool known as Terraform. For better understanding, it is advised that you follow along in this hands-on demo. To get started, sign up for a free tier account from…

Read More “How to Install Packages to Amazon VM using Terraform” »

AWS/Azure/OpenShift, Linux

Configure AWS Command Line Interface

Posted on 27/05/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Configure AWS Command Line Interface
Configure AWS Command Line Interface

In this article, you will learn how to configure AWS Command Line Interface. AWS offers an interface for its users to interact with its services through AWS Management Console and Command Line Interface, CLI. AWS management console is a web application that allows its users to view, monitor, and manage resources offered by AWS.  It…

Read More “Configure AWS Command Line Interface” »

AWS/Azure/OpenShift

How to deploy WordPress on Azure App Service

Posted on 26/05/202231/12/2024 Imoh Etuk By Imoh Etuk No Comments on How to deploy WordPress on Azure App Service
How to deploy WordPress on Azure App Service

We’ll install WordPress on Azure App Service for Linux in this tutorial. Though there are several ways to deploy WordPress on Azure, such as using Bitnami WordPress or WordPress for Azure App Service, we will use the standard web deployment approach to maintain complete control over the app resources on Azure. Please see how to…

Read More “How to deploy WordPress on Azure App Service” »

AWS/Azure/OpenShift, Web Server

Serve Private S3 Bucket Contents Via CloudFront

Posted on 26/05/202229/12/2023 Dickson Victor By Dickson Victor No Comments on Serve Private S3 Bucket Contents Via CloudFront
Serve Private S3 Bucket Contents Via CloudFront

Amazon CloudFront is a content delivery network(CDN) operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers that cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content. In this article, you will learn how to Serve Private…

Read More “Serve Private S3 Bucket Contents Via CloudFront” »

AWS/Azure/OpenShift, Network | Monitoring, Storage

How to Add and Format a New Virtual Disk to an EC2 Instance

Posted on 09/05/202223/03/2023 Temitope Odemo By Temitope Odemo No Comments on How to Add and Format a New Virtual Disk to an EC2 Instance
How to Add and Format a New Virtual Disk to an EC2 Instance

With Amazon EC2 you can launch many virtual servers you need and you can configure the security, networking, and storage to your requirement. In this article, you will learn how to Add and Format a New Virtual Disk to an EC2 Instance. Amazon EC2 can help you to scale up or down in response to…

Read More “How to Add and Format a New Virtual Disk to an EC2 Instance” »

AWS/Azure/OpenShift, Windows Server

Posts pagination

Previous 1 … 6 7 8 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Locate Find and Grep Required 1
    Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS Linux
  • windows sign in options
    Sign-in options for Windows: Ditch Password for Enhanced Security Windows
  • How to Convert a Distribution Group to a Security Group
    How to convert distribution group to security group Windows Server
  • windows1019h2
    Synchronize your Domain Controller with an external time source Windows Server
  • ycx
    Install SysInternals from the Microsoft Store Windows
  • article 1280x720.166f8634
    How to install DHCP role on Windows Server 2019 Windows Server
  • Different Class IP Address
    Classes of IP Address: Understanding IP Address Classification Network | Monitoring
  • screenshot 2020 04 06 at 04.12.00
    How to install and Configure Pleasant Reset Password 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,795 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