Fundamentals Module 3 Flashcards

1
Q

Azure Advisor

A

evaluates your Azure resources and makes recommendations to help improve:

  1. reliability
  2. security
  3. performance
  4. achieve operational excellence
  5. reduce costs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure Advisor: category of recommendations

A
  1. Reliability is used to ensure and improve the continuity of your business-critical applications.
  2. Security is used to detect threats and vulnerabilities that might lead to security breaches.
  3. Performance is used to improve the speed of your applications.
  4. Operational Excellence is used to help you achieve process and workflow efficiency, resource manageability, and deployment best practices.
  5. Cost is used to optimize and reduce your overall Azure spending.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure Health Service

A
  1. a global cloud solution to help you manage your infrastructure needs, reach your customers, innovate, and adapt rapidly
  2. helps you keep track of Azure resource, both your specifically deployed resources and the overall status of Azure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Service Health - important services

A
  1. Azure Status
  2. Service Health
  3. Resource Health

NB
1. gives you a complete view of your Azure environment
2. historical alerts are stored and accessible for later review

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Azure Status

A
  1. a broad picture of the status of Azure globally
  2. informs you of service outages
  3. view of the health of all Azure services across all Azure region
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Service Health

A
  1. focuses on the Azure services and regions you’re using
  2. the best place to look for service impacting communications about outages, planned maintenance activities, and other health advisories because the authenticated Service Health experience knows which services and resources you currently use.
  3. can set up Service Health alerts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Resource Health

A
  1. a tailored view of your actual Azure resources
  2. information about the health of your individual cloud resources, such as a specific virtual machine instance
  3. an also configure alerts to notify you of availability changes to your cloud resources.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Azure Monitor

A
  1. a platform for collecting data on your resources, analyzing that data, visualizing the information, and even acting on the results.
  2. can monitor Azure resources, your on-premises resources, and even multi-cloud resources like virtual machines hosted with a different cloud provider.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Azure Monitor: reaction to critical events

A
  1. alerts delivered to teams via SMS, email e.c.t.
  2. use thresholds to trigger autoscaling functionality
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Azure Log Analytics

A
  1. the tool in the Azure portal where you’ll write and run log queries on the data gathered by Azure Monitor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure Monitor Alerts

A
  1. an automated way to stay informed when Azure Monitor detects a threshold being crossed. You set the alert conditions, the notification actions, and then Azure Monitor Alerts notifies when an alert is triggered
  2. epending on your configuration, Azure Monitor Alerts can also attempt corrective action.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Action group

A
  1. Azure Monitor Alerts use action groups to configure who to notify and what action to take
  2. a collection of notification and action preferences that you associate with one or multiple alerts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Application Insights

A
  1. monitor web applications that are running in Azure, on-premises, or in a different cloud environment.
  2. can also configure it to periodically send synthetic requests to your application, allowing you to check the status and monitor your application even during periods of low activity.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Ways to configure Application Insights

A
  1. install an SDK in your application
  2. use the Application Insights agent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Application Insights can monitor

A
  1. Request rates, response times, and failure rates
  2. Dependency rates, response times, and failure rates, to show whether external services are slowing down performance
  3. Page views and load performance reported by users’ browsers
  4. AJAX calls from web pages, including rates, response times, and failure rates
  5. User and session counts
  6. Performance counters from Windows or Linux server machines, such as CPU, memory, and network usage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Tools for managing Azure environment

A
  1. Azure portal
  2. Azure PowerShell
  3. Azure Command Line Interface (CLI)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

The Azure portal

A
  1. maintains a presence in every Azure datacenter
  2. is designed for resiliency and continuous availability
  3. updates continuously and requires no downtime for maintenance activities.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Azure Cloud Shell

A

a browser-based shell tool that allows you to create, configure, and manage Azure resources using a shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Azure Cloud Shell Features:

A
  1. It is a browser-based shell experience, with no local installation or configuration required
  2. It is authenticated to your Azure credentials
  3. supports both Azure PowerShell and the Azure CLI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Azure PowerShell

A

call the Azure REST API to perform management tasks in Azure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Azure Arc

A

