You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-connect-msi-sql-database.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ az ad group member list -g $groupid
130
130
131
131
Go to the Azure portal to grant the minimum permissions your app needs.
132
132
133
-
If the identity is system-assigned, its name is always the same as the name of your app. The name of a system-assigned identity for a deployment slot is `<app-name>/slots/<slot-name>`. To grant permissions for a Microsoft Entra group, use the group's display name, such as `myAzureSQLDBAccessGroup`.
133
+
The name of a system-assigned identity is always the same as the app name. The name of a system-assigned identity for a deployment slot is `<app-name>/slots/<slot-name>`. To grant permissions for a Microsoft Entra group, use the group's display name, such as `myAzureSQLDBAccessGroup`.
134
134
135
135
<!--SQLCMD IS NO LONGER SUPPORTED IN BASH CLOUD SHELL as of April 2025. Use Powershell or portal.
136
136
1. In your Bash terminal, sign in to SQL Database by using the following SQLCMD command, replacing `<server-name>` with your server name, `<db-name>` with your database name, and `<aad-user-name>` and `<aad-password>` with your Microsoft Entra user credentials.
@@ -154,17 +154,22 @@ If the identity is system-assigned, its name is always the same as the name of y
154
154
Here are portal steps I made up. Not sure if they work since my app doesn't work (database is blank).-->
155
155
156
156
1. On your web app's page in the Azure portal, select **Identity** from the left navigation menu.
157
+
157
158
1. On the **System assigned** tab, make sure **Status** is set to **On**.
159
+
158
160
1. Under **Permissions**, select **Azure role assignments**.
161
+
159
162
1. On the **Azure role assignments** page, select **Add role assignment (Preview)**.
160
-
1. Use the **Add role assignment (Preview)** pane to add each of the following roles:
163
+
164
+
1. Use the **Add role assignment (Preview)** pane to add each of the following roles in turn.
0 commit comments