Skip to content

Commit 3f972ed

Browse files
authored
Update wrap-how-to.md
1 parent 47023ac commit 3f972ed

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,18 @@ 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-
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**.
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-
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).
182+
Go to **Access control (IAM)** tab and select **Add role assignment** menu option.
183+
:::image type="content" source="media/how-to-v2/Access_control_tab.png" alt-text="Add role assignment on Access control tab.":::
184+
185+
4. 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).
183186

184-
4. Add access policies for the key vault.
187+
5. Add access policies for the key vault.
185188

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

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

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

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

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).
210+
7. 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).
208211

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

0 commit comments

Comments
 (0)