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

Configure Azure Monitor for VMs on Azure Stack Hub

Posted on 14/10/202115/09/2023 Christian By Christian No Comments on Configure Azure Monitor for VMs on Azure Stack Hub
Configure Azure Monitor for VMs on Azure Stack Hub

Azure Monitor is a platform service that provides a single source for monitoring Azure resources. With Azure Monitor, you can visualize, query, route, archive, and otherwise take action on the metrics and logs coming from resources in Azure. Azure Stack Hub has built-in Azure Monitor capabilities; however, they are limited. Therefore, if you are looking…

Read More “Configure Azure Monitor for VMs on Azure Stack Hub” »

AWS/Azure/OpenShift

Cost Management in Azure Using Cost Analysis Tool

Posted on 27/09/202101/08/2023 Raphael Gab-Momoh By Raphael Gab-Momoh 1 Comment on Cost Management in Azure Using Cost Analysis Tool
Cost Management in Azure Using Cost Analysis Tool

Ensuring our applications and system are reliable is one way to promote customer satisfaction. What’s more, consistent speed and efficiency will make your customers come back for more. At a time when there are so many other options for a customer to get a particular service. It’s important that we put our house in order…

Read More “Cost Management in Azure Using Cost Analysis Tool” »

AWS/Azure/OpenShift

How to Deploy Dynamic Website to AWS EC2

Posted on 25/09/202128/08/2023 Temitope Odemo By Temitope Odemo 2 Comments on How to Deploy Dynamic Website to AWS EC2
How to Deploy Dynamic Website to AWS EC2

A dynamic website is a type of website that contains dynamic pages that keep changing on different sessions, unlike static pages that require manual updating before the contents change. It supports both server-side scripting and client-side scripting in making the content of the website dynamic. A dynamic website display different content each time the website…

Read More “How to Deploy Dynamic Website to AWS EC2” »

AWS/Azure/OpenShift

Hosting Static Website and Versioning on AWS S3

Posted on 21/09/202121/12/2023 Temitope Odemo By Temitope Odemo No Comments on Hosting Static Website and Versioning on AWS S3
Hosting Static Website and Versioning on AWS S3

Static websites can be defined as a type of website with a fixed display with the same content for every visitor to the website. This website is written in HTML and also prebuilt with CSS and JavaScript and uses a server-side rendering of these same files to every user. In this guide, you will learn about…

Read More “Hosting Static Website and Versioning on AWS S3” »

AWS/Azure/OpenShift, Version Control System

How To Deploy Azure VMware Solution Private Cloud

Posted on 20/09/202127/08/2023 Christian By Christian No Comments on How To Deploy Azure VMware Solution Private Cloud
How To Deploy Azure VMware Solution Private Cloud

This article introduces the planning considerations and initial deployment process supporting the successful deployment of an Azure VMware Solution (AVS) private cloud. This guide assists customers in learning AVS concepts, identifying AVS prerequisites, planning for the initial deployment, deploying the first AVS private cloud, and establishing connectivity between an on-premises datacenter and the AVS private…

Read More “How To Deploy Azure VMware Solution Private Cloud” »

AWS/Azure/OpenShift

Creating and Deploying Docker Registry Using Docker Image

Posted on 19/09/202117/08/2023 Imoh Etuk By Imoh Etuk 1 Comment on Creating and Deploying Docker Registry Using Docker Image
Creating and Deploying Docker Registry Using Docker Image

Creating and deploying a Docker registry gives you the autonomy to manage your images within your network, ensuring security, compliance, and faster access without relying on external resources. First, What is Docker Registry? The Registry is a stateless, highly scalable server-side application that stores and lets you distribute Docker images. In addition, the Registry is…

Read More “Creating and Deploying Docker Registry Using Docker Image” »

AWS/Azure/OpenShift

Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines

Posted on 13/09/202104/05/2024 Dickson Victor By Dickson Victor No Comments on Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines
Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines

Ansible is an open-source product that automates cloud provisioning, configuration management, and application deployments. When using Ansible you can easily provision virtual machines, containers, and networks and complete cloud infrastructures. Also, Ansible allows you to automate the deployment and configuration of resources in your environment. In this article, you will learn how to Automate Deployments…

Read More “Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines” »

AWS/Azure/OpenShift, Linux

Pull and Deploy Nginx Container Images from Docker Hub

Posted on 12/09/202130/05/2023 Imoh Etuk By Imoh Etuk No Comments on Pull and Deploy Nginx Container Images from Docker Hub
Pull and Deploy Nginx Container Images from Docker Hub

