Microsoft Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub - AZ-600 Exam Practice Test
You have an Azure Stack Hub integrated system that has 10 user subscriptions. Each subscription contains approximately 50 virtual machines.
You are planning a backup and restore strategy for the integrated system.
You need to identify which type of backup to use to back up specific resources.
What should you identify for each resource? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You are planning a backup and restore strategy for the integrated system.
You need to identify which type of backup to use to back up specific resources.
What should you identify for each resource? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation

Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-backup-enable-backup-console?view=azs-200
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?
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?
Correct Answer: B
You have a connected Azure Stack Hub integrated system that uses Active Directory Federation Services (AD FS) as the identity provider.
You open a PowerShell session and store the GUID of an Azure subscription in a variable named
$SubscriptionlD.
You need to validate the AD FS integration.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You open a PowerShell session and store the GUID of an Azure subscription in a variable named
$SubscriptionlD.
You need to validate the AD FS integration.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation

Box 1: Connect-AzAccount
Steps to validate the Azure registration
1. Open an elevated PowerShell prompt, and then run the following command to install AzsReadinessChecker:
Install-Module -Name Az.BootStrapper -Force -AllowPrerelease
Install-AzProfile -Profile 2020-09-01-hybrid -Force
Install-Module -Name Microsoft.AzureStack.ReadinessChecker
2. From the PowerShell prompt, run the following command to set $subscriptionID as the Azure subscription to use. Replace xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx with your own subscription ID:
$subscriptionID = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
3. From the PowerShell prompt, run the following command:
Connect-AzAccount -subscription $subscriptionID
4. From the PowerShell prompt, run the following command to start validation of your subscription. Provide your Azure AD administrator and your Azure AD tenant name:
Invoke-AzsRegistrationValidation -RegistrationSubscriptionID $subscriptionID Box 2: Microsoft.AzureStack.ReadinessChecker Validate AD FS integration
1. On a computer that meets the prerequisites, open an administrative PowerShell prompt and then run the following command to install AzsReadinessChecker:
Install-Module Microsoft.AzureStack.ReadinessChecker -Force -AllowPrerelease
2. From the PowerShell prompt, run the following command to start validation. Specify the value for
-CustomADFSFederationMetadataEndpointUri as the URI for the federation metadata.
Invoke-AzsADFSValidation -CustomADFSFederationMetadataEndpointUri https://adfs.cont Reference:
https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-validate-registration
https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-validate-adfs
You have an Azure Stack Hub integrated system that is enabled for multi-tenancy.
You receive an alert that one or more guest Azure Active Directory (Azure AD) tenants requires updates to support new features.
You need to identify which Azure AD tenants you must update.
Which two options can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You receive an alert that one or more guest Azure Active Directory (Azure AD) tenants requires updates to support new features.
You need to identify which Azure AD tenants you must update.
Which two options can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Correct Answer: C,F
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You need to support the planned changes for User1.
Which service should you include?
Which service should you include?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Your company is a Cloud Solution Provider (CSP) that provides Azure Stack Hub services to multiple customers in a multitenant environment.
User subscriptions are linked to Azure CSP subscriptions for billing reconciliation.
You need to view the usage of all the customers for the current day and the last seven days.
What should you do?
User subscriptions are linked to Azure CSP subscriptions for billing reconciliation.
You need to view the usage of all the customers for the current day and the last seven days.
What should you do?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
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.
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.
Correct Answer: A,E
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You have an Azure Stack Hub integrated system that uses an Active Directory Federation Services (AD FS) identity provider and capacity-based billing.
You have a plan named Plan1 that has the following quota configurations for Microsoft.Compute:
Maximum number of Availability Sets: 10
Maximum number of virtual machines: 50
Maximum number of virtual machine cores: 100
Maximum number of virtual machine scale sets: 10
You link two offers named Offer1 and Offer2 to Plan1.
Two user subscriptions named Customer1 and Customer2 are created based on Offer1. A user subscription named Customer3 is created based on Offer2.
Customer1 receives a warning that it provisioned 50 virtual machines.
You need to ensure that Customer1 can provision an additional 25 virtual machines within its existing subscription. The solution must NOT affect the quotas of the other user subscriptions.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
You have a plan named Plan1 that has the following quota configurations for Microsoft.Compute:
Maximum number of Availability Sets: 10
Maximum number of virtual machines: 50
Maximum number of virtual machine cores: 100
Maximum number of virtual machine scale sets: 10
You link two offers named Offer1 and Offer2 to Plan1.
Two user subscriptions named Customer1 and Customer2 are created based on Offer1. A user subscription named Customer3 is created based on Offer2.
Customer1 receives a warning that it provisioned 50 virtual machines.
You need to ensure that Customer1 can provision an additional 25 virtual machines within its existing subscription. The solution must NOT affect the quotas of the other user subscriptions.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: C,F
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).