User1030746581 posted
Hi,
Ordinarily, I would install SQL Server and IIS on two, separate machines, and run the IIS app with a Windows user account. I have seen posts for assigning Windows and SQL Server to the Application Pool. This seems to necessitate running SQL Server
and IIS on the same machine. I am deploying a .NET Core app to Azure. Are there any thoughts on these two strategies?
Another option is to use an Azure SQL Database, rather than SQL Server running on a VM. However, that seems to require using SQL authentication instead of Windows authentication.
Thanks.