Describe features and tools for managing and deploying Azure resources Flashcards

1
Q

Describe tools for interacting with Azure

A

To get the most out of Azure, you need a way to interact with the azure environment, the management groups, subscriptions, resource groups, resources, and so on. These tools help you do that:
-Azure Portal: It is a web-based, unified console that provides an alternative to command-line tools.
-Azure Powershell: it is a shell with which developers, DevOps, and IT professionals can run command-lets (cmdlets)
-Azure CLI: It is functionally equivalent to Powershell, with the primary difference being the syntax of commands. While Powershell uses Powershell commands, Azure CLI uses Bash commands.

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

Describe the purpose of 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. Azure Arc simplifies governance and management by delivering a consistent management platform.

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

Describe Azure Resource Manager and Azure ARM templates

A

It is the deployment and management service for Azure.

A Resource Manager template is a JSON file that defines what you want to deploy to Azure.

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