exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 5 question 120 discussion

Actual exam question from Microsoft's AZ-104
Question #: 120
Topic #: 5
[All AZ-104 Questions]

DRAG DROP
-

You have a Windows 11 device named Device and an Azure subscription that contains the resources shown in the following table.



Device1 has Azure PowerShell and Azure Command-Line Interface (CLI) installed.

From Device1, you need to establish a Remote Desktop connection to VM1.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Teroristo
Highly Voted 1 year, 7 months ago
Explanation: Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser and the Azure portal, or via the native SSH or RDP client already installed on your local computer. The native client feature lets you connect to your target VMs via Bastion using Azure CLI, and expands your sign-in options to include local SSH key pair and Azure Active Directory (Azure AD). Using the native client requires the Standard SKU tier for Azure Bastion. First, we need to upgrade the SKU of our Azure Bastion instance. Second, we need to enable the native client support from the configuration settings of Bastion1 in the Azure Portal. Third, we need to sign in to our Azure account and select the subscription containing the Bastion resource as shown below:
upvoted 31 times
Teroristo
1 year, 7 months ago
az login az account list az account set --subscription "<subscription ID>" Lastly, we run the following command to connect via RDP. You’ll then be prompted to input your credentials. You can use either a local username and password, or your Azure AD credentials. az network bastion rdp --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>"
upvoted 15 times
...
...
bsaksham
Highly Voted 1 year, 11 months ago
Correct Answer! Nobrainer :) Just learn from ET, no need for another study material. I passed the exam yesterday with 930 out of 1000. Best of luck guys
upvoted 25 times
voraciousreader
1 year, 11 months ago
is that true, does most the questions came from ET?
upvoted 3 times
...
Rams786
1 year, 5 months ago
What is ET?
upvoted 1 times
ValB
1 year, 3 months ago
Enemy Territory (game). 😂
upvoted 18 times
...
shimondaz
1 year, 5 months ago
ET = examtopics.com
upvoted 1 times
...
...
...
bladewunner2
Most Recent 1 month, 2 weeks ago
You have five Azure virtual machines that run Windows Server 2016. The virtual machines are configured as web servers. You have an Azure load balancer named LB1 that provides load balancing services for the virtual machines. You need to ensure that visitors are serviced by the same web server for each request. What should you configure? A. Floating IP (direct server return) to Enabled B. Session persistence to Client IP C. Protocol to UDP D. Idle Time-out (minutes) to 20
upvoted 4 times
...
PMPft17
4 months, 2 weeks ago
Device 1 is already installed with the native client Azure CLI, to use Azure Bastion with a native client, the SKU must be Standard and I'm assuming or Premium. So, since CLI is already installed we would need to upgrade the SKU, from bastion select Native Client and then access the CLI from Device 1
upvoted 1 times
...
[Removed]
5 months ago
CORRECT
upvoted 2 times
...
joolitan
5 months, 1 week ago
Device1 has Azure PowerShell and Azure Command-Line Interface (CLI) installed Therefore they seems using the web-based to connect ( not native client ) ref : reference https://learn.microsoft.com/en-us/azure/bastion/bastion-connect-vm-rdp-windows steps 1-Upgrade Bastion1 to the Standard SKU 2-From Bastion1, enable Kerberos authentication 3-From Azure CLI on Device1, run az network bastion rdp
upvoted 2 times
...
Ni22
8 months, 3 weeks ago
6/13/24 on exam
upvoted 3 times
...
23169fd
9 months ago
Upgrade Bastion1 to the Standard SKU. From Bastion1, select Native Client Support. On Device1, run mstsc.exe.
upvoted 3 times
...
Amir1909
11 months, 2 weeks ago
Given answer is correct
upvoted 1 times
...
SachinBisht009
1 year, 5 months ago
From Bastion1, select Native Client Support. Upgrade Bastion1 to the Standard SKU. From VM1, enable just-in-time (IIT) VM access.
upvoted 1 times
...
BJS_AzureExamTopics
1 year, 7 months ago
I have been told by a few people that took the exam that these questions are exactly what is on the exam. THE QUESTIONS ARE CHANGING ON JULY 28, 2023. If you are using these questions and answers, take your test by the 22nd.
upvoted 4 times
...
Rogit
1 year, 7 months ago
This was on exam yesterday but I got it wrong and failed the exam, hopefully I pass on second attempt
upvoted 4 times
...
RandomNickname
1 year, 8 months ago
Given answer looks correct as per the information here
upvoted 1 times
...
garmatey
1 year, 10 months ago
Why does it need to be standard?
upvoted 3 times
SimoneP
1 year, 9 months ago
https://learn.microsoft.com/en-us/azure/bastion/connect-native-client-windows This configuration requires the Standard SKU tier for Azure Bastion.
upvoted 3 times
...
...
djgodzilla
1 year, 11 months ago
*) Select native client support The native client feature lets you connect to your target VMs via Bastion using Azure CLI, and expands your sign-in options to include local SSH key pair and Azure Active Directory (Azure AD). Additionally with this feature, you can now also upload or download files, depending on the connection type and client. https://learn.microsoft.com/en-us/azure/bastion/connect-native-client-windows 3) From Azure CLI on device1 run: az network bastion rdp https://learn.microsoft.com/en-us/cli/azure/network/bastion?view=azure-cli-latest#az-network-bastion-rdp
upvoted 3 times
...
lombri
1 year, 11 months ago
Navigate to the Configuration page for your Bastion resource. Verify that the SKU Tier is Standard. If it isn't, select Standard. Select the box for Native Client Support, then apply your changes. To connect via RDP, use the following command (az network bastion rdp --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>") https://learn.microsoft.com/en-us/azure/bastion/connect-native-client-windows
upvoted 10 times
...
pramodk78
1 year, 11 months ago
Answer seems ok as per link https://learn.microsoft.com/en-us/azure/bastion/connect-native-client-windows
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago