Archives for Azure
Azure CLI – working with subscriptions
List current logged in (in the browser) accounts azure account list Switch Subscriptions az account set --subscription <name or id>
Azure ARC and Kubernetes
Arc Enabled Servers Register Resource Providers in Azure - Azure Arc-enabled servers depends on the following Azure resource providers in your subscription in order to use this service: Onboarding an…
Disaster Recovery Techniques Using Azure
This content is password protected. To view it please enter your password below: Password:
GCP Identity Aware Proxy in Azure?
GCP IAP - Identity aware proxy IAP is a combination of Identity (Access Management) and Networking Controls to provide granular access to applications. When you go into IAM, you should…
Azure equivalents of GCP Resources
GCP Service Account --> Azure Managed Identity GCP Project --> Azure Resource group GCP VPC FW Rules --> Azure NSGs
Blocking off Public Access to Azure Storage Blobs
See also - A Reusable Hub spoke design on azure. A Reusable Hub Spoke design on GCP. Step 1 - Set up a private endpoint for azure storage blob service…
Azure Private Link and Private Endpoints
In GCP. VPC Endpoints and Private Google Access are closely related as described here. In Azure as well, Private Link and Private Endpoints are part of the same 'Privatizing PaaS'…
A Reusable Hub Spoke Network Design on Azure
This content is password protected. To view it please enter your password below: Password:
Azure Hub Spoke VNET Spin Up – Using Azure Building Blocks
Overview If you have worked with Terraform Sentinel IaC policies, Azure Building Blocks are similar. While not as powerful as Sentinel policies, these building blocks can ensure several best practices…
Routes in Azure – A poor man’s DMZ
Apart from firewall rules, routes are the key networking component that need to be configured for your subnets/VNET. To build a poor man's DMZ, one could simply have an Azure…