Skip to content

Commit 00b9d51

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To allow access from the Automation system managed identity to the Azure SQL dat
5454
```sql
5555
# AutomationAccount - replace with your Automation account's name
5656
# ObjectID - replace with object (principal) ID for your system managed identity principal from step 1.
57-
CREATE USER "AutomationAccount" FROM EXTERNAL PROVIDER WITH OBJECT_ID= `ObjectID`
57+
CREATE USER "AutomationAccount" FROM EXTERNAL PROVIDER WITH OBJECT_ID = `ObjectID`
5858
EXEC sp_addrolemember `db_owner`, "AutomationAccount"
5959
```
6060

0 commit comments

Comments
 (0)