Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Microsoft > Microsoft Certifications > AZ-600 > AZ-600 Online Practice Questions and Answers

AZ-600 Online Practice Questions and Answers

Questions 4

You have an Azure Stack Hub integrated system that connects to the Internet. The integrated system uses an Enterprise Agreement (EA) for licensing.

You are creating an Azure Resource Manager template to generate a marketplace item for a virtual machine that runs Windows Server 2019 Datacenter and a custom application.

You need to ensure that Windows Server is licensed by using the bring-your-own-license model.

Solution: You add licenseType: None to the Azure Resource Manager template.

Does this meet the goal?

A. Yes

B. No

Buy Now

Correct Answer: B

Reference:

https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-windows-server- faq?view=azs-2008andtabs=az1%2Caz2

Questions 5

You back up VM1 .

You restore VM1 to the integrated system.

You need to ensure that VM1 will start successfully and that users can connect to share!

Which two actions should you perform after restoring VM1 from the backup? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. Modify the disk layout.

B. Set the hostname.

C. Set the password of the local administrator.

D. Set the IP address.

E. Validate the MAC address.

Buy Now

Correct Answer: BD

Questions 6

You plan to install an update to an Azure Stack Hub integrated system.

You need to verify whether the integrated system is healthy, and whether you can apply the update. You must achieve the goal as quickly as possible.

Solution: From a privileged endpoint (PEP) session, you run TesT-AzureStack -Group "Default".

Does this meet the goal?

A. Yes

B. No

Buy Now

Correct Answer: B

Questions 7

You have an Azure Stack Hub integrated system that connects to the Internet. The integrated system uses an Enterprise Agreement (EA) for licensing. You are creating an Azure Resource Manager template to generate a marketplace item

for a virtual machine that runs Windows Server 2019 Datacenter and a custom application.

You need to ensure that Windows Server is licensed by using the bring-your-own-license model.

Solution: You add licenseType: Windows_Server to the Azure Resource Manager template.

Does this meet the goal?

A. Yes

B. No

Buy Now

Correct Answer: A

Questions 8

You have an Azure Stack Hub integrated system that is disconnected from the internet. The integrated system has an Azure App Service resource provider.

You generate a new certificate.

You need to rotate the certificate of the App Service identity application to use the new certificate.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A. From the administrator portal, get the value of the default provider subscription object ID.

B. From a privileged endpoint (PEP) session, run the Export-Cercificace cmdlet. and then run the Import-Certificace cmdlet

C. From a privileged endpoint (PEP) session, run the New-Object cmdlet. and then run the import-PfxCertificace cmdlet

D. From a privileged endpoint (PEP) session, run the New-Objecc cmdlet, and then run the Sec-GraphApplicacion cmdlet

E. From the administrator portal, get the value of the AzureStack-AppService object ID.

Buy Now

Correct Answer: DE

Your choice of either Azure AD or AD FS is determined by the mode in which you deploy Azure Stack Hub:

When you deploy it in a connected mode, you can use either Azure AD or AD FS. When you deploy it in a disconnected mode, without a connection to the internet, only AD FS is supported.

E:

Rotate certificate for AD FS identity application The identity application is created by the operator before deployment of Azure App Service on Azure Stack Hub. If the application's object ID is unknown, follow these steps to discover it:

Go to the Azure Stack Hub administrator portal.

Go to Subscriptions and select Default Provider Subscription. Select Access Control (IAM) and select the AzureStack-AppService- application.

Take a note of the Object ID, this value is the ID of the Service Principal that must be updated in AD FS.

D: To rotate the certificate for the application in AD FS, you need to have access to the privileged endpoint (PEP). Then you update the certificate credential using PowerShell.

# Sign in to PowerShell interactively, using credentials that have access to the VM running the Privileged Endpoint $Creds = Get-Credential

# Create a new Certificate object from the identity application certificate exported as .cer file $Cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("")

# Create a new PSSession to the PrivelegedEndpoint VM $Session = New-PSSession -ComputerName "" -ConfigurationName PrivilegedEndpoint -Credential $Creds -SessionOption (New-PSSessionOption -Culture en-US -UICulture en-US)

# Use the privileged endpoint to update the certificate thumbprint, used by the service principal associated with the App Service identity application $SpObject = Invoke-Command -Session $Session -ScriptBlock {Set-GraphApplication -ApplicationIdentifier "" -ClientCertificates $using:Cert} $Session | Remove-PSSession

# Output the updated service principal details $SpObject Reference:

https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-identity-overview

https://learn.microsoft.com/en-us/azure-stack/operator/app-service-rotate-certificates

Questions 9

You have an Azure Stack Hub integrated system.

The security department at your company wants a list of all the users who can manage the integrated system from the privileged endpoint (PEP).

You need to create the list.

Solution: From a privileged endpoint (PEP) session, you run the Get-AzureStackStampInformation cmdlet.

Does this meet the goal?

A. Yes

B. No

Buy Now

Correct Answer: B

Reference: https://docs.microsoft.com/en-us/azure-stack/reference/pep-2002/get- cloudadminuserlist

Questions 10

You have a disconnected Azure Stack Hub integrated system.

You deploy an Operator Access Workstation (OAW) virtual machine image.

Which management tool should be installed manually on the image?

A. AzureStack-Tools

B. Azure Storage Explorer

C. Windows Admin Center

D. AzCopy

Buy Now

Correct Answer: C

Windows Admin Center is a new, locally-deployed, browser-based management tool set that lets you manage your Windows Servers with no Azure or cloud dependency. Windows Admin Center gives you full control over all aspects of your

server infrastructure and is particularly useful for managing servers on private networks that are not connected to the Internet.

Reference:

https://learn.microsoft.com/en-us/azure-stack/operator/operator-access-workstation

Questions 11

HOTSPOT

You open the Resource providers blade for a user subscription as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:

Buy Now

Correct Answer:

Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers

Questions 12

DRAG DROP

You have an Azure Stack Hub integrated system that has 12 nodes. All the nodes run the latest firmware available from the OEM. The integrated system also has a hot spare node.

You receive an alert concerning the hardware on one of the nodes.

You need to replace the node as soon as possible. The solution must minimize disruptions to user workloads.

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.

Select and Place:

Buy Now

Correct Answer:

Reference: https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-replace-node?view=azs-2008 https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-node-actions?view=azs-2008andtabs=az1

Questions 13

DRAG DROP

You schedule a planned maintenance window.

You need to perform an Azure Stack Hub update in the dev1 region. The solution must meet the technical requirements.

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.

Select and Place:

Buy Now

Correct Answer:

Reference: https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-updates?view=azs-2008

Exam Code: AZ-600
Exam Name: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub
Last Update: Jun 08, 2025
Questions: 175

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.