Tüm alıştırma soruları

1186 soru

Soru 341Soru

A small business wants to connect its local office server room to an Azure Virtual Network. The connection must use the business's existing public internet connection to keep setup and monthly costs low. Which Azure service should the business deploy to establish this connection?

Cevabı ve açıklamayı göster

Cevap: Azure VPN Gateway

Cevap

Azure VPN Gateway
Azure VPN Gateway is the correct service because it sends encrypted traffic between an Azure Virtual Network and an on-premises location over the public internet, satisfying the low-cost and existing internet usage requirements.

Adım Adım Çözüm

1
Analyze the connection requirement
The business needs to connect an on-premises location to an Azure Virtual Network.
Identifying the source and destination of the network connection helps narrow down the service options.
2
Evaluate the budget and path constraints
The solution must use the existing public internet connection to keep costs low.
This eliminates ExpressRoute, which requires a private, dedicated physical connection and does not use the public internet.
3
Select the appropriate hybrid networking service
Azure VPN Gateway is selected as it creates an encrypted tunnel over the public internet.
It directly satisfies the requirement for a cost-effective, internet-based connection between on-premises and Azure.

Anahtar Kavram

Establishing secure, cost-effective hybrid connectivity to Azure Virtual Networks using the public internet.
Soru 342Soru

You are auditing an enterprise Azure environment to improve governance. Match each specific recommendation to its corresponding Azure Advisor category.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Identify underprovisioned or idle virtual machine resources to optimize cloud spend.
Implement redundancy and backup for virtual machines to protect against localized outages.
Configure disk type upgrades to eliminate application throughput limitations.
Set up service status notifications to streamline cloud environment management.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The correct matches are: Identifying underprovisioned or idle virtual machines matches Cost; Implementing redundancy and backup for virtual machines matches Reliability; Configuring disk type upgrades matches Performance; Setting up service status notifications matches Operational Excellence.
Azure Advisor provides personalized recommendations across five pillars: Cost (minimizing wasteful spending), Security (guarding against threats), Reliability (ensuring high availability and disaster recovery), Performance (improving speed and responsiveness), and Operational Excellence (improving process efficiency and deployment management). The matched pairs correctly align each task with its designated pillar.

Adım Adım Çözüm

1
Analyze each description to identify the primary business objective being addressed.
The descriptions target cloud spend optimization, localized outage protection, application throughput limits, and environment management respectively.
This links each scenario to a specific operational goal.
2
Map each business objective to one of the five core Azure Advisor pillars.
Optimizing spend maps to Cost; protecting against outages maps to Reliability; solving throughput limits maps to Performance; and streamlining environment management maps to Operational Excellence.
Azure Advisor categorizes its recommendations based on these pillars to help guide remediation actions.

Anahtar Kavram

Azure Advisor recommendation categories
Soru 343Soru

A company hosts a video streaming application on Azure. The operations team wants to identify which virtual machines are underutilized and can be downsized to reduce monthly expenditures. They also want to obtain suggestions on how to improve the overall security posture and fault tolerance of their infrastructure. Which Azure service should the team use to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Azure Advisor

Cevap

Azure Advisor
The correct answer is Azure Advisor. Azure Advisor provides personalized, actionable recommendations by analyzing resource configurations and telemetry data. It focuses on five pillars: Cost (e.g., identifying underutilized virtual machines to downsize), Security, Reliability (fault tolerance), Performance, and Operational Excellence. This directly matches the company's requirements.

Adım Adım Çözüm

1
Analyze the organization's requirements for downsizing underutilized resources, improving security, and increasing fault tolerance.
The requirements span cost optimization, security, and reliability pillars of cloud architecture.
Identifying the functional categories of the required recommendations helps determine which Azure tool is designed to evaluate resources against these specific pillars.
2
Evaluate the capabilities of Azure Advisor against the requirements.
Azure Advisor evaluates configurations and usage telemetry to provide recommendations across Cost, Security, Reliability (fault tolerance), Performance, and Operational Excellence.
This matches all elements of the scenario: downsizing virtual machines (Cost), improving security (Security), and enhancing fault tolerance (Reliability).

Anahtar Kavram

Azure Advisor is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments across cost, security, reliability, performance, and operational excellence.
Tahmini Süre:1m 0s
Soru 344Soru

