Hi Folks,
Wondering if someone could shed some light on what SPN's are needed when standing up an On-Prem Environment.
Example Environment:
2 Front End Servers with all application roles installed.
1 Database Server (hosts the CRM and SSRS DB's)
Supported by a Hardware Load Balancer (https://mycrm.contoso.com)
Questions:
1. The CRM Application Pool is run under domain account contoso\crmappservice
a. Should I Create the following SPN's: http\mycrm and http\mycrm.contoso.com
b. If running CRM on a not standard port like 6565, does the port number need to be part of the SPN?
2. If the other Services are running under domain accounts, like crmasyncservice, crmsandservice, do those also need the same SPN's created? Would this not create duplicates?
3. Do SPN's impact performance?
4. If SQL Server is running under a domain account, does it also need SPN's created?
Currently working with CRM 2013.
Thanks for reading.