Category: SharePoint 2019
-

Building a SharePoint 2019 MinRole Environment in Microsoft Azure – Add a Load Balancer for External Access
If you have been following along in this series the last post had us fully deploy SharePoint 2019 into our Azure environment. You may feel we are done, but in truth, there is still a little bit left. Right now the SharePoint environment is active and works great but only if you either remote into…
-

Building a SharePoint 2019 MinRole Environment in Microsoft Azure – Installing SharePoint 2019
So now that we have the servers all built and configured it is time to install SharePoint across all the instances. As in previous posts, I will be using Brian Lala’s AutoSPInstaller. The great thing about this tool is that if configured properly (like we did previously) it will perform the installation for all servers…
-

Building a SharePoint 2019 MinRole Environment in Microsoft Azure – Prepping SharePoint Servers
So now that our domain is built, servers are configured and SharePoint 2019 template is installed, we need to prep the servers that will be running SharePoint for the installation. We have done most of the work already, but some steps need to be done for the install to go smoothly. In this post, I’ll…
-

Building a SharePoint 2019 MinRole Environment in Microsoft Azure – Build SharePoint 2019 Template with AutoSPInstaller
In the previous post, we have built our server farm, it is time to install SharePoint itself. As in my other walkthroughs for this, we are going to utilize AutoSPInstaller. The process is very similar to the one I illustrated in my series earlier, but this time we are building a full MinRole environment. In…
-

Building a SharePoint 2019 MinRole Environment in Microsoft Azure – Deploy SQL Server
Once the domain controller is configured and active directory for the farm is created it is time to deploy SQL Server. Because this will be an “on-prem” farm I will not be utilizing an Azure SQL Database but instead will deploy an actual SQL Server VM. This is made pretty straight forward as Azure provides…