Skip to content

Commit fd63bb9

Browse files
authored
Merge pull request #194772 from MicrosoftDocs/JasonWHowell-patch-1
Update stream-analytics-managed-identities-overview.md
2 parents 165050b + 11d0e85 commit fd63bb9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
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

articles/stream-analytics/stream-analytics-user-assigned-managed-identity-overview.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ In this article, you learn how to create a user-assigned managed identity for yo
2020

2121
## Create a user-assigned managed identity
2222

23-
To create a user-assigned managed identity, your account needs the [Managed Identity Contributor role](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#managed-identity-contributor) assignment.
23+
To create a user-assigned managed identity, your account needs the [Managed Identity Contributor role](../role-based-access-control/built-in-roles.md#managed-identity-contributor) assignment.
2424

2525
> [!NOTE]
26-
> Only alphanumeric characters (0-9, a-z, and A-Z) and the hyphen (-) are supported when you create user-assigned managed identities. For the assignment to a virtual machine or virtual machine scale set to work correctly, the name is limited to 24 characters. For more information, see [**FAQs and known issues**](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/known-issues)
26+
> Only alphanumeric characters (0-9, a-z, and A-Z) and the hyphen (-) are supported when you create user-assigned managed identities. For the assignment to a virtual machine or virtual machine scale set to work correctly, the name is limited to 24 characters. For more information, see [**FAQs and known issues**](../active-directory/managed-identities-azure-resources/known-issues.md)
2727
2828
![Create managed identity](./media/common/create-managed-identity.png)
2929

@@ -37,7 +37,7 @@ To create a user-assigned managed identity, your account needs the [Managed Iden
3737
4. Select **Review + create** to review changes
3838
5. Select **Create**
3939

40-
For more information on how to manager user-assigned managed identities please visit the [Managed user-assigned managed identities page](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp).
40+
For more information on how to manager user-assigned managed identities please visit the [Managed user-assigned managed identities page](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azp).
4141

4242

4343
## Switching to user-assigned managed identity
@@ -63,8 +63,6 @@ After creating your user-assigned identity and configuring your input and output
6363

6464
You can select each input and output on the endpoint management to manually configure an adapter to the job.
6565

66-
67-
6866
## Next steps
6967

7068
* [Quickstart: Create a Stream Analytics job by using the Azure portal](stream-analytics-quick-create-portal.md)

0 commit comments

Comments
 (0)