Skip to content

Commit 3ba1f89

Browse files
committed
rephrase docs and update image file paths
1 parent 5979c7c commit 3ba1f89

30 files changed

+38
-35
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@
212212
- name: Twitter
213213
href: https://twitter.com/SignalR
214214
- name: ASP.NET forums
215-
href: https://social.msdn.microsoft.com/Forums/en-US/home?forum=aspsignalr
215+
href: https://social.msdn.microsoft.com/Forums/en-US/home?forum=aspsignalr

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this section, you will learn how to use the Azure portal to disable local aut
3030

3131
4. Click **Save** button.
3232

33-
![Screenshot of disabling local auth](./media/howto-azure-active-directory/disable-local-auth.png)
33+
![Screenshot of disabling local auth](./media/howto-disable-local-auth/disable-local-auth.png)
3434

3535
## Use Azure Resource Manager template
3636

@@ -110,7 +110,7 @@ You can disable local authentication by setting `disableLocalAuth` property to t
110110

111111
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.
112112

113-
![Screenshot of disabling local auth policy](./media/howto-azure-active-directory/disable-local-auth-policy.png)
113+
![Screenshot of disabling local auth policy](./media/howto-disable-local-auth/disable-local-auth-policy.png)
114114

115115
## Next steps
116116

articles/azure-signalr/signalr-howto-authorize-application.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ The first step is to register an Azure application.
2424
2. Under **Manage** section, select **App registrations**.
2525
3. Select **New registration**.
2626

27-
![Screenshot of registering an application](./media/howto-azure-active-directory/register-an-application.png)
27+
![Screenshot of registering an application](./media/signalr-howto-authorize-application/register-an-application.png)
2828

2929
4. Enter a display **Name** for your application.
3030
5. Select **Register** to confirm the register.
3131

3232
Once you have your application registered, you can find the **Application (client) ID** and **Directory (tenant) ID** under its Overview page. These GUIDs can be useful in the following steps.
3333

34-
![Screenshot of an application](./media/howto-azure-active-directory/application-overview.png)
34+
![Screenshot of an application](./media/signalr-howto-authorize-application/application-overview.png)
3535

3636
To learn more about registering an application, see
3737
- [Quickstart: Register an application with the Microsoft identity platform](../active-directory/develop/quickstart-register-app.md).
@@ -47,7 +47,7 @@ The application requires a client secret to prove its identity when requesting a
4747

4848
1. Under **Manage** section, select **Certificates & secrets**
4949
1. On the **Client secrets** tab, select **New client secret**.
50-
![Screenshot of creating a client secret](./media/howto-azure-active-directory/new-client-secret.png)
50+
![Screenshot of creating a client secret](./media/signalr-howto-authorize-application/new-client-secret.png)
5151
1. Enter a **description** for the client secret, and choose a **expire time**.
5252
1. Copy the value of the **client secret** and then paste it to a secure location.
5353
> [!NOTE]
@@ -57,7 +57,7 @@ The application requires a client secret to prove its identity when requesting a
5757

5858
You can also upload a certification instead of creating a client secret.
5959

60-
![Screenshot of uploading a certification](./media/howto-azure-active-directory/upload-certificate.png)
60+
![Screenshot of uploading a certification](./media/signalr-howto-authorize-application/upload-certificate.png)
6161

6262
To learn more about adding credentials, see
6363

0 commit comments

Comments
 (0)