Skip to content

Commit fcd519a

Browse files
committed
PR review updates
1 parent b2f8873 commit fcd519a

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

articles/service-connector/quickstart-cli-spring-cloud-connection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.custom: devx-track-azurecli, build-2024
1212

1313
# Quickstart: Create a service connection in Azure Spring Apps with the Azure CLI
1414

15-
[!INCLUDE [deprecation-note](../spring-apps/includes/deprecation-note.md)]
15+
This quickstart shows you how to connect Azure Spring Apps to other Cloud resources using the Azure CLI and Service Connector. Service Connector streamlines the process of linking compute services to cloud services, while managing authentication and networking settings.
1616

17-
This quickstart shows you how to connect Azure Spring Apps to other Cloud resources using the Azure CLI and Service Connector.
17+
[!INCLUDE [deprecation-note](../spring-apps/includes/deprecation-note.md)]
1818

19-
Service Connector lets you quickly connect compute services to cloud services, while managing your connection's authentication and networking settings.
19+
To connect resources using the Azure portal, see [Create a service connection in Azure Spring Apps with the Azure portal](./quickstart-portal-spring-cloud-connection.md).
2020

2121
## Prerequisites
2222

@@ -56,8 +56,8 @@ Create a connection from Azure Spring Apps using a managed identity or an access
5656
5757
### [Managed identity](#tab/Using-Managed-Identity)
5858
59-
> [!IMPORTANT]
60-
> To use a managed identity, you must have the permission to modify [role assignments in Microsoft Entra ID](/entra/identity/role-based-access-control/manage-roles-portal). Ask your subscription owner to grant you a role assignment permission or use an access key to create the connection.
59+
> [!NOTE]
60+
> To use a managed identity, you must have the permission to modify [role assignments in Microsoft Entra ID](/entra/identity/role-based-access-control/manage-roles-portal). If necessary, ask your subscription owner to grant you this permission.
6161
6262
1. Run the `az spring connection create` command to connect application deployed to Azure Spring Apps to a Blob Storage resource, using a system-assigned managed identity.
6363

articles/service-connector/quickstart-portal-spring-cloud-connection.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ ms.custom:
1414

1515
# Quickstart: Create a service connection in Azure Spring Apps from the Azure portal
1616

17-
[!INCLUDE [deprecation-note](../spring-apps/includes/deprecation-note.md)]
17+
This quickstart shows you how to connect Azure Spring Apps to other Cloud resources using the Azure portal and Service Connector. Service Connector streamlines the process of linking compute services to cloud services, while managing authentication and networking settings.
1818

19-
This quickstart shows you how to connect Azure Spring Apps to other Cloud resources using the Azure portal and Service Connector. Service Connector lets you quickly connect compute services to cloud services, while managing your connection's authentication and networking settings.
19+
[!INCLUDE [deprecation-note](../spring-apps/includes/deprecation-note.md)]
2020

21-
> [!NOTE]
22-
> For information on connecting resources using Azure CLI, see [Create a service connection in Azure Spring Apps with the Azure CLI](./quickstart-cli-spring-cloud-connection.md).
21+
To connect resources using the Azure CLI, see [Create a service connection in Azure Spring Apps with the Azure CLI](./quickstart-cli-spring-cloud-connection.md).
2322

2423
## Prerequisites
2524

articles/service-connector/tutorial-passwordless.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ To begin using the Azure CLI:
4242

4343
1. Deploy your application to an Azure hosting service. Optionally refer to the guides below for more information about deploying these resources.
4444

45-
- App Service: [Quickstart: Deploy an ASP.NET web app](../app-service/quickstart-dotnetcore.md).
46-
- Spring Apps:[Build and deploy the app](/azure/developer/java/spring-framework/deploy-passwordless-spring-database-app?#build-and-deploy-the-app).
45+
- AAzure pp Service: [Quickstart: Deploy an ASP.NET web app](../app-service/quickstart-dotnetcore.md).
46+
- Azure Container Apps: [Quickstart: Deploy your first container app](../container-apps/get-started.md).
47+
- Azure Spring Apps: [Build and deploy the app](/azure/developer/java/spring-framework/deploy-passwordless-spring-database-app?#build-and-deploy-the-app).
4748
[!INCLUDE [deprecation-note](../spring-apps/includes/deprecation-note.md)]
48-
- Container Apps:[Quickstart: Deploy your first container app](../container-apps/get-started.md).
4949

5050
1. Check the log or call the application to see if it can connect to the Azure database successfully.
5151

0 commit comments

Comments
 (0)