Skip to content

Commit c3863b7

Browse files
committed
edits
1 parent e85890f commit c3863b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/spring-apps/includes/quickstart-deploy-restful-api-app/deploy-restful-api-app-with-enterprise-plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ az provider register --namespace Microsoft.SaaS
175175

176176
### 3.4. Create an Azure Spring Apps instance
177177

178+
Use the following steps to create a service instance and an application in the instance:
179+
178180
1. Use the following command to accept the legal terms and privacy statements for the Enterprise plan:
179181

180182
> [!NOTE]

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following diagram shows the architecture of the system:
4747
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
4848
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
4949
- 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.
50+
5051
For more information, see [Grant tenant-wide admin consent to an application](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal).
5152
- 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).
5253
- [Git](https://git-scm.com/downloads).
@@ -60,6 +61,7 @@ The following diagram shows the architecture of the system:
6061
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
6162
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
6263
- 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.
64+
6365
For more information, see [Grant tenant-wide admin consent to an application](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal).
6466
- 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).
6567
- [Git](https://git-scm.com/downloads).
@@ -80,6 +82,7 @@ The following diagram shows the architecture of the system:
8082
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
8183
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
8284
- 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.
85+
8386
For more information, see [Grant tenant-wide admin consent to an application](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal).
8487
- [Git](https://git-scm.com/downloads).
8588
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
@@ -92,7 +95,8 @@ The following diagram shows the architecture of the system:
9295
- Global Administrator or Privileged Role Administrator, for granting consent for apps requesting any permission, for any API.
9396
- Cloud Application Administrator or Application Administrator, for granting consent for apps requesting any permission for any API, except Microsoft Graph app roles (application permissions).
9497
- 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.
95-
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
98+
99+
For more information, see [grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#prerequisites).
96100
- [Git](https://git-scm.com/downloads).
97101
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
98102
- 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)