Azure ExpressRoute secures network traffic between an on-premises network and an Azure Virtual Network by routing the data over the public internet using an encrypted IPsec VPN tunnel.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is false because Azure ExpressRoute routes network traffic over a private, dedicated connection instead of the public internet, and it does not use an encrypted IPsec VPN tunnel by default.

Adım Adım Çözüm

1
Examine the connection path of Azure ExpressRoute.
ExpressRoute provides a private connection to Azure services through a connectivity provider, completely bypassing the public internet.
To verify if the statement correctly describes the routing path.
2
Examine the encryption characteristics of Azure ExpressRoute.
ExpressRoute traffic is not encrypted by default.
To verify if the statement correctly describes the security encryption mechanism.

Anahtar Kavram

Azure ExpressRoute connectivity path and encryption default
Soru 345Soru

Your organization plans to run administrative scripts on a local server running Red Hat Enterprise Linux (RHEL) to manage cloud resources. The scripts must use PowerShell cmdlets. How can the administrative team execute these PowerShell-based scripts on the RHEL server?

Cevabı ve açıklamayı göster

Cevap: Install PowerShell Core and the Az PowerShell module directly on the RHEL server.

Cevap

Install PowerShell Core and the Az PowerShell module directly on the RHEL server.
Azure PowerShell is a cross-platform command-line tool that can be installed on Windows, macOS, and Linux. Since the target server runs Red Hat Enterprise Linux (RHEL), the administrative team can install PowerShell Core and the Az module directly to execute the scripts locally.

Adım Adım Çözüm

1
Determine the operating system compatibility of Azure PowerShell.
Azure PowerShell is built on PowerShell Core, which is cross-platform and runs on Windows, macOS, and Linux.
To verify if the scripts can run directly on the Red Hat Enterprise Linux (RHEL) server.
2
Identify the required components to run Azure PowerShell cmdlets locally on Linux.
You need to install PowerShell Core first, followed by the Az PowerShell module.
To enable the execution of Azure-specific cmdlets from the local RHEL terminal.

Anahtar Kavram

Azure PowerShell is a cross-platform command-line tool that can be installed locally on Windows, macOS, and Linux.
Tahmini Süre:1m 0s
Soru 346Soru

An administrator wants to prevent users from creating virtual machines in an Azure subscription unless they specify a business unit tag. The administrator also wants to ensure that any existing virtual machines that do not have this tag are identified without being altered. Which Azure service should be used to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Azure Policy

Cevap

Azure Policy
Azure Policy is the correct service because it allows administrators to define rules that enforce resource properties, such as requiring tags. It evaluates resources at deployment time (blocking non-compliant deployments) and audits existing resources to flag them as non-compliant without altering them.

Adım Adım Çözüm

1
Analyze the requirement to enforce a specific resource property (the presence of a business unit tag) during creation.
The requirement focuses on governing resource configurations rather than managing user permissions.
Enforcing resource configuration rules is a governance task managed by Azure Policy.
2
Analyze the requirement to identify existing non-compliant resources (virtual machines lacking the tag) without altering them.
Azure Policy evaluates existing resources and flags them as non-compliant without deleting, stopping, or modifying them.
This confirms that Azure Policy fits both the enforcement for new resources and the audit behavior for existing resources.

Anahtar Kavram

Azure Policy is used to enforce resource properties and evaluate compliance of resources.
Soru 347Soru

A local bakery operates a physical database server in their office. They want to estimate the potential cost savings of migrating this workload to Microsoft Azure compared to maintaining their current on-premises hardware. Which Azure tool should they use?

Cevabı ve açıklamayı göster

Cevap: Total Cost of Ownership (TCO) Calculator

Cevap

Total Cost of Ownership (TCO) Calculator
The Total Cost of Ownership (TCO) Calculator is the correct tool because it allows users to input their current on-premises infrastructure details (such as servers, storage, networking, electricity, and labor) and compares those costs to equivalent resources in Azure over a defined period to show potential savings.

Adım Adım Çözüm

