Skip to content

Commit 75f95b9

Browse files
authored
Update manage-sql-server-in-automation.md
1 parent 4191b51 commit 75f95b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/manage-sql-server-in-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ To allow access from the Automation system managed identity to the Azure SQL dat
5252
1. In the **SQL server** page, under **Settings**, select **SQL Databases**.
5353
1. Select your database to go to the SQL database page and select **Query editor (preview)** and execute the following two queries:
5454
```sql
55-
# Automation account - replace with your Automation account's name
56-
# Object ID - replace with object (principal) ID for your system managed identity principal from step 1.
55+
# AutomationAccount - replace with your Automation account's name
56+
# ObjectID - replace with object (principal) ID for your system managed identity principal from step 1.
5757
CREATE USER "AutomationAccount" FROM EXTERNAL PROVIDER WITH OBJECT_ID= `ObjectID`
5858
EXEC sp_addrolemember `db_owner`, "AutomationAccount"
5959
```

0 commit comments

Comments
 (0)