Skip to content

Commit 09ada97

Browse files
committed
fixed the blocking issues
1 parent 174778d commit 09ada97

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

articles/automation/manage-sql-server-using-automation.md renamed to articles/automation/manage-sql-server-in-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ To allow access from the Automation system managed identity to the Azure SQL dat
3333
1. In the Automation account page, under **Account Settings**, select **Identity**.
3434
1. Under the **System assigned** tab, select the **Status** as **ON**.
3535

36-
:::image type="content" source="./media/manage-sql-server-using-automation/system-assigned-managed-identity-status-on-inline.png" alt-text="Screenshot of setting the status to ON for System assigned managed identity." lightbox="./media/manage-sql-server-using-automation/system-assigned-managed-identity-status-on-expanded.png":::
36+
:::image type="content" source="./media/manage-sql-server-in-automation/system-assigned-managed-identity-status-on-inline.png" alt-text="Screenshot of setting the status to ON for System assigned managed identity." lightbox="./media/manage-sql-server-in-automation/system-assigned-managed-identity-status-on-expanded.png":::
3737

3838
1. After the System Managed Identity is **ON**, you must provide the account the required access using these steps:
3939
1. In the **Automation account | Identity** page, **System assigned** tab, under permissions, select **Azure role assignments**.
4040
1. In the Azure role assignments page, select **+Add role assignment (preview)**.
4141
1. In the **Add role assignment (preview)**, select the **Scope** as *SQL*, select the **Subscription**, **Resource** from the drop-down and **Role** according to minimum required permissions, and then select **Save**.
4242

43-
:::image type="content" source="./media/manage-sql-server-using-automation/add-role-assignment-inline.png" alt-text="Screenshot of adding role assignment when the system assigned managed identity's status is set to ON." lightbox="./media/manage-sql-server-using-automation/add-role-assignment-expanded.png":::
43+
:::image type="content" source="./media/manage-sql-server-in-automation/add-role-assignment-inline.png" alt-text="Screenshot of adding role assignment when the system assigned managed identity's status is set to ON." lightbox="./media/manage-sql-server-in-automation/add-role-assignment-expanded.png":::
4444

4545
1. Configure the SQL server for Active Directory authentication by using these steps:
4646
1. Go to [Azure portal](https://portal.azure.com) home page and select **SQL servers**.

0 commit comments

Comments
 (0)