Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
  • veeam
    Fix Failed to connect to Veeam Backup and Replication Server Backup
  • wsus logo e1653651564255
    How to configure Windows server update services Windows Server
  • PIN9 1
    How to increase Windows PIN complexity Windows
  • ddf
    How to configure Windows Deployment Services on Windows Server Windows Server
  • command prompt powershell 670x335 1
    How to Start, Stop and Restart Windows Server Update WSUS Services via PowerShell and CMD Windows
  • images 4
    How to set up WatchGuard Log Server Network | Monitoring
  • Install FileZilla Client
    FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
  • Delete Expired Profiles on Mac
    Remove Expired Configuration Profiles on Mac Mac

Tag: Azure

How to create a Traffic Manager Profile in Azure

Posted on 18/11/202104/05/2024 Dickson Victor By Dickson Victor No Comments on How to create a Traffic Manager Profile in Azure
How to create a Traffic Manager Profile in Azure

I’ll be creating a Traffic Manager profile that delivers high availability for our web application. In this article, we will read about two instances of a web application where both Instances are running in a different Azure region. Also, we will create a Traffic Manager profile based on endpoint priority. In this article, you will…

Read More “How to create a Traffic Manager Profile in Azure” »

AWS/Azure/OpenShift

Create and monitor Apps using the Azure Kubernetes Service manifest

Posted on 11/11/202104/05/2024 Dickson Victor By Dickson Victor No Comments on Create and monitor Apps using the Azure Kubernetes Service manifest
Create and monitor Apps using the Azure Kubernetes Service manifest

In this article, you will learn how to Create and monitor Apps using the Azure Kubernetes Service manifest. Azure Kubernetes Service (AKS) is a Kubernetes service that lets you quickly deploy and manage master and worker nodes in clusters. Also here are some of my related guides: How to manage azure resource manager resource groups by…

Read More “Create and monitor Apps using the Azure Kubernetes Service manifest” »

AWS/Azure/OpenShift, Containers

Azure Virtual Networks: Preparing Azure and On-Premises Virtual Networks with Azure CLI Commands

Posted on 09/11/202128/09/2023 Imoh Etuk By Imoh Etuk No Comments on Azure Virtual Networks: Preparing Azure and On-Premises Virtual Networks with Azure CLI Commands
Azure Virtual Networks: Preparing Azure and On-Premises Virtual Networks with Azure CLI Commands

If you just heard of the term “Azure Virtual Network (Azure VNet)”, it might sound strange to you particularly if you’re not coming from the background of Microsoft Azure Cloud but trust me, it will no longer be strange to you after reading this post and practicing along with your computer. Getting started with Azure…

Read More “Azure Virtual Networks: Preparing Azure and On-Premises Virtual Networks with Azure CLI Commands” »

AWS/Azure/OpenShift

Create, list, lock, deploy, and delete Azure Resource Group via Azure CLI

Posted on 06/11/202104/05/2024 Dickson Victor By Dickson Victor No Comments on Create, list, lock, deploy, and delete Azure Resource Group via Azure CLI
Create, list, lock, deploy, and delete Azure Resource  Group via Azure CLI

Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment. This guide discusses how to create, list, lock,…

Read More “Create, list, lock, deploy, and delete Azure Resource Group via Azure CLI” »

AWS/Azure/OpenShift

How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell

Posted on 06/11/202123/11/2023 Christian By Christian No Comments on How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell
How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell

Azure Administrators use tools to interact with the cloud environment and complete such tasks as, deploying dozens or hundreds of resources at a time, configuring individual services using scripts, and viewing rich reports across usage, health, costs, and more. You must select and use a tooling option and your choices can include the Azure portal,…

Read More “How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell” »

AWS/Azure/OpenShift

Create a Service Fabric Cluster using the Azure Stack Hub portal and the CLI

Posted on 22/10/202115/09/2023 Christian By Christian No Comments on Create a Service Fabric Cluster using the Azure Stack Hub portal and the CLI
Create a Service Fabric Cluster using the Azure Stack Hub portal and the CLI

The Azure Stack Hub Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices and containers. Service Fabric also addresses the significant challenges in developing and managing cloud-native applications. Developers and administrators can avoid complex infrastructure problems and focus on implementing mission-critical, demanding workloads that…

Read More “Create a Service Fabric Cluster using the Azure Stack Hub portal and the CLI” »

AWS/Azure/OpenShift

How To Configure VM Update Management on Azure Stack Hub

Posted on 17/10/202115/09/2023 Christian By Christian No Comments on How To Configure VM Update Management on Azure Stack Hub
How To Configure VM Update Management on Azure Stack Hub

Azure Stack Hub has built-in Azure Monitor capabilities; however, they are limited. Therefore, if you are looking for a more feature-rich solution, you should use public Azure Monitor. 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…

Read More “How To Configure VM Update Management on Azure Stack Hub” »

AWS/Azure/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

How to create a load balancer for Azure Stack Hub

Posted on 12/10/202115/09/2023 Christian By Christian No Comments on How to create a load balancer for Azure Stack Hub
How to create a load balancer for Azure Stack Hub

A load balancer provides scale and availability by spreading incoming requests across multiple virtual machines within a load-balancing pool. It is also used to distribute traffic loads to backend virtual machines or virtual machine scale sets, by defining your own load balancing rules you can use a load balancer in a more flexible way. In…

Read More “How to create a load balancer for Azure Stack Hub” »

Network | Monitoring

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

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

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

Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub

Posted on 05/09/202129/08/2023 Imoh Etuk By Imoh Etuk No Comments on Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub
Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub

With Azure App Service, organizations or individuals looking to get their Web Apps, Mobile Apps or API Apps running without having to bother about managing the underlying infrastructure such as patching of Operating System, managing security, updating new software and patching the underlying virtualization can easily get it up and running within seconds. Just as…

Read More “Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub” »

AWS/Azure/OpenShift, Version Control System

Posts pagination

Previous 1 … 3 4 5 … 7 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • veeam
    Fix Failed to connect to Veeam Backup and Replication Server Backup
  • wsus logo e1653651564255
    How to configure Windows server update services Windows Server
  • PIN9 1
    How to increase Windows PIN complexity Windows
  • ddf
    How to configure Windows Deployment Services on Windows Server Windows Server
  • command prompt powershell 670x335 1
    How to Start, Stop and Restart Windows Server Update WSUS Services via PowerShell and CMD Windows
  • images 4
    How to set up WatchGuard Log Server Network | Monitoring
  • Install FileZilla Client
    FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
  • Delete Expired Profiles on Mac
    Remove Expired Configuration Profiles on Mac Mac

Subscribe to Blog via Email

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

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

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

Copyright © 2025 TechDirectArchive