exam questions

Exam AZ-600 All Questions

View all questions & answers for the AZ-600 exam

Exam AZ-600 topic 1 question 12 discussion

Actual exam question from Microsoft's AZ-600
Question #: 12
Topic #: 1
[All AZ-600 Questions]

HOTSPOT -
You have an Azure Stack Hub integrated system that is disconnected from the Internet. The integrated system is registered to an Azure Active Directory (Azure
AD) tenant named contoso.com.
You need to download the latest Ubuntu image for Azure Stack Hub Marketplace.
How should you complete the PowerShell script? To answer, drag the appropriate cmdlets to the correct targets. Each cmdlet may be used once, more than once, or not at all. You may need to drag and split the bar between panes to scroll to view content.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-download-azure-marketplace-item?view=azs-2008&tabs=az1%2Caz2&pivots=state- disconnected

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
TonytheTiger
2 years, 11 months ago
On the exam (06/24/2022) different format
upvoted 2 times
...
Eltooth
3 years, 4 months ago
Answer is correct. Login-AzAccount -Environment AzureCloud -Tenant '<mydirectory>.onmicrosoft.com' Install-Module -Name Azs.Syndication.Admin -AllowPrerelease -PassThru $products = Select-AzsMarketplaceItem $products | Export-AzsMarketplaceItem -RepositoryDir "Destination folder path in quotes" https://docs.microsoft.com/en-gb/learn/modules/manage-azure-stack-hub-marketplace/4-populate-azure-stack-hub-marketplace-disconnected-environment
upvoted 3 times
ttyenJames
3 years ago
Connect-AzAccount => replace Login-AzAccount
upvoted 1 times
...
...
d0bermannn
3 years, 7 months ago
Looks correct as https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-download-azure-marketplace-item?view=azs-2008&tabs=az1%2Caz2&pivots=state- disconnected
upvoted 2 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 ...