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: powerapps-docs/maker/common/wrap/create-key-vault-for-code-signing.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: makolomi
5
5
ms.topic: article
6
6
ms.custom: canvas
@@ -13,12 +13,12 @@ search.audienceType:
13
13
contributors:
14
14
- mkaur-msft
15
15
---
16
-
# Create Azure key valut for wrap in Power Apps
16
+
# Create Azure key vault for wrap in Power Apps
17
17
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).
19
19
20
20
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).
22
22
23
23
## Prerequisites
24
24
@@ -40,7 +40,7 @@ In this article, you'll learn how to use an exsiting Azure key vault or create a
40
40
41
41
1. On the left select **Access control (IAM)** tab and then select **Add** > **Add role assignment**.
42
42
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.
44
44
45
45
> [!div class="mx-imgBorder"]
46
46
> 
@@ -87,7 +87,7 @@ In this article, you'll learn how to use an exsiting Azure key vault or create a
87
87
88
88
:::image type="content" source="media/wrap-canvas-app/wrap-2.png" alt-text="Create a cert for iOS.":::
89
89
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).
0 commit comments