Hi,
I have successfully deployed Azure TP3 with ADFS. The deployment completed successfully.
As per guidance https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-connect-azure-stack i have logged into MAS-CON01. On desktop i can see couple of web link for portal.
Which credentials do i need to use for logging in to the poral? As far as i remember i did not provide any credentials(AD or tenant) while deployment except local machine credentials.
The portal i am trying to login is https://adfs.local.azurestack.external/adfs
Below is the script i ran"
cd C:\CloudDeployment\Setup
$adminpass=
ConvertTo-SecureString
"〈LOCAL_ADMIN_PASSWORD〉"-AsPlainText
-Force
.\InstallAzureStackPOC.ps1-AdminPassword
$adminpass-UseADFS
Which credentials
do i need to use?Please help.
Thanks,
Sunil