Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

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

Tag: Azure

Azure Storage: How to create Blob Storage and upload files

Posted on 24/11/202116/10/2025 Dickson Victor By Dickson Victor No Comments on Azure Storage: How to create Blob Storage and upload files
Azure Storage: How to create Blob Storage and upload files

The Azure storage account contains all of your Azure Storage data objects which include: blobs, files, queues, and tables. In this guide, you will learn about Azure Storage: How to create Blob Storage and upload files. Please see how to install Kerberos packages in Windows via Cygwin, how to configure a remote server (windows) to…

Read More “Azure Storage: How to create Blob Storage and upload files” »

AWS/Azure/OpenShift

How to Improve Website Response Using Traffic Manager

Posted on 20/11/202126/02/2024 Christian By Christian No Comments on How to Improve Website Response Using Traffic Manager
How to Improve Website Response Using Traffic Manager

In this article, you will learn how to Improve Website Response Using Traffic Manager. The Traffic Manager can be used to create a highly responsive website by directing user traffic to the website with the lowest latency. Please see How to create a Windows firewall rule on Windows, how to Transfer User Profile to another…

Read More “How to Improve Website Response Using Traffic Manager” »

AWS/Azure/OpenShift

How to backup Azure VM with VM Settings

Posted on 19/11/202107/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to backup Azure VM with VM Settings
How to backup Azure VM with VM Settings

In this article, I will explain how to backup Azure VM with VM Settings (Azure Backup service). Therefore, you can back up Azure VMs using a couple of methods. This guide describes how to back up a single Azure VM directly from the VM menu settings. When it comes to cloud computing, Microsoft Azure is one…

Read More “How to backup Azure VM with VM Settings” »

AWS/Azure/OpenShift, Backup

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

Posts pagination

Previous 1 … 3 4 5 … 7 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • VHR upgrade
    Upgrade legacy VHR to Veeam Infrastructure Hardened Repository Backup
  • Featured image
    How to use the voice input instead of typing on Windows Windows
  • reliablee
    How to use the Reliability Monitor in Windows Windows
  • screenshot 2017 06 07 11.30.45
    How to Enable or Disable Touch Screen in Windows 10 Windows
  • wingettool
    Install Applications with Winget CLI on Windows Windows Server
  • Gfeature
    How to install Googler on a Linux System Linux
  • Header picture 1
    Find BIOS Serial Number and System Information on Windows 11 Windows
  • Screenshot
    Fix AirDrop issue “No People found and there is no one nearby to share with” 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,819 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