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/includes/tutorial-dotnet-storage-managed-identity/introduction.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In this tutorial, you learn how to:
41
41
42
42
## Enable managed identity on an app
43
43
44
-
If you create and publish your web app through Visual Studio, the managed identity was enabled on your app for you. In your app service, select **Identity** in the left pane, and then select **System assigned**. Verify that the **Status** is set to **On**. If not, select **Save** and then select **Yes** to enable the system-assigned managed identity. When the managed identity is enabled, the status is set to **On** and the object ID is available.
44
+
If you create and publish your web app through Visual Studio, the managed identity was enabled on your app for you. In your app service, select **Identity** in the left pane, and then select **System assigned**. Verify that the **Status** is set to **On**. If not, select **On** and then **Save**. Select **Yes** in the confirmation dialog to enable the system-assigned managed identity. When the managed identity is enabled, the status is set to **On** and the object ID is available.
45
45
46
46
:::image type="content" alt-text="Screenshot that shows the System assigned identity option." source="../../media/scenario-secure-app-access-storage/create-system-assigned-identity.png":::
47
47
@@ -63,15 +63,15 @@ To create a general-purpose v2 storage account in the Azure portal, follow these
63
63
64
64
1. On the Azure portal menu, select **All services**. In the list of resources, enter **Storage Accounts**. As you begin typing, the list filters based on your input. Select **Storage Accounts**.
65
65
66
-
1. In the **Storage Accounts** window that appears, select **Add**.
66
+
1. In the **Storage Accounts** window that appears, select **Create**.
67
67
68
68
1. Select the subscription in which to create the storage account.
69
69
70
70
1. Under the **Resource group** field, select the resource group that contains your web app from the drop-down menu.
71
71
72
72
1. Next, enter a name for your storage account. The name you choose must be unique across Azure. The name also must be between 3 and 24 characters in length and can include numbers and lowercase letters only.
73
73
74
-
1. Select a location for your storage account, or use the default location.
74
+
1. Select a location (region) for your storage account, or use the default value.
75
75
76
76
1. Leave these fields set to their default values:
0 commit comments