Next, you install and configure Master Data Services.
Install SQL Server 2019
Use the SQL Server setup installation wizard or a command prompt to install Master Data Services.
Open Setup.exe, and follow the steps in the installation wizard.
Select Master Data Services on the Feature Selection page under Shared Features.
This action installs:
Master Data Services Configuration Manager
Assemblies
A Windows PowerShell snap-in
Folders and files for web applications and services.
Set up the database and website
Connect the Azure Virtual Network to ensure that you can connect to the managed instance.
Open the Master Data Services Configuration Manager and then select Database Configuration in the left pane.
Select Create Database to open the Create Database Wizard. Select Next.
On the Database Server page, complete the SQL Server instance field, and then choose the Authentication type. Select Test Connection to confirm that you can use your credentials to connect to the database via the chosen authentication type. Select Next.
Note
A SQL Server instance looks like xxxxxxx.xxxxxxx.database.windows.net.
For a managed instance, choose from "SQL Server Account" and "Current User – Active Directory Integrated" authentication types.
If you select Current User – Active Directory Integrated as the authentication type, the User name field is read-only and displays the currently signed-on Windows user account. If you are running SQL Server 2019 Master Data Services on an Azure Virtual Machine (VM), the User name field displays the VM name and the user name for the local administrator account on the VM.
Your authentication must contain the "sysadmin" rule for managed instances.
Type a name in the Database name field. Optionally, to select a Windows collation, clear the SQL Server default collation check box and select one or more of the available options. For example, Case-sensitive. Select Next.
In the User name field, specify the Windows account of the default super user for Master Data Services. A super user has access to all functional areas and can add, delete, and update all models.
Select Next to view a summary of the settings for the Master Data Services database. Select Next again to create the database. You'll see the Progress and Finish page.
After the database is created and configured, select Finish.
On the Database Configuration page in the Master Data Services Configuration Manager, choose Select Database.
Select Connect, choose the Master Data Services database and then select OK.
In Master Data Services Configuration Manager, select Web Configuration in the left pane.
In the Website list box, choose Default Web Site, and then select Create to create a web application.
Note
If you select Default Web Site, you'll need to separately create a web application. If you choose Create new website in the list box, the application is automatically created.
In the Application Pool section, enter a different user name, enter the password, and then select OK.
Note
Make sure that the user can access the database with the Active Directory Integrated authentication that you recently created. Alternatively, you can change the connection in web.config later.
On the Web Configuration pane in the Web application window, select the application you've created, and then choose Select in the Associate Application with Database section.
Select Connect and choose the Master Data Services database that you want to associate with the web application. Select OK.
You've finished setting up the website. The Web Configuration page now displays the website you selected, web application you created, and the Master Data Services database associated with the application.
Select Apply. You'll see the Configuration Complete message. Select OK in the message box to launch the web application. The website address is http://server name/web application/.
Configure authentication
To connect the managed instance database to the web application, you need to change the other authentication type.
Find the web.config file under C:\Program Files\Microsoft SQL Server\150\Master Data Services\WebApplication. Modify the connectionString to change the other authentication type to connect to the managed instance database.
The default authentication type is Active Directory Integrated as shown in the following sample connection string:
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.
Learn how to install Master Data Services on a Windows Server 2012 R2 computer, configure the MDS database and website, and deploy the sample models and data.
Learn about the key data organization and management features of Master Data Services. Master Data Services enables you to manage a master set of your data.