Managment and Governance Flashcards

1
Q

Reserved Instance

A

Azure also offers the ability to commit to using a set amount of cloud resources in advance and receiving discounts on those “reserved” resources. Many services, including databases, compute, and storage all provide the option to commit to a level of use and receive a discount, in some cases up to 72 percent.

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

Billing zone pricing

A

Some inbound data transfers (data going into Azure datacenters) are free. For outbound data transfers (data leaving Azure datacenters), data transfer pricing is based on zones.

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

Pricing Calculator

A

The pricing calculator is designed to give you an estimated cost for provisioning resources in Azure.

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

TCO Calculator

A

The TCO calculator is designed to help you compare the costs for running an on-premises infrastructure compared to an Azure Cloud infrastructure.

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

Cost Mangment

A

provides the ability to quickly check Azure resource costs, create alerts based on resource spend, and create budgets that can be used to automate management of resources.

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

Microsoft Purview

A

a family of data governance, risk, and compliance solutions that helps you get a single, unified view into your data. Microsoft Purview brings insights about your on-premises, multicloud, and software-as-a-service data together.

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

Azure Policy

A

enables you to create, assign, and manage policies that control or audit your resources. These policies enforce different rules across your resource configurations so that those configurations stay compliant with corporate standards.

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

Resource lock

A

A resource lock prevents resources from being accidentally deleted or changed.

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

Service Trust Portal

A

provides access to various content, tools, and other resources about Microsoft security, privacy, and compliance practices.

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

Azure Cloud Shell

A

Azure Cloud Shell is a browser-based shell tool that allows you to create, configure, and manage Azure resources using a shell. Azure Cloud Shell support both Azure PowerShell and the Azure Command Line Interface (CLI), which is a Bash shell.

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

Azure Powershell

A

Azure PowerShell is a shell with which developers, DevOps, and IT professionals can run commands called command-lets (cmdlets). These commands 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
12
Q

Azure CLI

A

The Azure CLI is functionally equivalent to Azure PowerShell, with the primary difference being the syntax of commands. While Azure PowerShell uses PowerShell commands, the Azure CLI uses Bash commands.

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

Azure Arc

A

Azure Arc simplifies governance and management by delivering a consistent multi-cloud and on-premises management platform.

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

Azure Resource Manager (ARM)

A

Arc lets you extend your Azure compliance and monitoring to your hybrid and multi-cloud configurations.
provides a management layer that enables you to create, update, and delete resources in your Azure account. Anytime you do anything with your Azure resources, ARM is involved.

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

ARM Template

A

you can describe the resources you want to use in a declarative JSON format. With an ARM template, the deployment code is verified before any code is run.

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

Bicep

A

Bicep is a language that uses declarative syntax to deploy Azure resources. A Bicep file defines the infrastructure and configuration. Then, ARM deploys that environment based on your Bicep file. While similar to an ARM template, which is written in JSON, Bicep files tend to use a simpler, more concise style.