Azure Hub Spoke Best Practices
The HUB VNET contains the Firewall Subnet, the Gateway VPN Subnet (which has a SITE TO SITE VPN) and the workload Subnet A. The Spoke VNET contains other workloads in…
Container Networking Security on Azure
For Containers to be assigned IP Addresses (in order to access Azure PaaS services - the storage service), one can use the Container network interface plugin
Access Reviews in Azure AD
When you create access reviews for admin level users ( global admin or password admin), you have a couple of options on how to deal with the review results. You…
External Users and Active Directory
Also read - 4 types of authentication What exactly are External USers from an AD perspective? External Users can be both your own corporate (remote) users, OR external partners. This…
Azure Firewall – Stateful, Packet Inspection
What is needed to deploy an Azure Firewall? Azure Firewall requires it's own empty subnet and an unused IP address space. You will need to create an address space, if…
Integrating on premises AD with Azure AD
Step 1 - Same Name AAD Tenant If you have an Active Directory forest with a single domain, named , the simplest thing to do is to also name your…
Configuring sign in options in MS Azure
+Add Sign In Method (Authenticator App etc.) That's it - the remaining setup will happen on your iOS or android device.
Multiple Office Locations – Using Azure AD tenants effectively
Say you have two or more locations - one on the east coast and one on the west coast - that need to share a common Azure Subscription and a…
Making a copy of an existing Repo versus cloning a repo
Simply import the repo into a new blank repo (using the repo url) Cloning is different - cloning is making a copy of a repo on a local machine (but…