Skip to content

Commit 30e1c33

Browse files
authored
Update create-key-vault-for-code-signing.md
1 parent 8d02b7a commit 30e1c33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contributors:
1616
# Create Azure key valut for wrap for Power Apps
1717
You need to have [Azure Key Vault](/azure/key-vault/general/basic-concepts) set up to automatically sign your Android or iOS mobile app package in [Step 2](wrap-how-to.md#step-2-target-platform) of the wrap wizard. Azure key vault is a cloud service that provides a secure store for secrets. You can securely store keys, passwords, certificates, and other secrets. For more information, see [Intoduction to Azure key vault](/azure/key-vault/general/overview).
1818

19-
You can use an exsiting Azure key vault or create a new one one [Azure portal](https://portal.azure.com) using the instructions below.
19+
You can use an exsiting Azure key vault or create a new one one [Azure portal](https://portal.azure.com) by following the instructions in the topic.
2020

2121
## Prerequisites
2222

@@ -52,7 +52,7 @@ Follow these steps to create **Azure key vault** for wrap for Power Apps and con
5252
> ![Assign Reader role to Wrap KeyVault Access App.](media/how-to-v2/Add_role_for_wrap_signing.png "Assign Reader role to Wrap KeyVault Access App.")
5353
5454

55-
3. Create or access existing key vault. Please ensure this key vault is located in the default subscription for your tenant. More information: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal).
55+
3. Create or access existing key vault. Make sure this key vault is located in the default subscription for your tenant. More information: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal).
5656

5757
4. Add access policies for the key vault.
5858

@@ -72,7 +72,7 @@ Follow these steps to create **Azure key vault** for wrap for Power Apps and con
7272
> [!NOTE]
7373
> The .p12 password that you set in step 4 is required when uploading it to the keyvault in the next step.
7474
75-
2. [Create the provisioning profile](code-sign-ios.md#create-an-ios-provisioning-profile) and run the following command to encode it to base64:
75+
2. [Create the provisioning profile](code-sign-ios.md#create-an-ios-provisioning-profile) and run this command to encode it to base64:
7676
- Mac: base64 `-i example.mobileprovision`
7777
- Windows: `certutil -encode data.txt tmp.b64`
7878

0 commit comments

Comments
 (0)