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 Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance

Posted on 10/02/202319/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance
How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance

In this post, I will show you how to Allocate and Associate or Disassociate and Release ELastic IP to an EC2 instance. First of all, let’s take a look at why this is necessary. IPv4 and IPv6 addressing protocols are supported by Amazon EC2 and Amazon VPC. Amazon VPC uses the IPv4 addressing protocol by…

Read More “How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance” »

AWS/Azure/OpenShift

How to work with Azure Cognitive Service

Posted on 31/01/202315/03/2023 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/202317/03/2023 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/202317/03/2023 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/202317/03/2023 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/202317/03/2023 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/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 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/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/06/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/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

Posts pagination

Previous 1 … 5 6 7 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • LDAP
    LDAP: What is Lightweight Directory Access Protocol Windows
  • WinReg
    Unable to import Windows Reg File: The specified file is not a registry script Scripts
  • Screenshot 2022 04 02 at 23.08.25
    How to stop Docker from automatically starting on Mac Mac
  • Screenshot 2020 05 14 at 19.08.33
    Backup image to TFTP server Network | Monitoring
  • SQL server authentication mode
    Change from SQL Server and Windows Authentication Mode to Windows authentication Mode Oracle/MSSQL/MySQL
  • images 1
    WARNING: The provided hosts list is empty only the localhost is available and note that the implicit localhost does not match all Configuration Management Tool
  • Create Password Policies via GPO
    How to Create a Password Policy with Group Policy Object Windows
  • yxxycx yx
    How to change the Default First-Site-Name in Active Directory Windows Server

Subscribe to Blog via Email

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

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