Skip to content

Commit bda8460

Browse files
authored
Fix typos in Azure SignalR authorization guide
1 parent 165c0d5 commit bda8460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/signalr-howto-authorize-cross-tenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ For security reasons, your server may host in an independent tenant from your Az
1616

1717
Since managed identity can't be used across tenants, you need to register an application in `tenantA` and then provision it as an enterprise application in `tenantB`.
1818

19-
This doc help you create an application in `tenantA` and use it to connect to a SignalR resource in `tenantB`.
19+
This doc helps you create an application in `tenantA` and use it to connect to a SignalR resource in `tenantB`.
2020

2121
## Register a multitenant application in tenant A
2222

2323
The first step is to create a multitenant application, see:
2424

2525
[Quickstart: Register an application in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app)
2626

27-
In the case that you've already have a single tenant application.
27+
In the case that you already have a single tenant application.
2828

2929
[Convert single-tenant app to multitenant on Microsoft Entra ID](/entra/identity-platform/howto-convert-app-to-be-multi-tenant)
3030

0 commit comments

Comments
 (0)