How to change the Azure Stack Development Kit external domain name and region name.
Within the ASDK it is possible to specify your own external domain name and region name. You only need to modify one script to make this possible and that is the script “C:\CloudDeployment\Setup\InstallAzureStackPOC.ps1”
You only need to modify the following part:

To

. $DeploymentScriptPath @PassthroughParameters -RegionName “poc1” -ExternalDomainSuffix “test.local” |