Skip to content

Commit 1bc541f

Browse files
authored
Update wrap-how-to.md
1 parent a5e686e commit 1bc541f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

powerapps-docs/maker/common/wrap/wrap-how-to.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ Follow these steps to create Azure Key Vault and configure KeyVault URI:
177177
`Connect-AzureAD -TenantId <your tenant ID>` <br>
178178
`New-AzureADServicePrincipal -AppId 4e1f8dc5-5a42-45ce-a096-700fa485ba20 -DisplayName "Wrap KeyVault Access App"`
179179

180-
3.In your default subscription's Access Control (IAM), add a **Reader** role assignment to the **Service Principal** representing your app, e.g. **Wrap KeyVault Access App**. Make sure it is present in the **Subscription's IAM**, and the **Keyvault's IAM**.
180+
2.In your default subscription's Access Control (IAM), add a **Reader** role assignment to the **Service Principal** representing your app, e.g. **Wrap KeyVault Access App**. Make sure it is present in the **Subscription's IAM**, and the **Keyvault's IAM**.
181181

182-
7. 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).
182+
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).
183183

184-
8. Add access policies for the key vault.
184+
4. Add access policies for the key vault.
185185

186186
:::image type="content" source="media/wrap-canvas-app/wrap-keyvault.gif" alt-text="Add access policies for the key vault.":::
187187

188-
9. Follow one of the these options, depending on your device:
188+
5. Follow one of the these options, depending on your device:
189189
- For Android, create the .pfx file upload it to the keyvault certificate section. More information: [Generate keys](code-sign-android.md#generate-keys)
190190

191191
:::image type="content" source="media/wrap-canvas-app/wrap-1.png" alt-text="Create a cert for Android.":::
@@ -204,7 +204,7 @@ Follow these steps to create Azure Key Vault and configure KeyVault URI:
204204

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

207-
10. 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).
207+
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).
208208

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

0 commit comments

Comments
 (0)