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

Azure Stack Hub Privileged Endpoint (PEP) IP Addresses

Question

After the initial deployment of Azure Stack Hub, Privileged Endpoint (PEP) can be accessed only through an IP address.

Choose the correct JSON file from the given options which has the PEP IP addresses.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: A

After the initial deployment of Azure Stack Hub, PEP can be accessed only by IP address as DNS integration has not been set up yet.

OEM hardware vendor Provides a JSON file named as AzureStackStampDeploymentInfo where PEP IP addresses are mentioned.

Option A is correct.

AzureStackStampDeploymentInfo is the correct JSON file that has PEP IP addresses.

Option B is incorrect.

Get-AzureStackStampInformation cmdlet is used to get the stamp information.

Option C is incorrect.

Tmplatename.params is not the correct JSON file.

Option D is incorrect.

There is no predefined JSON file like AzurePEPDeploymentInfo in Azure.

Reference:

To know more about using PEP in Azure Stack Hub, please visit the below-given link:

The correct answer is D. AzurePEPDeploymentInfo.

The Privileged Endpoint (PEP) is a critical component of Azure Stack Hub that provides administrative access to the underlying infrastructure. After the initial deployment of Azure Stack Hub, the PEP can be accessed only through an IP address, and this IP address is provided in a JSON file named AzurePEPDeploymentInfo.

Option A, AzureStackStampDeploymentInfo, is not the correct answer because it contains information about the Azure Stack Hub stamp deployment, including stamp name, region, and Azure AD tenant ID.

Option B, AzureStackStampInformation, is also not the correct answer because it contains information about the Azure Stack Hub stamp, including the stamp ID, name, and version.

Option C, templatename.params, is a generic name for the parameters file used during deployment. It is not a specific JSON file that contains the PEP IP addresses.

Therefore, the correct answer is D. AzurePEPDeploymentInfo, which contains the IP address of the PEP that is required to manage and operate Azure Stack Hub.