Skip to content

Commit 15807d2

Browse files
committed
signalr
1 parent 77fc79a commit 15807d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
href: https://www.youtube.com/results?search_query=Azure+SignalR+Core
230230
- name: StackOverflow
231231
href: https://stackoverflow.com/search?q=signalr+service
232-
- name: Twitter
232+
- name: X
233233
href: https://twitter.com/SignalR
234234
- name: ASP.NET forums
235235
href: https://social.msdn.microsoft.com/Forums/en-US/home?forum=aspsignalr

articles/azure-signalr/signalr-concept-azure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Using Azure Functions to integrate with Azure Cosmos DB is an example of utilizi
5656

5757
### Authentication and users
5858

59-
SignalR Service allows you to broadcast messages to all or a subset of clients, such as those belonging to a single user. You can combine the SignalR Service bindings for Azure Functions with App Service authentication to authenticate users with providers such as Microsoft Entra ID, Facebook, and Twitter. You can then send messages directly to these authenticated users.
59+
SignalR Service allows you to broadcast messages to all or a subset of clients, such as those belonging to a single user. You can combine the SignalR Service bindings for Azure Functions with App Service authentication to authenticate users with providers such as Microsoft Entra ID, Facebook, and X. You can then send messages directly to these authenticated users.
6060

6161
## Next steps
6262

articles/azure-signalr/signalr-concept-serverless-development-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Configure your SignalR clients to use the API Management URL.
406406

407407
### Using App Service Authentication
408408

409-
Azure Functions has built-in authentication, supporting popular providers such as Facebook, Twitter, Microsoft Account, Google, and Microsoft Entra ID. This feature can be integrated with the `SignalRConnectionInfo` binding to create connections to Azure SignalR Service that is authenticated to a user ID. Your application can send messages using the `SignalR` output binding that are targeted to that user ID.
409+
Azure Functions has built-in authentication, supporting popular providers such as Facebook, X, Microsoft Account, Google, and Microsoft Entra ID. This feature can be integrated with the `SignalRConnectionInfo` binding to create connections to Azure SignalR Service that is authenticated to a user ID. Your application can send messages using the `SignalR` output binding that are targeted to that user ID.
410410

411411
In the Azure portal, in your Function app's _Platform features_ tab, open the _Authentication/authorization_ settings window. Follow the documentation for [App Service Authentication](../app-service/overview-authentication-authorization.md) to configure authentication using an identity provider of your choice.
412412

articles/azure-signalr/signalr-tutorial-authenticate-azure-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ The `--publish-local-settings` option publishes your local settings from the _lo
542542
543543
### Enable App Service authentication
544544
545-
Azure Functions supports authentication with Microsoft Entra ID, Facebook, Twitter, Microsoft account, and Google. You'll use Microsoft as the identity provider for this tutorial.
545+
Azure Functions supports authentication with Microsoft Entra ID, Facebook, X, Microsoft account, and Google. You'll use Microsoft as the identity provider for this tutorial.
546546
547547
1. In the Azure portal, go to the resource page of your function app.
548548
1. Select **Settings** > **Authentication**.
@@ -560,7 +560,7 @@ For more information about the supported identity providers, see the following a
560560
561561
- [Microsoft Entra ID](../app-service/configure-authentication-provider-aad.md)
562562
- [Facebook](../app-service/configure-authentication-provider-facebook.md)
563-
- [Twitter](../app-service/configure-authentication-provider-twitter.md)
563+
- [X](../app-service/configure-authentication-provider-twitter.md)
564564
- [Microsoft account](../app-service/configure-authentication-provider-microsoft.md)
565565
- [Google](../app-service/configure-authentication-provider-google.md)
566566

0 commit comments

Comments
 (0)