Skip to content

Commit 16c9e39

Browse files
committed
edits
1 parent a9aace7 commit 16c9e39

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/spring-cloud/how-to-manage-user-assigned-managed-identities.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ az spring-cloud app identity remove \
118118

119119
For user-assigned managed identity limitations, see [Quotas and service plans for Azure Spring Cloud](./quotas.md).
120120

121-
122121
## Next steps
123122

124-
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
125-
* [How to use managed identities with Java SDK](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples)
123+
- [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
124+
- [How to use managed identities with Java SDK](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples)

articles/spring-cloud/how-to-use-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ We highly recommend that you use system-assigned and user-assigned managed ident
5959

6060
For the maximum number of user-assigned managed identities per application, see [Quotas and Service Plans for Azure Spring Cloud](./quotas.md).
6161

62-
### Not supported Azure services
62+
### Azure services that aren't supported
6363

64-
The reason is there are multiple versions of tokens, see [Microsoft identity platform access tokens](../active-directory/develop/access-tokens.md), applications in Azure Spring Cloud don't support services which only accept tokens for v2.0 or higher. We're working on the adding support for such services.
64+
Some Azure services aren't currently supported because there are multiple versions of tokens. For more information, see [Microsoft identity platform access tokens](../active-directory/develop/access-tokens.md). Applications in Azure Spring Cloud don't support services which only accept tokens for v2.0 or higher. We're working on the adding support for such services.
6565

6666
- [Azure Databricks](/azure/databricks/scenarios/what-is-azure-databricks)
6767

0 commit comments

Comments
 (0)