Microsoft Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub AZ-600 Exam Questions

Page: 1 / 14
Total 176 questions
Question 1

You need to configure name resolution to support the planned changes.

Which PowerShell cmdlet should you run?



Answer : B

Configure the integrated system to resolve external names by using a DNS Server that has an IP address of 10.100.100.100.

Resolving external DNS names from Azure Stack Hub

To resolve DNS names for endpoints outside Azure Stack Hub (for example: www.bing.com), you need to provide DNS servers that Azure Stack Hub can use to forward DNS requests for which Azure Stack Hub isn't authoritative. For deployment, DNS servers that Azure Stack Hub forwards requests to are required in the Deployment Worksheet (in the DNS Forwarder field). Provide at least two servers in this field for fault tolerance. Without these values, Azure Stack Hub deployment fails. You can edit the DNS Forwarder values with the Set-AzSDnsForwarder cmdlet after deployment.

Configure conditional DNS forwarding

Important

This only applies to an AD FS deployment.

To enable name resolution with your existing DNS infrastructure, configure conditional forwarding.

To add a conditional forwarder, you must use the privileged endpoint.

For this procedure, use a computer in your datacenter network that can communicate with the privileged endpoint in Azure Stack Hub.

1. Open an elevated Windows PowerShell session (run as administrator), and connect to the IP address of the privileged endpoint. Use the credentials for CloudAdmin authentication.

$cred=Get-Credential

Enter-PSSession -ComputerName <IP Address of ERCS> -ConfigurationName PrivilegedEndpoint -Credential $cred

2. After you connect to the privileged endpoint, run the following PowerShell command. Substitute the sample values provided with your domain name and IP addresses of the DNS servers you want to use.

Register-CustomDnsServer -CustomDomainName 'contoso.com' -Custom


https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-integrate-dns

Question 2

You have an Azure Stack Hub integrated system that connects to the internet.

You need to update the Azure Event Hubs service.

Solution: From the Updates blade of the administrator portal, you trigger the installation of the latest update listed in the Resource provider section.

Does this meet the goal?



Answer : B

Instead: Solution: From a privileged endpoint (PEP) session, you run the Install-AzsUpdate cmdlet.

You can use the Azure Stack Hub administrative endpoints to monitor and manage your updates. They're accessible with PowerShell. For instructions on getting set up with PowerShell on Azure Stack Hub.

You can use the following PowerShell cmdlet to manage your updates:

* Install-AzsUpdate

Apply a specific update at an update location.


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

Question 3

You have an Azure Stack Hub integrated system that connects to the Internet.

You are migrating several Hyper-V workloads to Azure Stack Hub. Billing for the workloads is consumption-based.

You need to predict the ongoing Microsoft subscription charges for the workloads.

You run an Azure Migrate assessment and receive the output shown in the following table.

The values from which three columns affect the ongoing Microsoft subscription charges? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : A, C, D


https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-usage-related-faq?view=azs-2008

Question 4

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

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 the Azure portal, you open the Azure Active Directory blade and view the users who are assigned the Global administrator role.

Does this meet the goal?



Answer : B


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

Question 5

The priv2 region is redeployed according to the planned changes.

You need to restore App Service.

Which three components should you restore? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : A, B, E


https://docs.microsoft.com/en-us/azure-stack/operator/app-service-recover?view=azs-2008

Question 6

You have an Azure Stack Hub integrated system.

The retention period for storage accounts is set to 10 days.

In a user subscription, a user deletes a virtual machine that has four 500-GB unmanaged disks attached.

How will the storage be reclaimed?



Answer : A


https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-manage-storage-accounts?view=azs-2008

Question 7

You have an Azure Stack Hub integrated system.

You plan to deploy an Event Hubs resource provider that has the following requirements:

* Provides a 1 CU Azure Event Hubs cluster that requires a duster of 5x D11_V2 virtual machines

* Scales linearly as additional CUs are deployed

At a minimum, which other management resources are required for the Event Hubs resource provider?



Answer : C

Resource provider resource consumption

The resource consumption by the Event Hubs resource provider is constant, and independent of the number or sizes of clusters created by users. The following table shows the core utilization by the Event Hubs resource provider on Azure Stack Hub, and the approximate resource consumption by other resources. The Event Hubs resource provider uses a D2_V2 VM type for its deployment.

Note: Cluster resource consumption

Your users will need to create Event Hubs clusters with CUs that meet their business requirements. To inform your decision on quota configuration, the following table shows:

The total cores used by a 1 CU Event Hubs cluster.

The approximate capacity required for consumption of other resources, including VM storage, memory, and storage accounts.


Page:    1 / 14   
Total 176 questions