You have an Azure Stack Hub Integrated System.
The domain name for the development kit is local.azurestack.external.
What will be the name of the Azure Resource Manager endpoint?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: D
As per Azure Stack Hub convention, the name of the Azure Resource Manager endpoint is in the format https://management.{domain-name}
As in the given case, the domain name for the development kit is local.azurestack.external, the name of Azure Resource Manager endpoint will be https://management.local.azurestack.external.
Option A is incorrect.
The given name is not as per the Azure Stack Hub convention.
Option B is incorrect.
The given name is incorrect.
Option C is incorrect.
The given name does not match with the Azure Stack Hub convention.
Option D is correct.
As per Azure Stack Hub convention, the name of Azure Resource Manager endpoint is in the format https://management.{domain-name}
Reference:
To know more about Tenant Resource Usage API, visit the below-given link:
The Azure Resource Manager (ARM) is the deployment and management service for Azure resources. In Azure Stack Hub, the ARM endpoint is used to deploy and manage resources in the Azure Stack Hub.
The domain name for the development kit is local.azurestack.external. To determine the name of the ARM endpoint, we need to look at the URL format for the ARM endpoint.
The format for the ARM endpoint URL is as follows:
https://<region>.<domainname>/
In this format, <region> is the name of the region where the Azure Stack Hub is located, and <domainname> is the domain name for the Azure Stack Hub.
Based on the given domain name, the name of the ARM endpoint URL should be:
https://management.local.azurestack.external
Therefore, the correct answer is D. https://management.local.azurestack.external.