Exam Learnings Flashcards
What does an Azure Management Group do?
Allows your to apply policies with flexible hierarchies to multiple subscriptions
DOES NOT: Manage RBAC - it is for managing subscriptions above the normal subscription level.
Which cloud attribute is defined by knowing your application will perform as expected regardless of customer demand?
Predictability
Knowing your application will perform at a consistent level regardless of the load. This is achieved through a combination of autoscaling, high availability, and load balancing. It also describes transparency in cost.
NOT: Having to do with resource failures
What are the capabilities of Azure Arc?
Enable running serverless (ex. Azure Functions) in a containerized form on on-premises servers.
Protect Amazon E2C instances with Microsoft Defender
Apply RBAC to non-Azure servers
CANNOT: Privately connect on-premises networks to Azure managed services
What is Azure data box?
Used for transferring a lot of data into or out of Azure Storage with limited network bandwidth
Too much data over the internet
You get a physical box and ship it to Azure
Encrypted and Rugged
Used for bulk data migration, security. Disaster recovery
What is Azure Migrate?
Moving non-Azure resources into Azure
Can be servers, apps, databases
One of its features is the ability to discover dependencies of resources being migrated to Azure.
What is AzCopy?
Command-line Utility
Transfer blob and Azure files
Useful for scripting data transfer - not continuous transfer
What is Storage Explorer?
GUI method - downloaded application for Blob
Can more ALL storage account formats
What is Azure File Sync?
Specifically with Azure files
Will automatically sync with on-prem file servers
Use to backup local file server
Helps with transition to files being only on Azure
How do you ensure a server is separately physically from your other servers?
Have it in a separate region with a separate Vnet.
Which Azure tool allows you to view which user turned off a specific virtual machine during the last 14 days?
Azure Activity Log - it is a logging service that provides insight into subscription-level events that have occurred in Azure. This includes a range of data, from Azure Resource Manager operational data to updates on Service Health events. Events such as starting and stopping of virtual machines can be found here.
What is the preferred method to run Azure serverless services, like Logic Apps, on your on-premises servers?
Enable Azure Arc on your on-premises servers.
Azure Arc enables Azure serverless services (like Logic Apps) to run on non-Azure servers as a containerized workload.
What would you recommend to easily manage multiple subscriptions from a single source?
Management groups
Management groups are an Azure resource management scope that sit above individual subscriptions. They are in fact a grouping, or collection of multiple subscriptions. Permissions, policies, and compliance settings applied to a management group are automatically inherited by all subscriptions inside of that group.
NOT: Use resource groups to manage multiple subscriptions
Resource groups are a management container inside of subscriptions, where groups of different Azure services are deployed. For this scenario, we want to use management groups, which are a higher-level, logical grouping of subscriptions.
What Cloud service model is Azure Function Apps?
Severless
How can you combine Azure subscriptions?
You cannot in the Azure Portal
You must contact Microsoft Azure Support
Name 2 command-line tools that can be used to interact with Azure resources using the Azure CLI.
Bash
Powershell
What is the concept in which you layer multiple stages of security such as physical security, network security, etc., to create a robust defense against cybersecurity threats?
Defense in Depth - Defense in depth is the concept in which by layering different security measures, protection against security threats is greatly increased.
Does vertical scaling require downtime or can it be done automatically?
Requires downtime
What 2 components are required for Azure Monitor alerts?
Action Group - After an alert is triggered via an alert rule, the action group designates who is informed of the triggered alert.
Alert Rule - The alert rule provides the conditions that must be met before triggering an alert.
What is Azure Logic Apps?
Azure Logic Apps provides no-code solutions for connecting and automating workflows between different services and applications.