2 Prerequisites
The MyID Application server must have access to the Microsoft Azure SQL Database service. You must ensure that the Azure firewall settings allow access.
Note: For SQL Server, MyID requires that you install the Full Text Search option for the SQL Server Engine. This feature is built in to Microsoft Azure SQL database, so you do not need to configure it separately.
Before you begin the MyID installation, you must have:
-
An already-created database to be populated during the installation.
Note: You are recommended to create the database manually using Azure portal, PowerShell, or SQL Management Studio for the correct size of database to be configured. A minimum database size of S2 is recommended.
-
A login to this already-created database that can create schema objects.
You must have the following permissions:
-
db_datareader – required for reading data.
-
db_datawriter – required for writing data.
-
db_owner – required for creating schema objects; for example, temporary tables created by stored procedures.
-