This topic discusses Docker, which is a great container tool for building and deploying your application. Docker Hub stores public Docker images. You can use the Docker command-line interface (Docker CLI) for login, push, pull, and other container image operations on your container registry.  Docker simply makes it easy for you to package the image you build locally and deploy it…

Read More “Pull and Deploy Nginx Container Images from Docker Hub” »

AWS/Azure/OpenShift, Virtualization

Creating IAM Users, Adding MFA and Policies on AWS

Posted on 12/09/202125/01/2024 Temitope Odemo By Temitope Odemo No Comments on Creating IAM Users, Adding MFA and Policies on AWS
Creating IAM Users, Adding MFA and Policies on AWS

In this guide, we are going to discuss “Creating IAM Users: Adding MFA and Policies on AWS”. Let’s put you through what the IAM concept is before you start creating groups and users via the AWS management console. Please see Microsoft Azure Multi-Factor Authentication (MFA), What you need to know before integrating on-premise AD with…

Read More “Creating IAM Users, Adding MFA and Policies on AWS” »

AWS/Azure/OpenShift

How to create a static pod in Kubernetes

Posted on 09/09/202131/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to create a static pod in Kubernetes
How to create a static pod in Kubernetes

In this article, we shall discuss How to create a static pod in Kubernetes. The concept of pods is very important because it’s just as a cell is to the human body. That is the basic unit of life! But before we talk about pods and most especially static pods. Let’s briefly talk about containers…

Read More “How to create a static pod in Kubernetes” »

AWS/Azure/OpenShift

Azure DevOps: Docker and Kubernetes Deployment with GitHub

Posted on 08/09/202123/03/2024 Imoh Etuk By Imoh Etuk No Comments on Azure DevOps: Docker and Kubernetes Deployment with GitHub
Azure DevOps: Docker and Kubernetes Deployment with GitHub

In this guide we will discuss “Azure DevOps: Docker and Kubernetes Deployment with GitHub”. That is show you how to dockerized an existing web application, put it in the source control, and get it deployed to Azure Kubernetes Service (AKS), and also set up a CI/CD pipeline. We will be looking at the integration between…

Read More “Azure DevOps: Docker and Kubernetes Deployment with GitHub” »

AWS/Azure/OpenShift, Version Control System

How to manage costs with AWS Budgets

Posted on 07/09/202104/09/2023 Temitope Odemo By Temitope Odemo No Comments on How to manage costs with AWS Budgets
How to manage costs with AWS Budgets

With AWS Budgets you can track and take necessary action on your AWS cost and usage. AWS Budgets can help you to monitor your aggregate utilization and can help you with your savings plans. This guide will focus on discussing how to manage costs with AWS Budgets. Please see How to Control Cloud Cost Using…

Read More “How to manage costs with AWS Budgets” »

AWS/Azure/OpenShift

Add or Remove Network Interface from a VM in Azure

Posted on 06/09/202115/09/2023 Christian By Christian No Comments on Add or Remove Network Interface from a VM in Azure
Add or Remove Network Interface from a VM in Azure

A network interface enables an Azure Virtual Machine to communicate with the internet, Azure, and on-premises resources. When creating a virtual machine using the Azure portal, the portal creates one network interface with default settings for you. Also, Network Interface Card (NIC) is assigned with an IP address and associated with NSG rules, which is…

Read More “Add or Remove Network Interface from a VM in Azure” »

AWS/Azure/OpenShift

Posts pagination

Previous 1 … 9 10 11 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • LAMP
    How to setup and configure a Lamp stack on CentOS Linux
  • screenshot 2020 05 11 at 15.03.02
    How to record the screen of macOS Mac
  • Remove Custom Domain from Entra ID and Azure tenant
    Delete Azure Tenant: Remove Custom Domain from Entra ID AWS/Azure/OpenShift
  • SystoLOCK Passwordless Authentication
    Protect your Windows Devices with MFA with SystoLOCK Security | Vulnerability Scans and Assessment
  • Screenshot 2020 05 16 at 17.41.31
    Tomcat Keystore Update: How to rebind Tomcat Keystore with a new Certificate Web Server
  • TaskScheduler
    Fix Windows Task Scheduler Error 0x1 Windows
  • Database Connection Stuck on Working on it
    How to fix TeamPass stuck on working on it Network | Monitoring
  • Featured image 3
    How to add a device to your Microsoft Account Microsoft Exchange/Office/365

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