-
Explore full list of SAS parameters in Azure URI
In Azure Storage, a Shared Access Signature (SAS) URI grants delegated access to resources in your storage account. Understanding the structure of a SAS URI and its components is essential for secure and effective access management. Structure of a SAS URI A SAS URI typically… [ Read More ]
-
Explore the different Replication Strategies in Azure Storage
Azure Storage offers several replication strategies to ensure data durability, availability, and high performance. These strategies determine how and where your data is copied to protect against data loss and provide redundancy. Here's an overview. Locally Redundant Storage (LRS) Description Data is replicated three times… [ 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 ]
-
Exploring Access Storage in Azure
Accessing storage in Azure Storage involves using various tools, services, and APIs designed to interact with Azure Storage resources, such as blobs, files, tables, and queues. Below is a detailed explanation of accessing Azure Storage, covering key methods, tools, and best practices. Azure Storage Services… [ Read More ]
-
Extended guide on creating Virtual Network Peering in Azure
Creating Virtual Network (VNet) peering in Azure is a straightforward process that enables direct connectivity between two VNets. This guide provides an extensive walkthrough, including prerequisites, configuration steps, verification, and best practices. Prerequisites Before you begin, ensure the following: 1. Azure Subscription Both VNets should… [ 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 ]
-
Hands-on – Create and deploy Azure App Service Plan and set the Scaling options
Creating and deploying an App Service Plan in Azure involves setting up the environment where your web app will run. This includes selecting the hosting infrastructure (e.g., region, pricing tier) and configuring scaling options to handle your application's load. Here's a step-by-step guide to create… [ Read More ]