Skip to content

Commit 4758a31

Browse files
committed
fix merge
2 parents 08f528c + 2e3bb9e commit 4758a31

File tree

3 files changed

+3
-144
lines changed

3 files changed

+3
-144
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following steps guide you to create a Liberty runtime on AKS. After completi
6060
1. Visit the [Azure portal](https://portal.azure.com/). In the search box at the top of the page, type *IBM Liberty on AKS*. When the suggestions start appearing, select the one and only match that appears in the **Marketplace** section. If you prefer, you can go directly to the offer with this shortcut link: [https://aka.ms/liberty-aks](https://aka.ms/liberty-aks).
6161

6262
1. Select **Create**.
63-
63+
E
6464
1. In the **Basics** pane:
6565

6666
1. Create a new resource group. Because resource groups must be unique within a subscription, pick a unique name. An easy way to have unique names is to use a combination of your initials, today's date, and some identifier. For example, `ejb0913-java-liberty-project-rg`.

articles/api-management/how-to-configure-service-fabric-backend.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

articles/trusted-signing/tutorial-assign-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Complete the following steps to assign roles in Trusted Signing.
3131
1. Navigate to your Trusted Signing account on the Azure portal and select the **Access Control (IAM)** tab in the left menu.
3232
2. Select on the **Roles** tab and search "Trusted Signing". You can see in the screenshot below the two custom roles.
3333
![Screenshot of Azure portal UI with the Trusted Signing custom RBAC roles.](./media/trusted-signing-rbac-roles.png)
34-
35-
3. To assign these roles, select on the **Add** drop down and select **Add role assignment**. Follow the [Assign roles in Azure](https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal?tabs=current) guide to assign the relevant roles to your identities. _You'll need at least a Contributor role to create a Trusted Signing account and certificate profile._
34+
3. To assign these roles, select on the **Add** drop down and select **Add role assignment**. Follow the [Assign roles in Azure](../role-based-access-control/role-assignments-portal.yml) guide to assign the relevant roles to your identities. _You'll need at least a Contributor role to create a Trusted Signing account and certificate profile._
3635
4. For more granular access control on the certificate profile level, you can use the Azure CLI to assign roles. The following commands can be used to assign the _Code Signing Certificate Profile Signer_ role to users/service principles to sign files.
3736
```
3837
az role assignment create --assignee <objectId of user/service principle>
3938
--role "Code Signing Certificate Profile Signer"
4039
--scope "/subscriptions/<subscriptionId>/resourceGroups/<resource-group-name>/providers/Microsoft.CodeSigning/codeSigningAccounts/<codesigning-account-name>/certificateProfiles/<profileName>"
4140
```
4241

42+
4343
## Related content
4444
* [What is Azure role-based access control (RBAC)?](../role-based-access-control/overview.md)
4545
* [Trusted Signing Quickstart](quickstart.md)

0 commit comments

Comments
 (0)