-
All you ever need to know while connecting to Virtual machine on Azure
In Azure, there are several ways to connect to a Virtual Machine (VM) depending on your requirements, security policies, and the operating system (Windows or Linux) of the VM. Here are the key methods for connecting to a VM. Remote Desktop Protocol (RDP) for Windows… [ Read More ]
-
Azure App Service – Swapped settings vs. Slot-specific settings
When working with Azure App Service deployment slots, there are two types of settings that you need to understand: Swapped Settings and Slot-Specific Settings. These settings define how configuration values are handled during slot swaps, and they affect your deployment strategies. Here’s a breakdown of… [ Read More ]
-
Benefits of using Azure App Service
Azure App Service offers a wide range of benefits, making it an ideal choice for hosting web applications, APIs, and mobile backends. Here are the key benefits of using Azure App Service. Fully Managed Platform No Infrastructure Management: Azure App Service abstracts away the underlying… [ Read More ]
-
Comprehensive guide to manual scaling, scale-in policies, and custom scaling options on Azure
Azure offers a variety of ways to scale your resources, whether through manual scaling, scale-in policies, or custom scaling options. These mechanisms are essential for optimizing resource allocation, ensuring cost efficiency, and maintaining application performance in cloud environments. Let’s review each of these scaling options… [ Read More ]
-
Demonstration – Deploying Virtual Machine in Azure from scratch
In this demonstration, we will go step-by-step to create a virtual machine (VM) in Azure and then connect to it. The two common connection methods are RDP (Remote Desktop Protocol) for Windows VMs and SSH for Linux VMs. Part 1: Create a Virtual Machine in… [ Read More ]
-
Explore the types of Virtual Machine Maintenance and Downtime on Azure
On Azure, there are several types of Virtual Machine (VM) maintenance and downtime scenarios that can impact the availability of your VMs. These scenarios can be planned (e.g., for software updates or patches) or unplanned (e.g., due to failures in hardware, network, or other services).… [ Read More ]
-
Hand-on – Add and Secure a Custom Domain on your App Service web-app
To add and secure a custom domain to your Azure App Service web app, follow these steps: Step 1: Add a Custom Domain to the App Service Access the Azure Portal: Navigate to Your App Service: In the left-hand sidebar, click on "App Services" and… [ Read More ]
-
Hand-on demonstration – Create and Verify a Web-app and add Deployment Slots in Azure App Service
Creating and managing a web app in Azure App Service along with adding deployment slots is a powerful way to handle multiple environments like development, staging, and production. Deployment slots allow you to deploy your web app to different environments without affecting the production app… [ Read More ]
-
Hand-on demonstration – Verify Azure Web App is running in the Azure Portal
To verify that your Web App is running in the Azure Portal, follow these steps to ensure that it is properly deployed and accessible: Here are the steps to verify a Web App is Running in the Azure Portal. Step 1. Check the Web App… [ Read More ]
-
Hands-on – Create and Connect to the Virtual Machine in Azure
This demonstration will guide you through creating a virtual machine in Microsoft Azure, configuring it, and connecting to it remotely via Remote Desktop Protocol (RDP) (for Windows VMs) or SSH (for Linux VMs). We'll break the steps into two parts: Create the Virtual Machine in… [ Read More ]