1
Identify the core requirement of the scenario.
The requirement is to compare the cost of maintaining existing on-premises hardware (the physical database server) with the cost of running that same workload in Azure.
Understanding the comparison between on-premises and cloud environments helps select the correct cost estimation tool.
2
Evaluate the available Azure cost tools based on the requirement.
The tool designed specifically for comparing on-premises costs with Azure cloud costs to estimate savings is the Total Cost of Ownership (TCO) Calculator.
This tool takes on-premises inputs (like hardware, electricity, and labor) and compares them against Azure services to show potential savings.

Anahtar Kavram

Azure Pricing Calculator vs. Total Cost of Ownership (TCO) Calculator
Soru 348Soru

You can use Azure Policy to restrict the specific Azure regions where resources can be deployed within a subscription.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
Azure Policy allows organizations to restrict the geographic regions where resources can be deployed, primarily using the built-in 'Allowed locations' policy definition.

Adım Adım Çözüm

1
Determine if Azure Policy is capable of defining rules that control resource deployment properties.
Azure Policy is designed to enforce organizational standards and assess compliance, including blocking or auditing resource creation based on resource properties.
To evaluate if the service can control resource parameters during deployment.
2
Verify if restricting resource deployment regions is a supported rule configuration in Azure Policy.
The built-in 'Allowed locations' policy definition in Azure Policy enforces that resources can only be deployed in designated regions.
To confirm that regional deployment restriction is a primary use case of Azure Policy.

Anahtar Kavram

Azure Policy enforces resource properties and locations, such as restricting deployments to specific Azure regions using the 'Allowed locations' policy.
Soru 349Soru

A financial organization needs a fully managed database for its new billing application. The database must enforce strict relational constraints, including foreign keys and transaction boundaries. Additionally, the IT team wants to avoid any responsibility for operating system patching or database engine updates. Which Azure service should the organization select?

Cevabı ve açıklamayı göster

Cevap: Azure SQL Database

Cevap

Azure SQL Database is the correct choice because it is a relational database service that automatically handles patching and database management.
Azure SQL Database is a fully managed relational database service (PaaS) that handles operating system patching, backups, and database updates automatically while supporting traditional relational database features like foreign keys and transaction boundaries.

Adım Adım Çözüm

1
Analyze the workload requirement for relational constraints.
The application requires strict relational constraints like foreign keys and transaction boundaries, pointing to a relational database service.
This rules out non-relational database services such as NoSQL solutions.
2
Analyze the administrative requirements regarding patching and updates.
The IT team wants Microsoft to manage operating system patching and database updates, which requires a Platform as a Service (PaaS) model.
This rules out Infrastructure as a Service (IaaS) options like SQL Server on Azure Virtual Machines, where the customer is responsible for patching.
3
Select the service that satisfies both relational constraints and PaaS patching management.
Azure SQL Database provides a relational PaaS database engine with automatic patching.
It matches all specified criteria.

Anahtar Kavram

Selecting the appropriate Azure database service based on relational requirements and cloud service model management responsibilities.
Tahmini Süre:1m 0s
Soru 350Soru

An administrator needs to view notifications regarding planned maintenance and service outages that specifically affect the Azure resources deployed within their subscription. Which Azure service should the administrator use to access this personalized dashboard?

Cevabı ve açıklamayı göster

Cevap: Azure Service Health

Cevap

Azure Service Health
Azure Service Health provides a personalized dashboard that displays active service issues, planned maintenance, and health advisories that directly affect the resources in your subscription.

Adım Adım Çözüm

1
Identify the goal: The administrator needs to view notifications about planned maintenance and outages affecting their specific Azure resources.
This requires a service that alerts on Azure platform-level issues rather than resource-level telemetry.
Azure infrastructure maintenance and regional outages are managed by Microsoft, not by the customer's guest OS configuration.
2
Select the service designed for personalized infrastructure health tracking.
Azure Service Health is identified as the correct tool.
Azure Service Health specifically filters global service issues to show only those that impact the subscriptions and resources you own.

Anahtar Kavram

Distinguishing between resource-level telemetry monitoring and infrastructure-level health tracking in Azure.
Soru 351Soru

A team of developers uses macOS workstations. They need to run command-line scripts locally on their machines to create and manage Azure resources. Which of the following tools can be installed locally on macOS to support command-line administration? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure CLI; Azure PowerShell

Cevap

