Hyper-V on Azure

  Author: Suraj Asware, Cloud Engineer. What is Hyper V? Hyper-V is Microsoft’s hardware virtualization product. It let’s you create and run a software version of a computer, called a virtual machine. Each virtual machine acts like a complete computer, running an operating system and programs. Hyper-V runs each virtual machine in its own isolated…

Spring Boot Application deployment to Azure Spring Cloud

Authors- Rajat Malik (Cloud Engineer), Anubhav Bisht (Associate Cloud Engineer)   Overview This walkthrough explains how to deploy a simple Azure Spring Cloud microservice application to run on Azure. If you want to know more about Azure Spring Cloud, you can read here: http://ifi.tech/2020/09/15/introduction-to-azure-spring-cloud/ The application code used in this tutorial is a simple app…

Azure Disk Encryption for IAAS Windows VM with Azure AD- Part 2

Please refer the below link for Azure Disk Encryption for IAAS Windows VM with Azure AD- Part 1https://www.ifi.tech/azure-disk-encryption-for-iaas-windows-vm-with-azure-ad-part-1/ Create New Application in Azure Active Directory In the portal, go to All Services and search for Azure Active Directory. 2. From the blade, choose App Registrations and click +New application registration. 3. Provide a name and…