In utilizing Azure Resource Manager (ARM), Arc lets you extend your Azure compliance and monitoring to your hybrid and multi-cloud configurations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Azure Arc provides a centralized, unified way to:

A
  1. Manage your entire environment together by projecting your existing non-Azure resources into ARM.
  2. Manage multi-cloud and hybrid virtual machines, Kubernetes clusters, and databases as if they are running in Azure.
  3. Use familiar Azure services and management capabilities, regardless of where they live.
  4. Continue using traditional ITOps while introducing DevOps practices to support new cloud and native patterns in your environment.
  5. Configure custom locations as an abstraction layer on top of Azure Arc-enabled Kubernetes clusters and cluster extensio
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What can Azure Arc do outside of Azure?

A

manage the following resource types hosted outside of Azure:

  1. Servers
  2. Kubernetes clusters
  3. Azure data services
  4. SQL Server
  5. Virtual machines (preview)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Azure Resource Manager (ARM)

A
  1. deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account
  2. When a user sends a request from any of the Azure tools, APIs, or SDKs, ARM receives the request. ARM authenticates and authorizes the request
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Azure Resource Manager benefits

A
  1. Manage your infrastructure through declarative templates rather than scripts.
  2. Deploy, manage, and monitor all the resources for your solution as a group, rather than handling these resources individually.
  3. Re-deploy your solution throughout the development life-cycle and have confidence your resources are deployed in a consistent state.
  4. Define the dependencies between resources, so they’re deployed in the correct order.
  5. Apply access control to all services because RBAC is natively integrated into the management platform.
  6. Apply tags to resources to logically organize all the resources in your subscription.
  7. Clarify your organization’s billing by viewing costs for a group of resources that share the same tag.
26
Q

Benefits of using ARM templates

A
  1. Declarative syntax
  2. Repeatable results
  3. Orchestration
  4. Modular files (next template)
  5. Extensibility (can add PowerShell or Bash scripts to your templates)
27
Q

Bicep

A

is a language that uses declarative syntax to deploy Azure resources

28
Q

benefits of Bicep over JSON

A
  1. Support for all resource types and API versions
  2. Simple syntax
  3. Repeatable results
  4. Orchestration (order of deployment)
  5. Modularity
29
Q

Two components to implement a “infrastructure as code”

A
  1. Bicep
  2. ARM Templates
30
Q

Microsoft Purview

A

a family of data governance, risk, and compliance solutions that helps you get a single, unified view into your data

31
Q

With Microsoft Purview, you can stay up-to-date on your data landscape thanks to:

A
  1. Automated data discovery
  2. Sensitive data classification
  3. End-to-end data lineage
32
Q

Two main solution areas comprise Microsoft Purview

A
  1. risk and compliance
  2. unified data governance
33
Q

Microsoft Purview: risk and compliance solutions

A

by managing and monitoring your data, is able to help your organization:

  1. Protect sensitive data across clouds, apps, and devices.
  2. Identify data risks and manage regulatory compliance requirements.
  3. Get started with regulatory compliance.
34
Q

Microsoft Purview: Unified data governance

A

robust, unified data governance solutions that help manage your on-premises, multicloud, and software as a service data

helps your organization:
1. Create an up-to-date map of your entire data estate that includes data classification and end-to-end lineage.
2. Identify where sensitive data is stored in your estate.
3. Create a secure environment for data consumers to find valuable data.
4. Generate insights about how your data is stored and used.
5. Manage access to the data in your estate securely and at scale.

35
Q

Azure Policy

A

a service in Azure that enables you to create, assign, and manage policies that control or audit your resources.

evaluates your resources and highlights resources that aren’t compliant with the policies you’ve created

can be set at each level

36
Q

Azure Policy initiatives

A

a way of grouping related policies together

Examples:
1. Monitor unencrypted SQL Database in Security Center
2. Monitor OS vulnerabilities in Security Center
3. Monitor missing Endpoint Protection in Security Center

37
Q

Resource lock

A
  1. prevents resources from being accidentally deleted or changed
  2. can be applied to individual resources, resource groups, or even an entire subscription
  3. are inherited
38
Q

Types of resource locks

