Skip to content

Commit 0f921cf

Browse files
authored
Merge pull request #291222 from MicrosoftDocs/main
12/2 11:00 AM IST Publish
2 parents 47d3bd4 + d3e9913 commit 0f921cf

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

articles/azure-web-pubsub/socket-io-serverless-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Find full code samples that are used in this tutorial:
3232
To create a Web PubSub for Socket.IO, you can use the following [Azure CLI](/cli/azure/install-azure-cli) command:
3333

3434
```azcli
35-
az webpubsub create -g <resource-group> -n <resource-name>---kind socketio --service-mode serverless --sku Premium_P1
35+
az webpubsub create -g <resource-group> -n <resource-name>--kind socketio --service-mode serverless --sku Premium_P1
3636
```
3737

3838
## Create an Azure Function project locally

articles/backup/scripts/geo-code-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn about geo-codes mapped with the respective regions.
44
ms.topic: sample
55
ms.date: 11/30/2024
66
ms.service: azure-backup
7+
ms.custom: references_regions
78
author: AbhishekMallick-MS
89
ms.author: v-abhmallick
910
---

articles/data-factory/connector-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 10/09/2024
9+
ms.date: 11/27/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from PostgreSQL using Azure Data Factory or Synapse Analytics
@@ -30,7 +30,7 @@ This PostgreSQL connector is supported for the following capabilities:
3030

3131
For a list of data stores that are supported as sources/sinks by the copy activity, see the [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats) table.
3232

33-
Specifically, this PostgreSQL connector supports PostgreSQL **version 7.4 and above**.
33+
Specifically, this PostgreSQL connector supports PostgreSQL **version 12 and above**.
3434

3535
## Prerequisites
3636

articles/storage-actions/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: normesta
1818
Azure Storage Actions is a serverless framework that you can use to perform common data operations on millions of objects across multiple storage accounts.
1919

2020
> [!IMPORTANT]
21-
> Azure Storage Actions is currently in PREVIEW and is available these [regions](#supported-regions).
21+
> Azure Storage Actions is currently in PREVIEW and is available in these [regions](#supported-regions).
2222
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2323
2424
The preview release of Azure Storage Actions enables you to create _storage tasks_ that can perform operations on blobs in Azure Storage accounts based on a set of conditions that you define. Storage tasks can process millions of objects in a storage account without provisioning additional compute capacity and without requiring you to write code.

0 commit comments

Comments
 (0)