Skip to content

Commit 8bfe45a

Browse files
authored
Merge pull request #259867 from Saisang/sai-removetag-small
Remove html tag <small>
2 parents e23a562 + dca727e commit 8bfe45a

7 files changed

+25
-25
lines changed

articles/data-factory/connector-azure-blob-storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ This Azure Blob Storage connector is supported for the following capabilities:
2626

2727
| Supported capabilities|IR | Managed private endpoint|
2828
|---------| --------| --------|
29-
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|<small> Exclude storage account V1|
30-
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; |<small> Exclude storage account V1|
31-
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|<small> Exclude storage account V1|
32-
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|<small> Exclude storage account V1|
33-
|[Delete activity](delete-activity.md)|&#9312; &#9313;|<small> Exclude storage account V1|
29+
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|✓ Exclude storage account V1|
30+
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; |✓ Exclude storage account V1|
31+
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|✓ Exclude storage account V1|
32+
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|✓ Exclude storage account V1|
33+
|[Delete activity](delete-activity.md)|&#9312; &#9313;|✓ Exclude storage account V1|
3434

3535
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3636

articles/data-factory/connector-azure-file-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ This Azure Files connector is supported for the following capabilities:
2323

2424
| Supported capabilities|IR | Managed private endpoint|
2525
|---------| --------| --------|
26-
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|<small> Exclude storage account V1|
27-
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|<small> Exclude storage account V1|
28-
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|<small> Exclude storage account V1|
29-
|[Delete activity](delete-activity.md)|&#9312; &#9313;|<small> Exclude storage account V1|
26+
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|✓ Exclude storage account V1|
27+
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|✓ Exclude storage account V1|
28+
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|✓ Exclude storage account V1|
29+
|[Delete activity](delete-activity.md)|&#9312; &#9313;|✓ Exclude storage account V1|
3030

3131
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3232

articles/data-factory/connector-azure-sql-managed-instance.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ This Azure SQL Managed Instance connector is supported for the following capabil
2323

2424
| Supported capabilities|IR | Managed private endpoint|
2525
|---------| --------| --------|
26-
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|<small> Public preview |
27-
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; |<small> Public preview |
28-
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|<small> Public preview |
29-
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|<small> Public preview |
30-
|[Script activity](transform-data-using-script.md)|&#9312; &#9313;|<small> Public preview |
31-
|[Stored procedure activity](transform-data-using-stored-procedure.md)|&#9312; &#9313;|<small> Public preview |
26+
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|✓ Public preview |
27+
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; |✓ Public preview |
28+
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|✓ Public preview |
29+
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|✓ Public preview |
30+
|[Script activity](transform-data-using-script.md)|&#9312; &#9313;|✓ Public preview |
31+
|[Stored procedure activity](transform-data-using-stored-procedure.md)|&#9312; &#9313;|✓ Public preview |
3232

3333
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3434

@@ -506,7 +506,7 @@ To copy data to SQL Managed Instance, the following properties are supported in
506506
| WriteBehavior | Specify the write behavior for copy activity to load data into Azure SQL MI. <br/> The allowed value is **Insert** and **Upsert**. By default, the service uses insert to load data. | No |
507507
| upsertSettings | Specify the group of the settings for write behavior. <br/> Apply when the WriteBehavior option is `Upsert`. | No |
508508
| ***Under `upsertSettings`:*** | | |
509-
| useTempDB | Specify whether to use the a global temporary table or physical table as the interim table for upsert. <br>By default, the service uses global temporary table as the interim table. value is `true`. | No |
509+
| useTempDB | Specify whether to use a global temporary table or physical table as the interim table for upsert. <br>By default, the service uses global temporary table as the interim table. value is `true`. | No |
510510
| interimSchemaName | Specify the interim schema for creating interim table if physical table is used. Note: user need to have the permission for creating and deleting table. By default, interim table will share the same schema as sink table. <br/> Apply when the useTempDB option is `False`. | No |
511511
| keys | Specify the column names for unique row identification. Either a single key or a series of keys can be used. If not specified, the primary key is used. | No |
512512

articles/data-factory/connector-azure-table-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ This Azure Table storage connector is supported for the following capabilities:
2626

2727
| Supported capabilities|IR | Managed private endpoint|
2828
|---------| --------| --------|
29-
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|<small> Exclude storage account V1|
30-
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|<small> Exclude storage account V1|
29+
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|✓ Exclude storage account V1|
30+
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|✓ Exclude storage account V1|
3131

3232
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3333

articles/data-factory/copy-activity-schema-and-type-mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Copy activity currently supports the following interim data types: Boolean, Byte
278278

279279
The following data type conversions are supported between the interim types from source to sink.
280280