A
  1. Delete means authorized users can still read and modify a resource, but they can’t delete the resource.
  2. ReadOnly means authorized users can read a resource, but they can’t delete or update the resource.
39
Q

How to change a locked resource

A
  1. remove the lock
  2. apply any action you want
40
Q

Service Trust portal

A
  1. provides access to various content, tools, and other resources about Microsoft security, privacy, and compliance practices.
  2. contains details about Microsoft’s implementation of controls and processes that protect our cloud services and the customer data therein
41
Q

Factors that can affect costs in Azure

A
  1. Resource type (type, setting, region, access tier, redundancy settings)
  2. Consumption (also offers the ability to commit to using a set amount of cloud resources in advance and receiving discounts on those “reserved” resources => savings on reliable, consistent workloads)
  3. Maintenance
  4. Geography (cost of power, labor, taxes, and fees vary depending on the location)
  5. Subscription type
  6. Azure Marketplace
42
Q

Azure Marketplace

A

lets you purchase Azure-based solutions and services from third-party vendors

may pay for not only the Azure services that you’re using, but also the services or expertise of the third-party vendor

43
Q

Pricing calculator

A

give you an estimated cost for provisioning resources in Azure. You can get an estimate for individual resources, build out a solution, or use an example scenario to see an estimate of the Azure spend.

44
Q

TCO calculator

A

help you compare the costs for running an on-premises infrastructure compared to an Azure Cloud infrastructure.

enter your current infrastructure configuration, including servers, databases, storage, and outbound network traffic.

enter your configuration, add in assumptions like power and IT labor costs

45
Q

Cost Management

A

provides the ability to

  1. quickly check Azure resource costs
  2. create alerts based on resource spend
  3. create budgets that can be used to automate management of resources.
  4. cost saving options
46
Q

Cost alerts

A

provide a single location to quickly check on all of the different alert types that may show up in the Cost Management service.

47
Q

Cost alert types

A
  1. Budget alerts
  2. Credit alerts
  3. Department spending quota alerts.
48
Q

Budget alerts

A

notify you when spending, based on usage or cost, reaches or exceeds the amount defined in the alert condition of the budget.

can view all cost alerts in the Azure portal

49
Q

Cost Management budgets are created using

A
  1. Azure portal (cost)
  2. Azure Consumption API (cost & consumption)
50
Q

Budgets

A
  1. A budget is where you set a spending limit for Azure.
  2. can set budgets based on a subscription, resource group, service type, or other criteria.
51
Q

Resource tags

A

another way to organize resources. that provide extra information, or metadata, about your resources (subscriptions, resource groups)

52
Q

Managing resource tags

A
  1. can use Azure Policy to enforce tagging rules and conventions
  2. Resources don’t inherit tags from subscriptions and resource groups, - can create custom tagging schemas
  3. Not all resources support tags
53
Q

SLAs Table

A
  1. 99% - 7h 18m 17s per month
  2. 99.5% - 3h 39m 8s per month
  3. 99.9% - 43m 49s per month
  4. 99.95% - 21m 54s per month
  5. 99.99% - 4m 22s per month
  6. 99.999% - 26s per month
54
Q

TCO Calculator Input

A
  1. Current infrastructure configuration
  2. Power cost
  3. IT labor cost
  4. ## Geo-redundand storage
55
Q

When you cancel an Azure subscription:

A
  1. A resource lock doesn’t block the subscription cancellation.
  2. Azure preserves your resources by deactivating them instead of immediately deleting them.
  3. Azure only deletes your resources permanently after a waiting period.
56
Q

Cost saving options

A
  1. Spot instance pricing - use unused capacity in the data center
  2. Hybrid use benefits model (use your existing licences )
  3. B-series VMs (lowest quality)
  4. Reservations (reserved instances)
57
Q

Price calculator: factors

A
  1. Region
  2. Tarif
  3. Abrechnungsoptionen
  4. Support options
  5. Price for Azure Dev/Test
58
Q

Azure preview type

A
  1. Private (available to some customers)
  2. Public
59
Q

What is the maximum number of virtual network rules and IP network rules allowed per storage account in Azure?

A

150

60
Q
A