-
Implement an Azure application gateway, including selecting a routing method
Here’s a step-by-step guide to implement an Azure Application Gateway, including selecting a routing method. Prerequisites Before starting, ensure you have: Azure Subscription: Access to an active Azure subscription. Resource Group: A logical container for your resources. Virtual Network (VNet): Set up a VNet with… [ Read More ]
-
Know about Azure App Service post-creation settings
After you've created an Azure App Service, there are several important post-creation settings and configurations that you'll want to be aware of in order to properly manage and optimize your web app. Here's a breakdown of the key aspects. App Service Plan Settings Pricing Tier… [ Read More ]
-
Know about Azure DNS
Azure DNS is a cloud-based service provided by Microsoft Azure that allows you to host and manage your Domain Name System (DNS) records using Microsoft's global infrastructure. With Azure DNS, you can handle DNS zones and records for your domains, ensuring that users can easily… [ Read More ]
-
Know about configuration settings in Azure App Service
Configuration settings in Azure App Service are critical for managing how your web app behaves in different environments (e.g., development, staging, production). These settings can influence your app’s performance, security, connectivity, and behavior. Here are the key aspects of Azure App Service configuration settings that… [ Read More ]
-
Learn about Application Gateway Routing
Azure Application Gateway routing determines how incoming traffic is directed to backend resources based on specific criteria. The routing can be configured using different methods such as URL Path-Based Routing, Host-Based Routing, and Basic Routing. You can also configure Traffic Routing based on health probes… [ Read More ]
-
Learn about Azure Application Gateway in Azure
Azure Application Gateway is a fully managed application delivery controller (ADC) that provides advanced features such as load balancing, SSL termination, web application firewall (WAF), and URL-based routing for web applications. It is built to manage traffic to your web apps in the cloud and… [ Read More ]
-
Learn about Azure load balancer SKUs
Azure Load Balancer offers two main SKUs: Basic and Standard. Each SKU provides different features, capabilities, and use cases. Here’s a detailed breakdown of these SKUs to help you understand and choose the right one for your application. Azure Load Balancer SKUs Overview Feature Basic… [ Read More ]
-
Learn about Azure Load Balancer usage
Azure Load Balancer is versatile and can be used in various scenarios, particularly for applications that require high availability, scalability, and reliability. Below are its common uses and scenarios. Ensuring High Availability Purpose Distributes incoming traffic across multiple backend instances, ensuring that no single instance… [ Read More ]
-
Learn about Azure Storage Access Control using Shared Access Signatures (SAS)
Shared Access Signatures (SAS) in Azure Storage provide secure, delegated access to resources within your Azure Storage account. With SAS, you can specify permissions, time duration, and the exact resources a user or application can access, without sharing your account keys. Here’s a detailed guide… [ Read More ]
-
Learn about Azure Storage Encryption
Azure Storage provides encryption options to ensure data security both at rest and in transit. Here's how to determine and configure encryption for Azure Storage. Encryption at Rest Azure Storage automatically encrypts all data stored using Server-Side Encryption (SSE). There are three key management options.… [ Read More ]