Skip to content

Commit 29b0d24

Browse files
authored
Update create-key-vault-for-code-signing.md
1 parent 6e3db7b commit 29b0d24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

powerapps-docs/maker/common/wrap/create-key-vault-for-code-signing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create key vault for code signing
3-
description: Learn how to create Azure key valut for automated code signing of native mobile apps in wrap wizard.
3+
description: Learn how to create Azure key vault for automated code signing of native mobile apps in wrap wizard.
44
author: makolomi
55
ms.topic: article
66
ms.custom: canvas
@@ -13,12 +13,12 @@ search.audienceType:
1313
contributors:
1414
- mkaur-msft
1515
---
16-
# Create Azure key valut for wrap in Power Apps
16+
# Create Azure key vault for wrap in Power Apps
1717

18-
In order to automatically sign your Android or iOS mobile app package during [Step 2](wrap-how-to.md#step-2-target-platform) of the wrap wizard, it is necessary to have Azure Key Vault configured. Azure Key Vault is a cloud-based service designed to provide a secure storage solution for secrets, which can include certificates, passwords, keys, and other sensitive information. To learn more about Azure Key Vault, see [Introduction to Azure key vault](/azure/key-vault/general/overview).
18+
In order to automatically, sign your Android or iOS mobile app package during [Step 2](wrap-how-to.md#step-2-target-platform) of the wrap wizard, it's necessary to have Azure Key Vault configured. Azure Key Vault is a cloud-based service designed to provide a secure storage solution for secrets, which can include certificates, passwords, keys, and other sensitive information. To learn more about Azure Key Vault, see [Introduction to Azure key vault](/azure/key-vault/general/overview).
1919

2020

21-
In this article, you'll learn how to use an exsiting Azure key vault or create a new [Azure portal](https://portal.azure.com)
21+
In this article, you will learn how to use an existing Azure key vault or create a new [Azure portal](https://portal.azure.com).
2222

2323
## Prerequisites
2424

@@ -40,7 +40,7 @@ In this article, you'll learn how to use an exsiting Azure key vault or create a
4040

4141
1. On the left select **Access control (IAM)** tab and then select **Add** > **Add role assignment**.
4242

43-
2. Select the **Members** tab and then select **Job fucntion roles**. Make sure the **Reader** role is selected.
43+
2. Select the **Members** tab and then select **Job function roles**. Make sure the **Reader** role is selected.
4444

4545
> [!div class="mx-imgBorder"]
4646
> ![Select the Members tab.](media/how-to-v2/Add_members.png "Select the Members tab.")
@@ -87,7 +87,7 @@ In this article, you'll learn how to use an exsiting Azure key vault or create a
8787

8888
:::image type="content" source="media/wrap-canvas-app/wrap-2.png" alt-text="Create a cert for iOS.":::
8989

90-
6. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle id, and the value corresponding to the name of the uploaded certificate(s).
90+
6. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle ID, and the value corresponding to the name of the uploaded certificate(s).
9191

9292
:::image type="content" source="media/wrap-canvas-app/wrap-3.png" alt-text="Add tags.":::
9393

0 commit comments

Comments
 (0)