Azure CLI and Azure PowerShell are correct. Both tools are cross-platform and can be installed locally on macOS to perform command-line administration of Azure resources.
The correct tools are Azure CLI and Azure PowerShell. Both are cross-platform command-line tools that can be installed locally on macOS, Linux, and Windows to script and manage Azure resources.

Adım Adım Çözüm

1
Identify the operating system and workflow requirements in the scenario.
The workstations run macOS, and the administrators need command-line tools installed locally.
This establishes the environment (macOS) and delivery method (local CLI tools rather than browser-based interfaces).
2
Evaluate the cross-platform capability of Azure command-line tools.
Both Azure CLI and Azure PowerShell are cross-platform. Azure PowerShell runs on macOS via PowerShell Core, and Azure CLI is natively supported on macOS.
This identifies the correct tools that meet the criteria of being locally installed command-line applications.
3
Evaluate the remaining options.
Azure Cloud Shell is browser-based, and Azure Portal is a graphical web console. Neither is a locally installed command-line application.
This rules out the incorrect options.

Anahtar Kavram

Cross-platform compatibility and local installation support for Azure command-line tools.
Soru 352Soru

An organization wants to manage its cloud spend in Azure. They set up an Azure Cost Management budget at the subscription scope. The requirement is to send an email notification to the finance department when the subscription's actual cost exceeds 90%90\% of the budget. Additionally, if the actual cost exceeds 110%110\%, the organization wants to automatically trigger a script that shuts down dev/test virtual machines to halt further spending. Which of the following budget configurations should the organization use?

Cevabı ve açıklamayı göster

Cevap: Configure one budget alert for the 90%90\% threshold to send an email notification, and configure another budget alert for the 110%110\% threshold to trigger an Azure Action Group that executes an automation runbook.

Cevap

Configure one budget alert for the 90%90\% threshold to send an email notification, and configure another budget alert for the 110%110\% threshold to trigger an Azure Action Group that executes an automation runbook.
The correct configuration uses Azure Cost Management's native capability to set multiple budget alert thresholds. The threshold at 90%90\% sends a standard email notification, and the threshold at 110%110\% triggers an Azure Action Group. This Action Group executes an automation runbook containing the script to shut down the virtual machines, completing the automation workflow.

Adım Adım Çözüm

1
Analyze the requirements for notifying users and automated cost containment.
Identify that the notification requires standard alerting (email) and the enforcement action requires automation (running a script).
Azure Cost Management budgets natively support configuring alerts at specified percentage thresholds.
2
Determine the mechanism to trigger automated tasks from Azure Cost Management.
Action Groups are the standard mechanism in Azure to trigger automation (Runbooks, Logic Apps, Azure Functions) when alert conditions are met.
Budgets do not have a built-in toggle to stop VMs, so they must call an Action Group to handle the execution of the shutdown script.
3
Evaluate and eliminate distractors based on governance and cost concepts.
Confirm that tags are not inherited and do not automate actions, resource locks do not stop compute execution, and cloud resources run on an OpEx model rather than CapEx.
This ensures the chosen solution relies on valid Azure functionality and avoids common cloud governance misconceptions.

Anahtar Kavram

Azure Cost Management budgets can trigger notifications and integrate with Azure Action Groups to execute automated scripts for cost containment.
Tahmini Süre:2m 0s
Soru 353Soru

An administrator needs to restrict developers from deploying any resources other than storage accounts inside a resource group named 'Data-Prod-RG'. Is it true or false that the administrator can enforce this deployment restriction by assigning a custom Azure Role-Based Access Control (RBAC) role to the developers?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is False because Azure RBAC manages access and permissions (who can do what), while Azure Policy is used to enforce resource properties and compliance rules, such as restricting the types of resources that can be deployed.

Adım Adım Çözüm

1
Analyze the administrator's requirement, which is to restrict the types of resources (only allowing storage accounts) that can be deployed in the 'Data-Prod-RG' resource group.
Identified the goal as resource compliance and governance (restricting resource types).
Understanding the goal helps determine which Azure service or feature is appropriate.
2
Determine the capabilities of Azure Role-Based Access Control (RBAC).
Azure RBAC manages user access and permissions (who can perform write/read/delete actions on resources). It cannot inspect or restrict resource properties or resource types during deployment.
Verifying if RBAC can meet the requirement is necessary to evaluate the statement.
3
Identify the correct Azure feature for enforcing resource deployment constraints.
Azure Policy is the service used to enforce rules and effects (like denying non-conforming resource types) over resources.
Confirms that Azure Policy, not Azure RBAC, is the correct tool, rendering the statement false.

