Skip to content

Commit 1ceed20

Browse files
authored
Merge pull request #253199 from ShawnJackson/nine-azure-signal-r-articles
[AQ] edit pass: Azure SignalR Service articles
2 parents d34674a + cf0b2c6 commit 1ceed20

10 files changed

+539
-567
lines changed

articles/azure-signalr/concept-connection-string.md

Lines changed: 73 additions & 77 deletions
Large diffs are not rendered by default.

articles/azure-signalr/howto-disable-local-auth.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@ ms.topic: conceptual
1212

1313
# Disable local (access key) authentication with Azure SignalR Service
1414

15-
There are two ways to authenticate to Azure SignalR Service resources: Microsoft Entra ID and Access Key. Microsoft Entra ID offers superior security and ease of use compared to the access key method.
16-
With Microsoft Entra ID, you do not need to store tokens in your code, reducing the risk of potential security vulnerabilities.
17-
We highly recommend using Microsoft Entra ID for your Azure SignalR Service resources whenever possible.
15+
There are two ways to authenticate to Azure SignalR Service resources: Microsoft Entra ID and access key. Microsoft Entra ID offers superior security and ease of use compared to the access key method.
16+
17+
With Microsoft Entra ID, you don't need to store tokens in your code, reducing the risk of potential security vulnerabilities. We highly recommend using Microsoft Entra ID for your Azure SignalR Service resources whenever possible.
1818

1919
> [!IMPORTANT]
20-
> Disabling local authentication can have following consequences.
20+
> Disabling local authentication can have the following consequences:
2121
>
22-
> - The current set of access keys will be permanently deleted.
23-
> - Tokens signed with the current set of access keys will become unavailable.
22+
> - The current set of access keys is permanently deleted.
23+
> - Tokens signed with the current set of access keys become unavailable.
2424
25-
## Use Azure portal
25+
## Use the Azure portal
2626

27-
In this section, you will learn how to use the Azure portal to disable local authentication.
27+
In this section, you learn how to use the Azure portal to disable local authentication.
2828

29-
1. Navigate to your SignalR Service resource in the [Azure portal](https://portal.azure.com).
29+
1. In the [Azure portal](https://portal.azure.com), go to your Azure SignalR Service resource.
3030

31-
2. in the **Settings** section of the menu sidebar, select **Keys** tab.
31+
2. In the **Settings** section of the menu sidebar, select **Keys**.
3232

33-
3. Select **Disabled** for local authentication.
33+
3. For **Access Key**, select **Disable**.
3434

35-
4. Click **Save** button.
35+
4. Select the **Save** button.
3636

37-
![Screenshot of disabling local auth.](./media/howto-disable-local-auth/disable-local-auth.png)
37+
![Screenshot of selections for disabling local authentication in the Azure portal.](./media/howto-disable-local-auth/disable-local-auth.png)
3838

39-
## Use Azure Resource Manager template
39+
## Use an Azure Resource Manager template
4040

41-
You can disable local authentication by setting `disableLocalAuth` property to true as shown in the following Azure Resource Manager template.
41+
You can disable local authentication by setting the `disableLocalAuth` property to `true`, as shown in the following Azure Resource Manager template:
4242

4343
```json
4444
{
@@ -108,16 +108,16 @@ You can disable local authentication by setting `disableLocalAuth` property to t
108108
}
109109
```
110110

111-
## Use Azure Policy
111+
## Use an Azure policy
112112

113-
You can assign the [Azure SignalR Service should have local authentication methods disabled](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Ff70eecba-335d-4bbc-81d5-5b17b03d498f) Azure policy to an Azure subscription or a resource group to enforce disabling of local authentication for all SignalR resources in the subscription or the resource group.
113+
To enforce disabling of local authentication for all Azure SignalR Service resources in an Azure subscription or a resource group, you can assign the following Azure policy: [Azure SignalR Service should have local authentication methods disabled](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Ff70eecba-335d-4bbc-81d5-5b17b03d498f).
114114

115-
![Screenshot of disabling local auth policy.](./media/howto-disable-local-auth/disable-local-auth-policy.png)
115+
![Screenshot that shows disabling local authentication by using a policy.](./media/howto-disable-local-auth/disable-local-auth-policy.png)
116116

117117
## Next steps
118118

119-
See the following docs to learn about authentication methods.
119+
See the following articles to learn about authentication methods:
120120

121-
- [Overview of Microsoft Entra ID for SignalR](signalr-concept-authorize-azure-active-directory.md)
122-
- [Authenticate with Azure applications](./signalr-howto-authorize-application.md)
123-
- [Authenticate with managed identities](./signalr-howto-authorize-managed-identity.md)
121+
- [Authorize access with Microsoft Entra ID for Azure SignalR Service](signalr-concept-authorize-azure-active-directory.md)
122+
- [Authorize requests to Azure SignalR Service resources with Microsoft Entra applications](./signalr-howto-authorize-application.md)
123+
- [Authorize requests to Azure SignalR Service resources with Microsoft Entra managed identities](./signalr-howto-authorize-managed-identity.md)

0 commit comments

Comments
 (0)