Skip to content

Commit 2c18cc5

Browse files
committed
Update screenshot
1 parent 6a8de63 commit 2c18cc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-functions/functions-bindings-notification-hubs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Azure Notification Hubs output bindings for Azure Functions
33
description: Learn how to use Azure Notification Hub output bindings in Azure Functions.
44
ms.service: azure-functions
55
ms.topic: reference
6-
ms.devlang: csharp
76
ms.date: 06/24/2024
7+
ms.devlang: csharp
88
# ms.devlang: csharp, fsharp, javascript
99
ms.custom: devx-track-csharp
1010
---
@@ -285,11 +285,11 @@ To configure the connection string to an existing notification hub:
285285
1. Navigate to your notification hub in the [Azure portal](https://portal.azure.com), choose **Access policies**, and select the copy button next to the **DefaultFullSharedAccessSignature** policy.
286286

287287
The connection string for the *DefaultFullSharedAccessSignature* policy is copied to your notification hub. This connection string lets your function send notification messages to the hub.
288-
![Screenshot that shows how to copy the notification hub connection string.](./media/functions-bindings-notification-hubs/get-notification-hub-connection.png)
288+
:::image type="content" source="./media/functions-bindings-notification-hubs/get-notification-hub-connection.png" alt-text="Screenshot that shows how to copy the notification hub connection string.":::
289289

290290
1. Navigate to your function app in the Azure portal, expand **Settings**, and then select **Environment variables**.
291291

292-
1. From the **App setting** tab, select **+ Add** to add a key such as **MyHubConnectionString**. The name of this app setting is the output binding connection setting in *function.json* or the .NET attribute. For more information, see [Configuration](#configuration).
292+
1. From the **App setting** tab, select **+ Add** to add a key such as **MyHubConnectionString**. The **Name** of this app setting is the output binding connection setting in *function.json* or the .NET attribute. For more information, see [Configuration](#configuration).
293293

294294
1. For the value, paste the copied *DefaultFullSharedAccessSignature* connection string from your notification hub, and then select **Apply**.
295295

77.7 KB
Loading

0 commit comments

Comments
 (0)