Anahtar Kavram

Azure RBAC vs Azure Policy
Soru 354Soru

An administrator plans to deploy a set of Azure resources using a Bicep template. Is it true that Bicep templates use a declarative syntax, which allows you to define what resources you want to create without writing the sequence of programming commands to create them?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
Bicep templates use declarative syntax, meaning you specify the resources you want to create and their configurations. Azure Resource Manager then handles the deployment, ordering, and creation of these resources without requiring the author to write procedural code or step-by-step commands.

Adım Adım Çözüm

1
Analyze the definition of Bicep and ARM templates.
Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources.
This is a fundamental characteristic of Azure Resource Manager infrastructure as code tools.
2
Determine if Bicep requires writing a sequence of programming commands.
No, Bicep does not require imperative step-by-step commands; it only requires specifying the desired end-state.
The platform (Azure Resource Manager) translates the declaration into the necessary deployment actions automatically.

Anahtar Kavram

Declarative syntax of Bicep and Azure Resource Manager templates
Soru 355Soru

An organization is comparing cost structures for different Azure Blob Storage access tiers. Is the following statement true or false? The Cool access tier has lower storage costs but higher access costs compared to the Hot access tier.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

The statement is true because the Cool access tier has lower storage costs but higher access costs than the Hot access tier.
The Cool access tier is designed to trade higher transaction/access costs for lower data storage capacity costs, which is the exact opposite of the Hot access tier.

Adım Adım Çözüm

1
Identify the purpose of the Cool access tier.
The Cool tier is optimized for storing data that is infrequently accessed and stored for at least 30 days.
This sets the baseline for the tier's pricing strategy.
2
Compare the storage fee structure of the Hot and Cool tiers.
The Cool tier has lower per-gigabyte storage rates than the Hot tier.
This makes the Cool tier cheaper for storing larger amounts of inactive data.
3
Compare the access fee structure of the Hot and Cool tiers.
The Cool tier has higher transaction and data retrieval fees than the Hot tier.
This trade-off discourages using the Cool tier for frequently accessed data.

Anahtar Kavram

Azure Storage Access Tiers Cost Trade-offs
Tahmini Süre:45s
Soru 356Soru

A financial institution has configured a primary, dedicated hybrid network connection between its local data center and an Azure Virtual Network. To ensure redundancy, the institution needs to implement a secondary connection that routes encrypted traffic over the public internet as a backup. Which Azure service should be used to establish this secondary backup path?

Cevabı ve açıklamayı göster

Cevap: Azure VPN Gateway

Cevap

Azure VPN Gateway
Azure VPN Gateway is correct because it allows the creation of a Site-to-Site VPN connection that encrypts network traffic and routes it over the public internet between an on-premises network and an Azure Virtual Network, which perfectly fits the requirements of an internet-based, encrypted backup path.

Adım Adım Çözüm

1
Analyze the requirements
The solution requires a secondary, redundant hybrid network path that uses the public internet and encrypts traffic.
Understanding the design criteria helps filter out services that do not support hybrid connectivity or public internet routing.
2
Evaluate the network connectivity options
Azure VPN Gateway establishes an encrypted tunnel over the public internet, matching the redundancy requirements, whereas ExpressRoute uses a private connection, VNet Peering connects internal Azure networks, and Azure Arc is a management tool rather than a network gateway.
Comparing capabilities ensures the selected service aligns with both the routing and security constraints of the scenario.

Anahtar Kavram

Azure hybrid networking services and their public internet vs. private connection routing paths
Soru 357Soru

A startup company is defining its Azure administration strategy. The engineering team consists of developers who work on macOS, Windows, and Linux workstations. The team wants to use the exact same command-line tools across all of these operating systems without using a web browser.

Which of the following tools can be installed locally on all three operating systems to manage Azure resources? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure CLI; Azure PowerShell

Cevap

