How to use Azure SQL services in Cayosoft Administrator SQL provisioning rules
Summary: This article contains step-by-step instructions on how to configure the Azure SQL Database and then use it in the Cayosoft Administrator SQL provisioning rules such as:
Applies to: Cayosoft Administrator Service 7.3.0 or later
Configuration
Sign-in to Microsoft Entra ID Portal - SQL Databases.
-
Click SQL Databases and select the database that you want to use in Cayosoft Administrator SQL provisioning rules. For example, TEST_DB:
-
Click Connection Strings and copy ADO.NET (SQL authentication) settings:
Example:
Server=tcp:azuresql-cayotest.database.windows.net,1433;Initial Catalog=TEST_DB;Persist Security Info=False;User ID=julia;Password={your_password};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30; In the Cayosoft Administrator Console, navigate to Configuration > Connected Systems Extensions > Utils.
-
Check database settings. In the Firewall settings, set Allow Azure services and resources to access this server to No:
-
Open the SQL Server section:
Instance: paste Server value from the connection string that was copied from Azure SQL Database (tcp:azuresql-cayotest.database.windows.net,1433).
Database: paste the Initial Catalog value from the connection string that was copied from Azure SQL Database.
-
Credentials: specify User ID and password.
Click Check Settings to be sure that settings are correct.
Now you can use this database in SQL provisioning rules.
Comments
0 comments
Please sign in to leave a comment.