Skip to content

Commit b95173e

Browse files
authored
Add app restart warning
After adding a user-assigned identity causes an application to restart with no warning in the Azure portal. We learned this on our team by experiencing un-expected downtime in our application. Adding a warning here will at least document the behavior for customer.
1 parent 235c11a commit b95173e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/overview-managed-identity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ First, you'll need to create a user-assigned identity resource.
144144
1. Search for the identity you created earlier and select it. Click **Add**.
145145

146146
![Managed identity in App Service](media/app-service-managed-service-identity/user-assigned-managed-identity-in-azure-portal.png)
147+
148+
> [!IMPORTANT]
149+
> Clicking **Add** after selecting a user assigned idenity to add will restart your application.
147150
148151
# [Azure CLI](#tab/cli)
149152

0 commit comments

Comments
 (0)