Azure CLI and Azure PowerShell are correct because both are cross-platform command-line interfaces that can be installed locally on Windows, macOS, and Linux workstations.
Azure CLI and Azure PowerShell both support cross-platform execution and can be installed locally on Windows, macOS, and Linux operating systems, allowing developers to use identical command-line tools regardless of their local OS.

Adım Adım Çözüm

1
Identify the environment constraints specified in the scenario.
The workstations run macOS, Windows, and Linux, and the tool must be a command-line interface installed locally without using a web browser.
This filters out tools that are restricted to a single operating system or require a web browser.
2
Evaluate each tool option against these constraints.
Azure CLI and Azure PowerShell support cross-platform local installations. Windows PowerShell is limited to Windows. Azure Cloud Shell is accessed via a web browser and is not installed locally.
To determine which tools satisfy all constraints.

Anahtar Kavram

Azure command-line tools (Azure CLI and Azure PowerShell) are cross-platform and can be installed locally on Windows, macOS, and Linux.
Soru 358Soru

An IT operator receives a support ticket regarding a potential regional outage affecting only their subscription's database instances. True or false: The operator should use Azure Service Health to verify if Microsoft has reported any active service issues that specifically impact their deployed database resources.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
Azure Service Health provides a personalized dashboard that alerts you about service issues, planned maintenance, and health advisories affecting the specific Azure resources deployed in your subscriptions.

Adım Adım Çözüm

1
Determine the scope of the potential health event.
The issue is a service outage that specifically affects the database instances in the operator's subscription, rather than a general public status update.
Azure Service Health targets resources in the user's specific subscriptions, whereas Azure Status is for global public status.
2
Identify the service designed for personalized Azure service issues.
Azure Service Health is designed to track and notify about incidents that directly impact the user's resources.
It offers subscription-level visibility into service issues, planned maintenance, and health advisories.

Anahtar Kavram

Azure Service Health
Soru 359Soru

When you apply a tag to an Azure resource group, the tag is applied only to the resource group itself and is not inherited by the resources inside the group; therefore, to group the costs of those resources by that tag in Azure Cost Management, the tag must be applied directly to each individual resource.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
The statement is correct because Azure resource tags are not inherited. When you apply a tag to a resource group, it does not propagate to the resources inside that group. To run a cost analysis report that groups resource costs by a specific tag, that tag must be applied directly to the individual resources that incur the charges.

Adım Adım Çözüm

1
Evaluate the inheritance behavior of Azure resource tags.
Tags applied to a resource group or subscription do not automatically inherit down to child resources.
Azure resource tags are applied at the specific resource level and do not propagate automatically down the resource hierarchy.
2
Analyze how Azure Cost Management Cost Analysis aggregates and groups costs by tags.
Cost Analysis aggregates costs based on the tags directly assigned to the resources incurring the usage.
Because there is no default tag inheritance, resources inside a tagged resource group will appear as untagged in cost reports if they do not have the tag applied directly.
3
Verify if direct tagging of resources is required to group costs.
Yes, direct application of the tag to each resource is required to group their costs in Cost Analysis.
This aligns with the lack of default tag inheritance in Azure.

Anahtar Kavram

Azure resource tags are not inherited by resources from their parent resource groups or subscriptions.
Soru 360Soru

A systems engineer is configuring a local workstation to run Azure CLI commands. Which operating systems support the local installation of the Azure CLI?

Cevabı ve açıklamayı göster

Cevap: Windows, macOS, and Linux

Cevap

Windows, macOS, and Linux
The correct answer is the option listing Windows, macOS, and Linux. The Azure CLI is a command-line tool that is natively cross-platform, allowing users to install it locally and manage resources from any of these three operating systems.

Adım Adım Çözüm

1
Identify the tool in the scenario, which is the Azure CLI.
The target tool is Azure CLI.
Knowing the target tool is necessary to evaluate its platform compatibility.
2
Recall the supported operating systems for local Azure CLI installation.
Azure CLI is cross-platform and supports Windows, macOS, and Linux.
This allows selecting the option that lists all supported platforms.

Anahtar Kavram

Cross-platform compatibility of Azure CLI
Tahmini Süre:45s
ÖncekiSayfa 18 / 60Sonraki
Tüm alıştırma soruları — Microsoft Azure Fundamentals (AZ-900) | Examkin