AZ-304 Flashcards
(75 cards)
•Your company has an Azure subscription that is linked to an Azure AD tenant.
The subscription has resources that are being used by several departments.
Each department has its own allotted budget for spending on Azure resources.
You have to ensure that as soon as the department reaches its spending limit, the compute resources of the department are automatically shut down. You have to design a solution for this requirement You decide to include Azure Logic Apps and Azure Monitor alerts in this solution
No AM cannot be used for billing, use Azure Cost Management
What is used to monitor connection health with ADFS?
AAD Connect Health
How can KV be backed up/restored?
Can restore backed up KV in the same Geo and Sub
Hyper-V Cluster with 20 VMs (Linux and Windows). What solution is used to replicate disks of VMs to Azure while the VMs remain available when disk migration is in progress?
ASR and Recovery Services Vault - this allows for keeping workloads online during planned/unplanned changes
Site Recovery Services replicate workloads on physical/VMs from primary to secondary
Hyper-V Failover Clusters, plan to assess/migrate VMs using Azure Migrate, what is the minimum # of ASR agents needed with 18 Hyper-V nodes in 3 clusters across 60 VMs?
3 - ASR agents go onto Hyper-V Nodes
Availability solution for Web Tier of Apps when moved to Azure (handles region failure and can use priority routing)
Traffic Manager
Standard and Basic LBs and App GW CANNOT perform DR if a region fails
When configuring API Management, will it be able to access data from an Azure VM
APIM Instance will create an ELB which allows access from the Internet and access to resources within the VNet
App using Azure Cloud Services, recommend a solution that allows to asynchronously communicate transaction info with REST messages
Azure Queue Storage - decouples components of an app
Ensures DB tables are encrypted at rest and that data values never appear in plain text in the DB, also only client apps have encryption key to decrypt data
SQL Always Encrypted
Need to run image rendering solution in Azure and use parallel compute processing
Azure Batch - run large-scale parallel and high-perf computing batch processing jobs
Container solution with 2 containers, 1 hosts web API available to the Internet and the other performs health monitoring of the container hosting the Web API, but is private, both need to be deployed as a group
Azure Container Instances - Can deploy containers as a group and save on costs b/c simple solution, AKS is NOT cost efficient
Secure connection from on-prem to Azure over private network and ensure connection offers redundant pair for HA
Azure Express Route
VPN GW does not establish connections over a private network
App hosted in multiple regions, data storage solution that can store at least 1 TB of data, support multiple consistency levels and perform R/W operations in Azure Region local to app instance
Cosmos DB - supports global distro, replicates data wherever users are and can interact with data closest to them Add/remove regions Supports 5 consistence levels: Bounded Staleness Eventual Consistent Prefix Session Strong
AKS Apps in 2 different regions hosted on clusters requires the following:
App availability if a single AKS cluster fails
Connection traffic over Internet is encrypted using SSL
Do not need SSL configured on each container instance
Azure Front Door -
App-based global traffic manager
Supports SSL termination instead of in app backends
Supports routing traffic to different clusters
Deploying apps in diff environments without a need of installing dependencies and app developers can have flexibility when architecting code
AKS -
Best accomplished by container based apps that can be deployed to AKS
App needs to listen and process events that are emitted from other Azure Services
Event Grid -
Build apps with event-based architectures
Select Azure resource to subscribe, give the event handler or WebHook endpoint to send event to
Supports events from Azure services such as storage blobs and RG
Supports Custom Topics
Build apps with event-based architectures
Select Azure resource to subscribe, give the event handler or WebHook endpoint to send event to
Supports events from Azure services such as storage blobs and RG
Supports Custom Topics
Event Grid
Import on-prem SQL server to SQL Server in Azure, what is best used? What Storage Type and Tier?
BACPAC File can be used to import to Azure Blob Storage (standard only) from local storage on-prem
Messaging requirements to send/receive messages based on FIFO message pattern
Azure Service Bus (Queues)
Messaging Requirements to receive and process millions of messages at a time
Event Hub
Big data streaming platform and event ingestion service
Can receive and process millions of EPS
Event Hub
of Hyper-V VMs supported for 1 Migration Appliance
5000
Plan and assess Hyper-V cluster migration plan with Azure Migrate, what is the minimum # of Azure Migrate appliances required with 3 clusters (10, 30 and 30 VMs across the 3 clusters)
3 Appliances required, 1 for each cluster
Migration of on-prem MSSQL requires a solution to host the existing SQL Server Integration Services Package
ADF
Azure SSIS Integration Runtime is a component of ADF