Azure Functions
Azure Functions is a serverless computing service that enables developers to build and deploy event-driven, scalable applications without having to manage the underlying infrastructure
Categories:
2 minute read
Azure Functions is a serverless computing service that enables developers to build and deploy event-driven, scalable applications without having to manage the underlying infrastructure
2 minute read
Azure Application Gateway is a web traffic load balancer that helps manage and optimize the delivery of web applications. It acts as an entry point for incoming traffic, distributing requests to multiple backend servers.
15 minute read
Azure Bastion is a fully-managed PaaS service that provides secure and seamless RDP and SSH access to your virtual machines directly through the Azure portal, without exposing them to the public internet.
4 minute read
Azure Cosmos DB is a globally distributed, multi-model database service that enables you to store and manage data with low latency, high availability, and automatic scaling.
4 minute read
Azure DNS is a domain name system (DNS) service that provides name resolution for resources within your VNet. It can be used to host your domain name zones and manage your DNS records.
less than a minute
Azure Firewall is a cloud-based firewall service that provides network security and monitoring capabilities for your VNet. It can be used to create and enforce network security policies across multiple VNets and applications.
2 minute read
Routing in Azure involves directing traffic between different Azure resources and networks using routing tables, network security groups, and routing protocols such as BGP, to optimize performance, security, and availability.
less than a minute
Routing in Azure involves directing traffic between different Azure resources and networks using routing tables, network security groups, and routing protocols such as BGP, to optimize performance, security, and availability.
6 minute read
An Azure subnet is a logical subdivision of an Azure virtual network used to group resources together and isolate traffic within a defined range of IP addresses.
8 minute read
Divide the VNet into subnets based on the type of resources they will host, such as networking, host types, or for growth. This will help to isolate and secure different types of traffic.
2 minute read
A Virtual Network (VNet) is a logically isolated network in the cloud
5 minute read
A Virtual Network Gateway is a virtual network appliance that provides a VPN connection to on-premises networks, or to other virtual networks within Azure.
less than a minute
VNet peering is a feature in Azure that allows you to connect two virtual networks in the same region or different regions using Microsoft’s backbone network. VNet peering enables resources in both VNets to communicate as if they were in the same network.
less than a minute
Cheet Sheet
2 minute read
Azure CLI (Command Line Interface) is a set of commands used to manage Azure resources directly from the command line. It provides a cross-platform command-line tool that allows users to perform tasks such as creating, managing, and deleting Azure resources from Windows, macOS, and Linux.
2 minute read
Before pushing and pulling container images, you need to sign into the container registry.
less than a minute
Before pushing and pulling container images, you need to sign into the container registry.
2 minute read
The following steps walk through pushing a Docker container from your workstation to an already existing ACR that you have access to.
less than a minute
OpenID Connect (OIDC) is a standard protocol for user authentication that is widely used in the context of internet security.
2 minute read
This is a production site.