Skip to content

Commit 2c4282b

Browse files
committed
edits
1 parent 2a8e394 commit 2c4282b

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

articles/spring-apps/includes/quickstart-deploy-restful-api-app/validate-the-app-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can now access the RESTful API to see if it works.
1717

1818
### 5.1. Request an access token
1919

20-
The RESTful APIs act as a resource server, which is protected by Microsoft Entra ID. Before acquiring an access token, you're required to register another application in Microsoft Entra ID and grant permissions to the client application, which is named `ToDoWeb`.
20+
The RESTful APIs act as a resource server, which is protected by Microsoft Entra ID. Before acquiring an access token, you must register another application in Microsoft Entra ID and grant permissions to the client application, which is named `ToDoWeb`.
2121

2222
#### Register the client application
2323

articles/spring-apps/quickstart-deploy-restful-api-app.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,25 @@ The following diagram shows the architecture of the system:
4242

4343
### [Azure portal + Maven plugin](#tab/Azure-portal-maven-plugin-ent)
4444

45-
- An Azure subscription and one of the following roles:
45+
- An Azure subscription. If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
46+
- One of the following roles:
4647
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
4748
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
4849
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
49-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
50+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
5051
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](./how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
5152
- [Git](https://git-scm.com/downloads).
5253
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
5354
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](../active-directory/fundamentals/create-new-tenant.md).
5455

5556
### [Azure CLI](#tab/Azure-CLI)
5657

57-
- An Azure subscription and one of the following roles:
58+
- An Azure subscription, If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
59+
- One of the following roles:
5860
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
5961
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
6062
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
61-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
63+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
6264
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](./how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
6365
- [Git](https://git-scm.com/downloads).
6466
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
@@ -73,22 +75,24 @@ See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pi
7375

7476
### [Azure portal + Maven plugin](#tab/Azure-portal-maven-plugin)
7577

76-
- An Azure subscription and one of the following roles:
78+
- An Azure subscription, If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
79+
- One of the following roles:
7780
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
7881
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
7982
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
80-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
83+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
8184
- [Git](https://git-scm.com/downloads).
8285
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
8386
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](../active-directory/fundamentals/create-new-tenant.md).
8487

8588
### [Azure Developer CLI](#tab/Azure-Developer-CLI)
8689

87-
- An Azure subscription and one of the following roles:
90+
- An Azure subscription, If you don't have an Azure subscription, create an [Azure free account](https://azure.microsoft.com/free/) before you begin.
91+
- One of the following roles:
8892
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
8993
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
9094
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
91-
See [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites) for more information. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
95+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
9296
- [Git](https://git-scm.com/downloads).
9397
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
9498
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](../active-directory/fundamentals/create-new-tenant.md).

0 commit comments

Comments
 (0)