You plan to deploy an Azure Stack Hub integrated system that will use an Azure Active Directory (Azure AD) identity provider.
You obtain certificates for the deployment.
You need to ensure that the certificates meet the prerequisites for Azure Stack Hub.
Which PowerShell cmdlet should you run?
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-validate-pki-certs?view=azs-2008
To validate certificates for other Azure Stack Hub services, change the value for -CertificateType. For example:
# App Services
Invoke-AzsHubAppServicesCertificateValidation -CertificatePath C:\Certificates\AppServices -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com
# DBAdapter
Invoke-AzsHubDBAdapterCertificateValidation -CertificatePath C:\Certificates\DBAdapter -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com
# EventHubs
Invoke-AzsHubEventHubsCertificateValidation -CertificatePath C:\Certificates
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 deploy a disconnected Azure Stack Hub integrated system.
You need to identify the IP address of the privileged endpoint (PEP).
Solution: From the administrator portal of Azure Stack Hub, you review the Region management blade.
Does this meet the goal?
Instead: Solution: You run the nslookup AzS-ERCS01.azurestack.local command.
Note: nslookup is a network administration command-line tool for querying the Domain Name System to obtain the mapping between domain name and IP address, or other DNS records.
ASDK architecture, Virtual machine roles
The ASDK offers services using the following VMs hosted on the development kit host computer:
* AzS-ERCS01 - Emergency Recovery Console VM.
https://docs.microsoft.com/en-us/azure-stack/asdk/asdk-architecture?view=azs-2008
You have an Azure Stack Hub integrated system.
A scale unit node has a hardware failure.
You replace the physical server based on the field replacement unit (FRU) documentation of the OEM hardware vendor.
You need to reintroduce the node to the scale unit.
Which PowerShell cmdlet should you run?
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-node-actions?view=azs-
2008&tabs=az1#repair
You remove all the workloads from the int1 region and change the registration model to capacity.
You prepare additional Azure AD tenants for each partner.
You need to configure multitenancy.
Which two actions should you perform for each guest tenant? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-enable-multitenancy?view=azs-2008
You have an Azure Stack Hub integrated system linked to an Azure AD tenant.
You need to back up virtual machines in user subscriptions. The solution must meet the following requirements:
Back up running virtual machines.
Maximize resiliency.
What should you use?
Backup-restore
Backing up your applications and datasets enables you to quickly recover from downtime due to data corruption, accidental deletions, or disasters. For IaaS VM-based applications you can use an in-guest agent to protect application data, operating system configuration, and data stored on volumes.
Note: Azure Backup provides independent and isolated backups to guard against unintended destruction of the data on your VMs. Backups are stored in a Recovery Services vault with built-in management of recovery points. Configuration and scaling are simple, backups are optimized, and you can easily restore as needed.
https://learn.microsoft.com/en-us/azure-stack/user/azure-stack-manage-vm-protect
https://learn.microsoft.com/en-us/azure/backup/backup-azure-vms-introduction