281-
| Source\Sink | Boolean | Byte array | Decimal | Date/Time (1)</small> | Float-point <small>(2)</small> | GUID | Integer <small>(3) | String | TimeSpan |
281+
| Source\Sink | Boolean | Byte array | Decimal | Date/Time (1) | Float-point (2) | GUID | Integer (3) | String | TimeSpan |
282282
| ----------- | ------- | ---------- | ------- | ---------------------------- | ------------------------------ | ---- | -------------------------- | ------ | -------- |
283283
| Boolean | ✓ | | ✓ | | ✓ | | ✓ | ✓ | |
284284
| Byte array | | ✓ | | | | | | ✓ | |
@@ -382,7 +382,7 @@ In the following example, the input dataset has a structure, and it points to a
382382
}
383383
```
384384

385-
In this sample, the output dataset has a structure and it points to a table in Salesfoce.
385+
In this sample, the output dataset has a structure and it points to a table in Salesforce.
386386

387387
```json
388388
{

articles/data-factory/includes/data-factory-v2-connector-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: jianleishen
99

1010
| Category | Data store | [Copy activity](../copy-activity-overview.md) (source/sink) | [Mapping Data Flow](../concepts-data-flow-overview.md) (source/sink) | [Lookup Activity](../control-flow-lookup-activity.md) | [Get Metadata Activity](../control-flow-get-metadata-activity.md)/[Validation Activity](../control-flow-validation-activity.md) | [Delete Activity](../delete-activity.md) |[Managed private endpoint](../managed-virtual-network-private-endpoint.md#managed-private-endpoints) |
1111
| :-------------------- | :----------------------------------------------------------- | :----------------------------------------------------------- | :----------------------------------------------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ | :----------------------------------------------------------- | :----------------------------------------------------------- |
12-
| **Azure** | [Azure Blob Storage](../connector-azure-blob-storage.md) | ✓/✓ | ✓/✓ ||||<small> Exclude storage account V1 |
12+
| **Azure** | [Azure Blob Storage](../connector-azure-blob-storage.md) | ✓/✓ | ✓/✓ ||||✓Exclude storage account V1 |
1313
| &nbsp; | [Azure Cognitive Search Index](../connector-azure-search.md) | −/✓ | | | | ||
1414
| &nbsp; | [Azure Cosmos DB for NoSQL](../connector-azure-cosmos-db.md) | ✓/✓ | ✓/✓ || | ||
1515
| &nbsp; | [Azure Cosmos DB for PostgreSQL](../../cosmos-db/postgresql/howto-ingest-azure-data-factory.md) | ✓/✓ | ✓/✓ || | ||
@@ -21,11 +21,11 @@ ms.author: jianleishen
2121
| &nbsp; | [Azure Database for MySQL](../connector-azure-database-for-mysql.md) | ✓/✓ | ✓/✓ || | ||
2222
| &nbsp; | [Azure Database for PostgreSQL](../connector-azure-database-for-postgresql.md) | ✓/✓ | ✓/✓ || | ||
2323
| &nbsp; | [Azure Databricks Delta Lake](../connector-azure-databricks-delta-lake.md) | ✓/✓ | ✓/✓ Use [delta format](../format-delta.md) || | ||
24-
| &nbsp; | [Azure Files](../connector-azure-file-storage.md) | ✓/✓ | ||||<small> Exclude storage account V1 |
24+
| &nbsp; | [Azure Files](../connector-azure-file-storage.md) | ✓/✓ | ||||✓Exclude storage account V1 |
2525
| &nbsp; | [Azure SQL Database](../connector-azure-sql-database.md) | ✓/✓ | ✓/✓ <br> ||| ||
2626
| &nbsp; | [Azure SQL Managed Instance](../connector-azure-sql-managed-instance.md) | ✓/✓ | ✓/✓ <br> ||| ||
2727
| &nbsp; | [Azure Synapse Analytics](../connector-azure-sql-data-warehouse.md) | ✓/✓ | ✓/✓ ||| ||
28-
| &nbsp; | [Azure Table Storage](../connector-azure-table-storage.md) | ✓/✓ | || | |<small> Exclude storage account V1 |
28+
| &nbsp; | [Azure Table Storage](../connector-azure-table-storage.md) | ✓/✓ | || | |✓Exclude storage account V1 |
2929
| **Database** | [Amazon RDS for Oracle](../connector-amazon-rds-for-oracle.md) | ✓/− | || | ||
3030
| &nbsp; | [Amazon RDS for SQL Server](../connector-amazon-rds-for-sql-server.md) | ✓/− | ||| ||
3131
| &nbsp; | [Amazon Redshift](../connector-amazon-redshift.md) | ✓/− | || | ||
@@ -51,7 +51,7 @@ ms.author: jianleishen
5151
|&nbsp; | [SAP Table](../connector-sap-table.md) | ✓/− | || | ||
5252
|&nbsp; | [Snowflake](../connector-snowflake.md) | ✓/✓ | ✓/✓ || | ||
5353
|&nbsp; | [Spark](../connector-spark.md) | ✓/− | || | ||
54-
|&nbsp; | [SQL Server](../connector-sql-server.md) | ✓/✓ | ✓/✓ <small> Use [Managed VNET](../managed-virtual-network-private-endpoint.md) ||| ||
54+
|&nbsp; | [SQL Server](../connector-sql-server.md) | ✓/✓ | ✓/✓ Use [Managed VNET](../managed-virtual-network-private-endpoint.md) ||| ||
5555
|&nbsp; | [Sybase](../connector-sybase.md) | ✓/− | || | ||
5656
|&nbsp; | [Teradata](../connector-teradata.md) | ✓/− | || | ||
5757
|&nbsp; | [Vertica](../connector-vertica.md) | ✓/− | || | ||

articles/synapse-analytics/data-integration/concepts-data-factory-differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Check below table for features availability:
2828
| | Support for global parameters |||
2929
| **Template Gallery and Knowledge center** | Solution Templates | ✓<br><small>*Azure Data Factory Template Gallery* | ✓<br><small>*Synapse Workspace Knowledge center* |
3030
| **GIT Repository Integration** | GIT Integration |||
31-
| **Monitoring** | Monitoring of Spark Jobs for Data Flow || ✓<br><small>*Leverage the Synapse Spark pools* |
31+
| **Monitoring** | Monitoring of Spark Jobs for Data Flow || ✓<br>*Leverage the Synapse Spark pools* |
3232

3333
## Next steps
3434

0 commit comments

Comments
 (0)