Describe Azure Architecture and Services Flashcards
Fault tolerance is also known as what?
High Availability
When can an organization decommission its private cloud infrastructure hosted in its data center?
When all of their servers are in the public cloud.
Company has set up a VPN device on their on-prem that will be used for Sit-to-Site connection from an on-prem location to Azure. What would represent the on-prem VPN device in Azure?
Local Network Gateway
Company has a set of IT engineers responsible for implementing and managing the resources in their Azure account. The IT engineers have a set of CLI installed on-prem workstations that have Ubuntu, macOS and Windows 10 machines. What tools can be used on those machines?
Azure CLI, Azure Powershell, and Azure Portal
You found that GRS automatically replicates data from your primary region to a secondary region (also known as Region Pair). So, as part of your business continuity and disaster recovery strategy, your company decided to choose GRS replication for your AZ storage account. So, can we choose the secondary region in the Region Pair where we want to replicate our data?
NO - it is not possible to create your own regional pairings. Every Azure Region is paired with another AZ Region for cross-region replication based on proximity. Every Region Pair is at least 300 miles of separation. GRS replication automatically picks secondary region based on this.
Azure App Service/Web Apps
Fully managed PaaS service for hosting web apps and performs infrastructure maintenance
Sometimes slow b/c certain code is not written in a performant way.
Enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure.
Minimum number of Azure regions needed to comply w 99.99 percent SLA?
2
Minimum number of Availability zones needed to comply w 99.99 percent SLA?
2
Azure Service Health
Get info about AZ service issues and planned maintenance.
Pricing Calculator
Compare and Predict the costs of AZ services.
Service Trust Portal
Get info about international standards, compliance documents, and audit results that AZ provides for itself.
TCO Calculator
Compare & Predict the savings after comparing a cloud-hosted solution with an on-prem solution.
Microsoft Defender for Cloud
Cloud Security Posture Mgmt (CSPM) and Cloud Workload Protection Platform (CWPP) which tracks security vulnerabilities for on-prem, multi-cloud and hybrid environments
Detects and resolves threats to resources and services not only on VMs but also SQL, storage accts, and other services etc
AZ Advisor
AZ service provides recommendations to implement or maintain well-architected framework principles (cost-effectiveness, performance, reliability)
AZ Policy
Service that helps to Deny the creation of any other resource which is not defined in the list of allowed resources
AZ Blueprint
Helps to create a Package that consists of a set of resource groups, policies, role assignments, and ARM template deployments to help w environment setup.
Company wants to deploy small pieces of code onto AZ. They want to cut the costs for hosting the code. What should they consider for hosting the code?
Azure Functions - You can use AZ functions to save costs if you want to run small pieces of code.
Azure Functions
Cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications; you focus the code that matters most to you, in the most productive language for you, and Functions handles the rest; provides Serverless computing in AZ; used to save costs if you want to run small pieces of code.
Azure Basic Support plan does not include…
Access to support engineers; no 24/7 access to tech support by email or phone.
This is only available for Developer (during business hours by email only), Standard and Professional Direct plans.
Management Groups
Ability to manage user access to resources across multiple subscriptions.
Azure Arc
Simplifies governance and mgmt by delivering a consistent multi-cloud and on-prem mgmt platform.
Azure Cloud Shell
An interactive shell environment that you can use through your browser; lets you use either bash or PowerShell to work w AZ services.
Azure Container Instances
Solution for any scenario that can operate in isolated containers, without orchestration; run event-driven apps, quickly deploy from your container development pipelines, and run data processing and build jobs.
Azure Virtual Machine
IaaS; Traditional option of hosting a website on AZ but needs more time to correctly set up for performance, scalability, durability, and security and also needs to take appropriate care of maintenance activities (upgrades, patches etc)
Azure Service Fabric
Distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices and containers; also address significant challenges in developing and managing cloud native apps.