Skip to content

Commit b7eb7dd

Browse files
authored
Update stream-analytics-managed-identities-overview.md
Fix docs.microsoft.com link
1 parent 2581d4e commit b7eb7dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/stream-analytics/stream-analytics-managed-identities-overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ ms.date: 03/02/2022
1313
Azure Stream Analytics currently allows you to authenticate to other Azure resources using managed identities.
1414
A common challenge when building cloud applications is credential management in your code to authenticate cloud services. Keeping the credentials secure is an important task. The credentials shouldn't be stored in developer workstations or checked into source control.
1515

16-
The Azure Active Directory (Azure AD) managed identities for Azure resources feature solves this problem. The feature provides Azure services with an automatically managed identity in Azure AD. This allows you to assign an identity to your Stream Analytics job which can then authenticate to any input or outputs that supports Azure AD authentication, without any credentials. See [managed identities for Azure resources overview page](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview) for more information about this service.
17-
18-
16+
The Azure Active Directory (Azure AD) managed identities for Azure resources feature solves this problem. The feature provides Azure services with an automatically managed identity in Azure AD. This allows you to assign an identity to your Stream Analytics job which can then authenticate to any input or outputs that supports Azure AD authentication, without any credentials. See [managed identities for Azure resources overview page](../active-directory/managed-identities-azure-resources/overview.md) for more information about this service.
1917

2018
## Managed identity types
2119

0 commit comments

Comments
 (0)