Skip to content

Commit a5baf92

Browse files
authored
Merge pull request #192013 from vmagelo/small-fixes
Small fixes
2 parents b6705f4 + 310f058 commit a5baf92

File tree

1 file changed

+3
-3
lines changed
  • articles/app-service/includes/tutorial-dotnet-storage-managed-identity

1 file changed

+3
-3
lines changed

articles/app-service/includes/tutorial-dotnet-storage-managed-identity/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this tutorial, you learn how to:
4141

4242
## Enable managed identity on an app
4343

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.
4545

4646
:::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":::
4747

@@ -63,15 +63,15 @@ To create a general-purpose v2 storage account in the Azure portal, follow these
6363

6464
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**.
6565

66-
1. In the **Storage Accounts** window that appears, select **Add**.
66+
1. In the **Storage Accounts** window that appears, select **Create**.
6767

6868
1. Select the subscription in which to create the storage account.
6969

7070
1. Under the **Resource group** field, select the resource group that contains your web app from the drop-down menu.
7171

7272
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.
7373

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.
7575

7676
1. Leave these fields set to their default values:
7777

0 commit comments

Comments
 (0)