Skip to content

Commit 320f6d0

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into privatelink-overview-freshness
2 parents 2cc6219 + c6b8803 commit 320f6d0

File tree

11 files changed

+21
-131
lines changed

11 files changed

+21
-131
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
"branch_mapping": {}
868868
},
869869
{
870-
"path_to_root": "reusable-content",
870+
"path_to_root": "articles/reusable-content",
871871
"url": "https://github.com/MicrosoftDocs/reusable-content",
872872
"branch": "main",
873873
"branch_mapping": {}

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ In this article, you deployed a Kubernetes cluster and configured it to use a wo
162162
<!-- INTERNAL LINKS -->
163163
[kubernetes-concepts]: concepts-clusters-workloads.md
164164
[az-feature-register]: /cli/azure/feature#az_feature_register
165+
[az-provider-register]: /cli/azure/provider#az-provider-register
166+
[az-feature-list]: /cli/azure/feature#az-feature-list
165167
[workload-identity-overview]: workload-identity-overview.md
166168
[create-key-vault-azure-cli]: ../key-vault/general/quick-create-cli.md
167169
[az-keyvault-list]: /cli/azure/keyvault#az-keyvault-list

articles/azure-monitor/partners.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ description: Learn about partners for Azure Monitor and how you can access docum
44
author: rboucher
55
ms.author: robb
66
ms.topic: conceptual
7-
ms.date: 10/27/2021
7+
ms.date: 10/27/2022
88
ms.reviewer: robb
99
---
1010

1111
# Azure Monitor partner integrations
1212

1313
The following partner products integrate with Azure Monitor. They're listed in alphabetical order.
1414

15+
This is not a complete list of partners. The number keeps expanding and maintaining this list is no longer scalable. As such, we are not accepting new requests to be added to this list. Any GitHub changes opened will be closed without action. We suggest you use your favorite search engine to locate additional appropropriate partners.
16+
1517
## AIMS
1618

1719
![AIMS AIOps logo.](./media/partners/aims.jpg)

articles/communication-services/concepts/sms/program-brief-guidelines.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ ms.service: azure-communication-services
1313
ms.subservice: sms
1414
---
1515
# Short Code Program Brief Filling Guidelines
16-
17-
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
18-
1916
[!INCLUDE [Short code eligibility notice](../../includes/public-preview-include-short-code-eligibility.md)]
2017

2118
Azure Communication Services allows you to apply for a short code for SMS programs. In this document, we'll review the guidelines on how to fill out a program brief for short code registration. A program brief application consists of 4 sections:

articles/communication-services/quickstarts/sms/apply-for-short-code.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.subservice: sms
1414
ms.custom: mode-other
1515
---
1616
# Quickstart: Apply for a short code
17-
18-
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
19-
2017
[!INCLUDE [Short code eligibility notice](../../includes/public-preview-include-short-code-eligibility.md)]
2118

2219
## Prerequisites

articles/data-factory/concepts-data-flow-performance-pipelines.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ms.author: makromer
88
ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.custom: synapse
11-
ms.date: 09/29/2021
11+
ms.date: 10/26/2022
1212
---
1313

14-
# Using data flows in pipelines
14+
# Using data flows in pipelines
1515

1616
When building complex pipelines with multiple data flows, your logical flow can have a big impact on timing and cost. This section covers the impact of different architecture strategies.
1717

@@ -40,6 +40,10 @@ Data flows allow you to group sinks together into groups from the data flow prop
4040

4141
On the pipeline execute data flow activity under the "Sink Properties" section is an option to turn on parallel sink loading. When you enable "run in parallel", you are instructing data flows write to connected sinks at the same time rather than in a sequential manner. In order to utilize the parallel option, the sinks must be group together and connected to the same stream via a New Branch or Conditional Split.
4242

43+
## Access Azure Synapse database templates in pipelines
44+
45+
You can use an [Azure Synapse database template](../synapse-analytics/database-designer/overview-database-templates.md) when crating a pipeline. When creating a new dataflow, in the source or sink settings, select **Workspace DB**. The database dropdown will list the databases created through the database template. The Workspace DB option is only available for new data flows, it's not available when you use an existing pipeline from the Synapse studio gallery.
46+
4347
## Next steps
4448

4549
- [Data flow performance overview](concepts-data-flow-performance.md)

articles/data-factory/data-flow-sink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.topic: conceptual
1111
ms.custom: seo-lt-2019, ignite-2022
12-
ms.date: 09/01/2022
12+
ms.date: 10/26/2022
1313
---
1414

1515
# Sink transformation in mapping data flow
@@ -36,7 +36,7 @@ To use an inline dataset, select the format you want in the **Sink type** select
3636

3737
## Workspace DB (Synapse workspaces only)
3838

39-
When using data flows in Azure Synapse workspaces, you will have an additional option to sink your data directly into a database type that is inside your Synapse workspace. This will alleviate the need to add linked services or datasets for those databases.
39+
When using data flows in Azure Synapse workspaces, you will have an additional option to sink your data directly into a database type that is inside your Synapse workspace. This will alleviate the need to add linked services or datasets for those databases. The databases created through the [Azure Synapse database templates](../synapse-analytics/database-designer/overview-database-templates.md) are also accessible when you select Workspace DB.
4040

4141
> [!NOTE]
4242
> The Azure Synapse Workspace DB connector is currently in public preview and can only work with Spark Lake databases at this time

articles/data-factory/data-flow-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-flows
99
ms.topic: conceptual
1010
ms.custom: seo-lt-2019, ignite-2022
11-
ms.date: 08/23/2022
11+
ms.date: 10/26/2022
1212
---
1313

1414
# Source transformation in mapping data flow
@@ -46,7 +46,7 @@ Because an inline dataset is defined inside the data flow, there is not a define
4646

4747
## Workspace DB (Synapse workspaces only)
4848

49-
In Azure Synapse workspaces, an additional option is present in data flow source transformations called ```Workspace DB```. This will allow you to directly pick a workspace database of any available type as your source data without requiring additional linked services or datasets.
49+
In Azure Synapse workspaces, an additional option is present in data flow source transformations called ```Workspace DB```. This will allow you to directly pick a workspace database of any available type as your source data without requiring additional linked services or datasets. The databases created through the [Azure Synapse database templates](../synapse-analytics/database-designer/overview-database-templates.md) are also accessible when you select Workspace DB.
5050

5151
:::image type="content" source="media/data-flow/syms-source.png" alt-text="Screenshot that shows workspacedb selected.":::
5252

articles/expressroute/expressroute-howto-linkvnet-arm.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@ To enroll in the preview, send an email to **[email protected]**, providing th
232232

233233
**FastPath support for virtual network peering and UDRs is only available for ExpressRoute Direct connections**.
234234

235-
> [!NOTE]
236-
> * Virtual network peering and UDR support is enabled by default for all new FastPath connections
237-
> * To enable virtual network peering and UDR support for FastPath connections configured before 9/19/2022, disable and enable FastPath on the target connection.
238-
239235
### FastPath and Private Link for 10 Gbps ExpressRoute Direct
240236

241237
With FastPath and Private Link, Private Link traffic sent over ExpressRoute bypasses the ExpressRoute virtual network gateway in the data path. This preview supports connections associated to 10 Gbps ExpressRoute Direct circuits. This preview doesn't support ExpressRoute circuits managed by an ExpressRoute partner.

articles/machine-learning/how-to-devops-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ https://github.com/azure/azureml-examples
4444

4545
## Step 2: Sign in to Azure Pipelines
4646

47-
[!INCLUDE [include](~/reusable-content/devops-pipelines/sign-in-azure-pipelines.md)]
47+
[!INCLUDE [include](~/articles/reusable-content/devops-pipelines/sign-in-azure-pipelines.md)]
4848

49-
[!INCLUDE [include](~/reusable-content/devops-pipelines/create-project.md)]
49+
[!INCLUDE [include](~/articles/reusable-content/devops-pipelines/create-project.md)]
5050

5151
## Step 3: Create an Azure Resource Manager connection
5252

0 commit comments

Comments
 (0)