Azure Flashcards
What is the name of the connection to servers on the cloud (replaced RDP)?
Bastion
What is the nickname for the virtual network?
Vnet
What is the cloud name for the VPN connection?
ExpressRoute
What is the connection between offices that is setup in Azure?
Virtual WAN
What is the site to site or point to site (home for example) that replaces VPN?
VPN Gateway
Term for connecting multiple Azure networks together?
Peering - note that when setup, they are off by default for security (Denied by default).
Term for DNS?
Azure DNS
What is NSG?
Network Security Groups are an access control config.
What is a way to implement a public link to the cloud?
Azure Private Link- makes public endpoints private. (more info later, of course).
DDoS Protection
This is free by default, you can upgrade it for cost.
Azure Frewall, Web Application Firewall
WAF is built into the Application Gateway product. Recognizes common attacks (crosssite scripting, SQL injection, for example).
What is CDN?
A content delivery network is a distributed network of servers that can efficiently deliver web content to users. A content delivery network store cached content on edge servers in point of presence (POP) locations that are close to end users, to minimize latency.
Virtual Network Enpoints (used with VNet)
Virtual Network (VNet) service endpoint provides secure and direct connectivity to Azure services over an optimized route over the Azure backbone network. Endpoints allow you to secure your critical Azure service resources to only your virtual networks. Service Endpoints enables private IP addresses in the VNet to reach the endpoint of an Azure service without needing a public IP address on the VNet.
Azure Front Door
Another form of load balancing, I believe it uses DNS to dirstribute traffic.
Application Gateway vs Load Balancer
App Gateway is application level load balancer, where as the Load Balancer is closer to core network traffic.
Name the monitoring services with Azure. Not just performance, but what if someone can’t connect, where is the point of failure?
Network Watcher, ExpressRoute Monitor,
Azure Monitor
VNet Terminal Access Point (TAP)
What is the most common way to access Azure?
Azure Portal; portal.azure.com
Identity
An identity is an object that can be authenticated. The identity can be a user with a username and password. Identities can also be applications or other servers that require authentication by using secret keys or certificates. Microsoft Entra ID is the underlying product that provides the identity service.
Account
Account An account is an identity that has data associated with it. To have an account, you must first have a valid identity. You can’t have an account without an identity.
Microsoft Entra Account
A Microsoft Entra ID account_ is an identity that’s created through Microsoft Entra ID or another Microsoft cloud service, such as Microsoft 365. Identities are stored in Microsoft Entra ID and are accessible to your organization’s cloud service subscriptions. The Microsoft Entra account is also called a work or school account.
Azure tenant (directory)
An Azure tenant is a single dedicated and trusted instance of Microsoft Entra ID. Each tenant (also called a directory) represents a single organization. When your organization signs up for a Microsoft cloud service subscription, a new tenant is automatically created. Because each tenant is a dedicated and trusted instance of Microsoft Entra ID, you can create multiple tenants or instances.