AZ-305 Flashcards
What is the PowerShell command to see what version of the Azure CLI you’re using?
az version
How do you switch to bash from Azure CLI?
bash
How do you switch from bash to PowerShell Azure CLI?
pwsh
Which Azure services are non-regional?
- Azure AI Bot Service
- Azure Advisor
- AAD B2C (Entra?)
- App Service Static Web App
- App center
Break into smaller cards like “is x regional?”
https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/microsoft/final/en-us/microsoft-product-and-services/azure/documents/pxr/024-Azure-product-availability-Non-Regional-1.pdf
How many datacenters are in an Azure region?
1+
Some services and VM features are only available in certain __________.
Azure Regions.
What are the Azure Global services?
- Azure DNS
- Entra ID
- Azure Traffic Manager
- Azure CDN
What are Azure Availability Zones?
Separate datacenters within an Azure Region. There are a minimum of 3 in an availability-zone-enabled Azure Region.
What Azure services are availability zones primarily used for?
- VMs
- Managed Disks
- Load Balancers
- SQL DBs
What are the three categories for services that support availability zones?
- Zonal services: You pin the resource to a specific zone (for example, VMs, managed disks, IP addresses).
- Zone-redundant services: The platform replicates automatically across zones (for example, zone-redundant storage, SQL Database).
- Non-regional services: Services are always available from Azure geographies and are resilient to zone-wide outages as well as region-wide outages.
What are Azure Region Pairs?
Pairs of regions for redundancy/resilience that are within the same geography (US, Europe, etc), but at least 300 miles apart.
What do Azure Region Pairs protect from?
- Power outages
- Natural disasters
- Civil unrest
- Physical network outages
- Azure updates are on one region at a time
- One region in every pair is prioritized in extensive outages
What are Azure Sovereign Regions?
Instances of Azure that are isolated from the main instance of Azure. These include China and DoD.
What is the hierarchy of Azure management infrastructure?
- Tenant
- Management Group
- Subscription
- Resource Group
- Resource
How do access permissions on resource groups work?
They provide the specified access to all resources within the RG. RGs are a good option for separating resources that need different access schemas.